<?xml version="1.0" encoding="UTF-8"?>
<robot generated="20181020 14:38:20.592" 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="20181020 14:38:21.801" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181020 14:38:21.801" starttime="20181020 14:38:21.794"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:21.802" starttime="20181020 14:38:21.794"></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="20181020 14:38:21.809" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181020 14:38:21.809" starttime="20181020 14:38:21.803"></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="20181020 14:38:21.810" starttime="20181020 14:38:21.810"></status>
</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="20181020 14:38:21.811" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181020 14:38:21.811" starttime="20181020 14:38:21.810"></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="20181020 14:38:21.811" level="INFO">${cluster_size} = 3</msg>
<status status="PASS" endtime="20181020 14:38:21.811" starttime="20181020 14:38:21.811"></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="20181020 14:38:21.812" starttime="20181020 14:38:21.812"></status>
</kw>
<msg timestamp="20181020 14:38:21.812" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:38:21.812" level="INFO">${possibly_int_of_members} = 3</msg>
<status status="PASS" endtime="20181020 14:38:21.812" starttime="20181020 14:38:21.811"></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="20181020 14:38:21.813" level="INFO">${int_of_members} = 3</msg>
<status status="PASS" endtime="20181020 14:38:21.813" starttime="20181020 14:38:21.812"></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="20181020 14:38:21.814" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:38:21.814" starttime="20181020 14:38:21.814"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181020 14:38:21.814" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:38:21.814" starttime="20181020 14:38:21.814"></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="20181020 14:38:21.815" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181020 14:38:21.815" starttime="20181020 14:38:21.814"></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="20181020 14:38:21.816" starttime="20181020 14:38:21.816"></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="20181020 14:38:21.817" level="INFO">${member_ip} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:38:21.817" starttime="20181020 14:38:21.817"></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="20181020 14:38:21.817" starttime="20181020 14:38:21.817"></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="20181020 14:38:21.818" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181020 14:38:21.818" starttime="20181020 14:38:21.818"></status>
</kw>
<msg timestamp="20181020 14:38:21.819" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181020 14:38:21.819" starttime="20181020 14:38:21.818"></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="20181020 14:38:21.819" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.18:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fbf2ed253d0&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181020 14:38:21.820" starttime="20181020 14:38:21.819"></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="20181020 14:38:21.820" starttime="20181020 14:38:21.820"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:21.820" starttime="20181020 14:38:21.815"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:21.820" starttime="20181020 14:38:21.815"></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="20181020 14:38:21.822" starttime="20181020 14:38:21.822"></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="20181020 14:38:21.822" level="INFO">${member_ip} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:38:21.823" starttime="20181020 14:38:21.822"></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="20181020 14:38:21.823" starttime="20181020 14:38:21.823"></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="20181020 14:38:21.824" level="INFO">${session} = ClusterManagement__session_2</msg>
<status status="PASS" endtime="20181020 14:38:21.824" starttime="20181020 14:38:21.824"></status>
</kw>
<msg timestamp="20181020 14:38:21.824" level="INFO">${session_alias} = ClusterManagement__session_2</msg>
<status status="PASS" endtime="20181020 14:38:21.824" starttime="20181020 14:38:21.823"></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="20181020 14:38:21.825" level="INFO">Creating Session using : alias=ClusterManagement__session_2, url=http://192.0.2.6:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fbf2ed1d4d0&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181020 14:38:21.825" starttime="20181020 14:38:21.825"></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="20181020 14:38:21.826" starttime="20181020 14:38:21.826"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:21.826" starttime="20181020 14:38:21.821"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:21.826" starttime="20181020 14:38:21.820"></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="20181020 14:38:21.828" starttime="20181020 14:38:21.828"></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="20181020 14:38:21.829" level="INFO">${member_ip} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:38:21.829" starttime="20181020 14:38:21.828"></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="20181020 14:38:21.829" starttime="20181020 14:38:21.829"></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="20181020 14:38:21.830" level="INFO">${session} = ClusterManagement__session_3</msg>
<status status="PASS" endtime="20181020 14:38:21.830" starttime="20181020 14:38:21.830"></status>
</kw>
<msg timestamp="20181020 14:38:21.831" level="INFO">${session_alias} = ClusterManagement__session_3</msg>
<status status="PASS" endtime="20181020 14:38:21.831" starttime="20181020 14:38:21.830"></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="20181020 14:38:21.831" level="INFO">Creating Session using : alias=ClusterManagement__session_3, url=http://192.0.2.14:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fbf2f682190&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181020 14:38:21.832" starttime="20181020 14:38:21.831"></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="20181020 14:38:21.832" starttime="20181020 14:38:21.832"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:21.832" starttime="20181020 14:38:21.827"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:21.832" starttime="20181020 14:38:21.827"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:21.832" starttime="20181020 14:38:21.815"></status>
</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="20181020 14:38:21.833" level="INFO">${ClusterManagement__member_index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:21.833" starttime="20181020 14:38:21.833"></status>
</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="20181020 14:38:21.834" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.18', 2: u'192.0.2.6', 3: u'192.0.2.14'}</msg>
<status status="PASS" endtime="20181020 14:38:21.834" starttime="20181020 14:38:21.833"></status>
</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="20181020 14:38:21.834" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1', u'ClusterManagement__session_2', u'ClusterManagement__session_3']</msg>
<status status="PASS" endtime="20181020 14:38:21.834" starttime="20181020 14:38:21.834"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:21.834" starttime="20181020 14:38:21.813"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:21.834" starttime="20181020 14:38:21.802"></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="20181020 14:38:21.836" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:21.837" starttime="20181020 14:38:21.836"></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="20181020 14:38:21.837" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:21.837" starttime="20181020 14:38:21.837"></status>
</kw>
<msg timestamp="20181020 14:38:21.837" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:21.837" starttime="20181020 14:38:21.835"></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="20181020 14:38:21.838" level="INFO">${member_ip} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:38:21.838" starttime="20181020 14:38:21.838"></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="20181020 14:38:21.840" 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="20181020 14:38:21.840" 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="20181020 14:38:21.840" starttime="20181020 14:38:21.839"></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="20181020 14:38:21.843" starttime="20181020 14:38:21.843"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:38:21.843" 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="20181020 14:38:21.843" 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="20181020 14:38:21.843" starttime="20181020 14:38:21.843"></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="20181020 14:38:21.844" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.18" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:38:21.844" starttime="20181020 14:38:21.844"></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="20181020 14:38:21.845" level="INFO">${conn_id} = 1</msg>
<status status="PASS" endtime="20181020 14:38:21.845" starttime="20181020 14:38:21.844"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${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="20181020 14:38:21.847" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:38:21.847" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:38:21.847" starttime="20181020 14:38:21.846"></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="20181020 14:38:21.848" starttime="20181020 14:38:21.847"></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="20181020 14:38:21.849" level="INFO">Logging into '192.0.2.18:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:38:22.251" level="INFO">Read output: Last login: Sat Oct 20 14:38:12 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:38:22.251" starttime="20181020 14:38:21.848"></status>
</kw>
<msg timestamp="20181020 14:38:22.251" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:22.251" starttime="20181020 14:38:21.848"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.251" starttime="20181020 14:38:21.845"></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="20181020 14:38:22.252" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181020 14:38:22.276" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181020 14:38:22.276" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:38:22.276" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:38:22.276" starttime="20181020 14:38:22.251"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:22.308" starttime="20181020 14:38:22.276"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:22.309" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:38:22.309" starttime="20181020 14:38:22.309"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:22.310" starttime="20181020 14:38:22.309"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:38:22.311" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:22.311" starttime="20181020 14:38:22.310"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.311" starttime="20181020 14:38:22.310"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_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="20181020 14:38:22.312" starttime="20181020 14:38:22.312"></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="20181020 14:38:22.313" starttime="20181020 14:38:22.312"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:22.313" starttime="20181020 14:38:22.313"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.313" starttime="20181020 14:38:22.311"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.313" starttime="20181020 14:38:21.842"></status>
</kw>
<msg timestamp="20181020 14:38:22.313" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:22.313" starttime="20181020 14:38:21.841"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.313" starttime="20181020 14:38:21.840"></status>
</kw>
<msg timestamp="20181020 14:38:22.313" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:22.314" starttime="20181020 14:38:21.840"></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="20181020 14:38:22.315" starttime="20181020 14:38:22.314"></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="20181020 14:38:22.315" starttime="20181020 14:38:22.315"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:22.315" starttime="20181020 14:38:22.315"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.316" starttime="20181020 14:38:22.314"></status>
</kw>
<msg timestamp="20181020 14:38:22.316" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:38:22.316" starttime="20181020 14:38:21.839"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:38:22.316" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:38:22.316" starttime="20181020 14:38:22.316"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.316" starttime="20181020 14:38:21.838"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.316" starttime="20181020 14:38:21.837"></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="20181020 14:38:22.317" level="INFO">${member_ip} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:38:22.317" starttime="20181020 14:38:22.317"></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="20181020 14:38:22.319" 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="20181020 14:38:22.319" 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="20181020 14:38:22.319" starttime="20181020 14:38:22.319"></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="20181020 14:38:22.322" starttime="20181020 14:38:22.322"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:38:22.323" 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="20181020 14:38:22.323" 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="20181020 14:38:22.323" starttime="20181020 14:38:22.323"></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="20181020 14:38:22.324" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.6" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:38:22.324" starttime="20181020 14:38:22.323"></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="20181020 14:38:22.324" level="INFO">${conn_id} = 4</msg>
<status status="PASS" endtime="20181020 14:38:22.324" starttime="20181020 14:38:22.324"></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="20181020 14:38:22.326" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:38:22.326" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:38:22.326" starttime="20181020 14:38:22.325"></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="20181020 14:38:22.326" starttime="20181020 14:38:22.326"></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="20181020 14:38:22.327" level="INFO">Logging into '192.0.2.6:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:38:22.674" level="INFO">Read output: Last login: Sat Oct 20 14:37:21 2018 from 192.0.2.99
[heat-admin@overcloud-controller-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:38:22.674" starttime="20181020 14:38:22.327"></status>
</kw>
<msg timestamp="20181020 14:38:22.674" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:22.674" starttime="20181020 14:38:22.327"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.674" starttime="20181020 14:38:22.324"></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="20181020 14:38:22.675" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181020 14:38:22.699" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181020 14:38:22.699" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:38:22.699" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:38:22.699" starttime="20181020 14:38:22.675"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:22.764" starttime="20181020 14:38:22.699"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:22.765" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:38:22.765" starttime="20181020 14:38:22.764"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:22.766" starttime="20181020 14:38:22.765"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:38:22.767" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:22.767" starttime="20181020 14:38:22.767"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.767" starttime="20181020 14:38:22.766"></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="20181020 14:38:22.769" starttime="20181020 14:38:22.769"></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="20181020 14:38:22.770" starttime="20181020 14:38:22.769"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:22.770" starttime="20181020 14:38:22.770"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.770" starttime="20181020 14:38:22.768"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.770" starttime="20181020 14:38:22.321"></status>
</kw>
<msg timestamp="20181020 14:38:22.770" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:22.771" starttime="20181020 14:38:22.321"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.771" starttime="20181020 14:38:22.320"></status>
</kw>
<msg timestamp="20181020 14:38:22.771" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:22.771" starttime="20181020 14:38:22.320"></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="20181020 14:38:22.772" starttime="20181020 14:38:22.772"></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="20181020 14:38:22.773" starttime="20181020 14:38:22.772"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:22.773" starttime="20181020 14:38:22.773"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.773" starttime="20181020 14:38:22.771"></status>
</kw>
<msg timestamp="20181020 14:38:22.773" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:38:22.773" starttime="20181020 14:38:22.318"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:38:22.774" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:38:22.774" starttime="20181020 14:38:22.774"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.774" starttime="20181020 14:38:22.317"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:22.774" starttime="20181020 14:38:22.316"></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="20181020 14:38:22.775" level="INFO">${member_ip} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:38:22.775" starttime="20181020 14:38:22.775"></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="20181020 14:38:22.777" 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="20181020 14:38:22.777" 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="20181020 14:38:22.777" starttime="20181020 14:38:22.776"></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="20181020 14:38:22.782" starttime="20181020 14:38:22.781"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:38:22.782" 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="20181020 14:38:22.783" 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="20181020 14:38:22.783" starttime="20181020 14:38:22.782"></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="20181020 14:38:22.784" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.14" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:38:22.784" starttime="20181020 14:38:22.783"></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="20181020 14:38:22.785" level="INFO">${conn_id} = 7</msg>
<status status="PASS" endtime="20181020 14:38:22.785" starttime="20181020 14:38:22.784"></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="20181020 14:38:22.786" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:38:22.786" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:38:22.786" starttime="20181020 14:38:22.786"></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="20181020 14:38:22.787" starttime="20181020 14:38:22.787"></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="20181020 14:38:22.788" level="INFO">Logging into '192.0.2.14:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:38:23.161" level="INFO">Read output: Last login: Sat Oct 20 14:37:09 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:38:23.161" starttime="20181020 14:38:22.788"></status>
</kw>
<msg timestamp="20181020 14:38:23.161" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:23.161" starttime="20181020 14:38:22.788"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:23.161" starttime="20181020 14:38:22.785"></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="20181020 14:38:23.162" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181020 14:38:23.185" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181020 14:38:23.186" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:38:23.186" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:38:23.186" starttime="20181020 14:38:23.162"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:23.251" starttime="20181020 14:38:23.186"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:23.252" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:38:23.252" starttime="20181020 14:38:23.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:23.253" starttime="20181020 14:38:23.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>"${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="20181020 14:38:23.254" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:23.254" starttime="20181020 14:38:23.254"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:23.255" starttime="20181020 14:38:23.253"></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="20181020 14:38:23.257" starttime="20181020 14:38:23.256"></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="20181020 14:38:23.258" starttime="20181020 14:38:23.257"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:23.258" starttime="20181020 14:38:23.258"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:23.258" starttime="20181020 14:38:23.255"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:23.259" starttime="20181020 14:38:22.779"></status>
</kw>
<msg timestamp="20181020 14:38:23.259" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:23.259" starttime="20181020 14:38:22.778"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:23.259" starttime="20181020 14:38:22.777"></status>
</kw>
<msg timestamp="20181020 14:38:23.259" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:23.259" starttime="20181020 14:38:22.777"></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="20181020 14:38:23.261" starttime="20181020 14:38:23.261"></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="20181020 14:38:23.262" starttime="20181020 14:38:23.262"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:23.263" starttime="20181020 14:38:23.262"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:23.263" starttime="20181020 14:38:23.260"></status>
</kw>
<msg timestamp="20181020 14:38:23.263" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:38:23.263" starttime="20181020 14:38:22.776"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:38:23.264" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:38:23.264" starttime="20181020 14:38:23.264"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:23.264" starttime="20181020 14:38:22.774"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:23.264" starttime="20181020 14:38:22.774"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:23.264" starttime="20181020 14:38:21.837"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:23.265" starttime="20181020 14:38:21.834"></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="20181020 14:38:23.265" starttime="20181020 14:38:23.265"></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="20181020 14:38:23.294" 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="20181020 14:38:23.294" 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="20181020 14:38:23.294" starttime="20181020 14:38:23.293"></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="20181020 14:38:23.295" level="INFO">{}</msg>
<status status="PASS" endtime="20181020 14:38:23.295" starttime="20181020 14:38:23.294"></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="20181020 14:38:23.295" level="INFO">1</msg>
<status status="PASS" endtime="20181020 14:38:23.295" starttime="20181020 14:38:23.295"></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="20181020 14:38:23.296" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181020 14:38:23.296" starttime="20181020 14:38:23.296"></status>
</kw>
<msg timestamp="20181020 14:38:23.296" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181020 14:38:23.297" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181020 14:38:23.297" starttime="20181020 14:38:23.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>'${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="20181020 14:38:23.297" starttime="20181020 14:38:23.297"></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="20181020 14:38:23.299" level="INFO">${ip_address} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:38:23.299" starttime="20181020 14:38:23.298"></status>
</kw>
<msg timestamp="20181020 14:38:23.299" level="INFO">${odl_ip} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:38:23.299" starttime="20181020 14:38:23.298"></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="20181020 14:38:23.300" starttime="20181020 14:38:23.299"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181020 14:38:23.300" level="INFO">index=10
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.18
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181020 14:38:23.301" 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.18
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181020 14:38:23.301" starttime="20181020 14:38:23.300"></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="20181020 14:38:23.302" starttime="20181020 14:38:23.301"></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="20181020 14:38:23.302" level="INFO">Logging into '192.0.2.18:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:38:26.511" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:38:26.511" starttime="20181020 14:38:23.302"></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="20181020 14:38:26.513" starttime="20181020 14:38:26.512"></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="20181020 14:38:26.513" starttime="20181020 14:38:26.513"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:26.513" starttime="20181020 14:38:26.513"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:26.513" starttime="20181020 14:38:26.512"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:26.513" starttime="20181020 14:38:23.292"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:26.514" starttime="20181020 14:38:23.266"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:26.514" starttime="20181020 14:38:23.266"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:26.514" starttime="20181020 14:38:23.265"></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="20181020 14:38:26.538" 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="20181020 14:38:26.539" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 14:38:26.539" starttime="20181020 14:38:26.538"></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="20181020 14:38:26.539" level="INFO">{1: 10}</msg>
<status status="PASS" endtime="20181020 14:38:26.539" starttime="20181020 14:38:26.539"></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="20181020 14:38:26.539" level="INFO">2</msg>
<status status="PASS" endtime="20181020 14:38:26.540" starttime="20181020 14:38:26.539"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>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="20181020 14:38:26.541" level="FAIL">Dictionary does not contain key '2'.</msg>
<status status="FAIL" endtime="20181020 14:38:26.541" starttime="20181020 14:38:26.540"></status>
</kw>
<msg timestamp="20181020 14:38:26.541" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181020 14:38:26.541" level="INFO">${old_connection_index} = Dictionary does not contain key '2'.</msg>
<status status="PASS" endtime="20181020 14:38:26.541" starttime="20181020 14:38:26.540"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:38:26.541" starttime="20181020 14:38:26.541"></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="20181020 14:38:26.542" level="INFO">${ip_address} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:38:26.542" starttime="20181020 14:38:26.542"></status>
</kw>
<msg timestamp="20181020 14:38:26.543" level="INFO">${odl_ip} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:38:26.543" starttime="20181020 14:38:26.542"></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="20181020 14:38:26.543" starttime="20181020 14:38:26.543"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181020 14:38:26.544" level="INFO">index=12
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.6
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181020 14:38:26.544" 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.6
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181020 14:38:26.544" starttime="20181020 14:38:26.543"></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="20181020 14:38:26.544" starttime="20181020 14:38:26.544"></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="20181020 14:38:26.545" level="INFO">Logging into '192.0.2.6:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:38:29.178" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:38:29.178" starttime="20181020 14:38:26.545"></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="20181020 14:38:29.180" starttime="20181020 14:38:29.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="20181020 14:38:29.181" starttime="20181020 14:38:29.181"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:29.181" starttime="20181020 14:38:29.181"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:29.181" starttime="20181020 14:38:29.179"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:29.181" starttime="20181020 14:38:26.537"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:29.181" starttime="20181020 14:38:26.515"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:29.181" starttime="20181020 14:38:26.514"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:29.181" starttime="20181020 14:38:26.514"></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="20181020 14:38:29.204" 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="20181020 14:38:29.204" 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="20181020 14:38:29.204" starttime="20181020 14:38:29.204"></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="20181020 14:38:29.205" level="INFO">{1: 10, 2: 12}</msg>
<status status="PASS" endtime="20181020 14:38:29.205" starttime="20181020 14:38:29.205"></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="20181020 14:38:29.205" level="INFO">3</msg>
<status status="PASS" endtime="20181020 14:38:29.205" starttime="20181020 14:38:29.205"></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="20181020 14:38:29.206" level="FAIL">Dictionary does not contain key '3'.</msg>
<status status="FAIL" endtime="20181020 14:38:29.206" starttime="20181020 14:38:29.206"></status>
</kw>
<msg timestamp="20181020 14:38:29.207" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181020 14:38:29.207" level="INFO">${old_connection_index} = Dictionary does not contain key '3'.</msg>
<status status="PASS" endtime="20181020 14:38:29.207" starttime="20181020 14:38:29.206"></status>
</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="20181020 14:38:29.207" starttime="20181020 14:38:29.207"></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="20181020 14:38:29.208" level="INFO">${ip_address} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:38:29.208" starttime="20181020 14:38:29.208"></status>
</kw>
<msg timestamp="20181020 14:38:29.208" level="INFO">${odl_ip} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:38:29.208" starttime="20181020 14:38:29.207"></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="20181020 14:38:29.209" starttime="20181020 14:38:29.209"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181020 14:38:29.209" level="INFO">index=14
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.14
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181020 14:38:29.210" 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.14
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181020 14:38:29.210" starttime="20181020 14:38:29.209"></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="20181020 14:38:29.210" starttime="20181020 14:38:29.210"></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="20181020 14:38:29.211" level="INFO">Logging into '192.0.2.14:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:38:35.702" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:38:35.702" starttime="20181020 14:38:29.210"></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="20181020 14:38:35.704" starttime="20181020 14:38:35.703"></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="20181020 14:38:35.704" starttime="20181020 14:38:35.704"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:35.705" starttime="20181020 14:38:35.704"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.705" starttime="20181020 14:38:35.703"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.705" starttime="20181020 14:38:29.203"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.705" starttime="20181020 14:38:29.182"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.705" starttime="20181020 14:38:29.182"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.705" starttime="20181020 14:38:29.182"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.705" starttime="20181020 14:38:23.265"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.705" starttime="20181020 14:38:21.802"></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="20181020 14:38:35.715" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:35.715" starttime="20181020 14:38:35.714"></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="20181020 14:38:35.715" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:35.715" starttime="20181020 14:38:35.715"></status>
</kw>
<msg timestamp="20181020 14:38:35.715" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:35.715" starttime="20181020 14:38:35.714"></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="20181020 14:38:35.725" level="INFO">${karaf_connection_index} = 10</msg>
<status status="PASS" endtime="20181020 14:38:35.725" starttime="20181020 14:38:35.724"></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="20181020 14:38:35.725" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181020 14:38:35.725" starttime="20181020 14:38:35.725"></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="20181020 14:38:35.804" 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="20181020 14:38:35.804" starttime="20181020 14:38:35.726"></status>
</kw>
<msg timestamp="20181020 14:38:35.804" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181020 14:38:35.805" 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="20181020 14:38:35.805" starttime="20181020 14:38:35.725"></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="20181020 14:38:35.873" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "2 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:35.873" starttime="20181020 14:38:35.806"></status>
</kw>
<msg timestamp="20181020 14:38:35.874" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181020 14:38:35.874" 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="20181020 14:38:35.874" starttime="20181020 14:38:35.805"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:35.875" starttime="20181020 14:38:35.874"></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="20181020 14:38:35.875" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "2 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:35.875" starttime="20181020 14:38:35.875"></status>
</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="20181020 14:38:35.876" starttime="20181020 14:38:35.875"></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="20181020 14:38:35.877" starttime="20181020 14:38:35.877"></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="20181020 14:38:35.878" starttime="20181020 14:38:35.877"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:35.878" starttime="20181020 14:38:35.878"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.878" starttime="20181020 14:38:35.876"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.878" starttime="20181020 14:38:35.724"></status>
</kw>
<msg timestamp="20181020 14:38:35.878" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:38:35.878" 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="20181020 14:38:35.878" starttime="20181020 14:38:35.723"></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="20181020 14:38:35.879" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:35.879" starttime="20181020 14:38:35.879"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.879" starttime="20181020 14:38:35.723"></status>
</kw>
<msg timestamp="20181020 14:38:35.879" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:38:35.879" 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="20181020 14:38:35.879" starttime="20181020 14:38:35.716"></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="20181020 14:38:35.880" starttime="20181020 14:38:35.880"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:35.880" starttime="20181020 14:38:35.716"></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="20181020 14:38:35.891" level="INFO">${karaf_connection_index} = 12</msg>
<status status="PASS" endtime="20181020 14:38:35.891" starttime="20181020 14:38:35.891"></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="20181020 14:38:35.892" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181020 14:38:35.892" starttime="20181020 14:38:35.891"></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="20181020 14:38:35.977" 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="20181020 14:38:35.977" starttime="20181020 14:38:35.892"></status>
</kw>
<msg timestamp="20181020 14:38:35.977" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181020 14:38:35.977" 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="20181020 14:38:35.977" starttime="20181020 14:38:35.892"></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="20181020 14:38:36.034" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "2 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:36.034" starttime="20181020 14:38:35.978"></status>
</kw>
<msg timestamp="20181020 14:38:36.034" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181020 14:38:36.034" 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="20181020 14:38:36.034" starttime="20181020 14:38:35.977"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:36.035" starttime="20181020 14:38:36.034"></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="20181020 14:38:36.035" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "2 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:36.035" starttime="20181020 14:38:36.035"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:36.036" starttime="20181020 14:38:36.036"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:36.037" starttime="20181020 14:38:36.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="20181020 14:38:36.038" starttime="20181020 14:38:36.037"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:36.038" starttime="20181020 14:38:36.038"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.038" starttime="20181020 14:38:36.036"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.038" starttime="20181020 14:38:35.890"></status>
</kw>
<msg timestamp="20181020 14:38:36.038" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:38:36.038" 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="20181020 14:38:36.038" starttime="20181020 14:38:35.890"></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="20181020 14:38:36.039" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:36.039" starttime="20181020 14:38:36.039"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.039" starttime="20181020 14:38:35.889"></status>
</kw>
<msg timestamp="20181020 14:38:36.039" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:38:36.039" 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="20181020 14:38:36.039" starttime="20181020 14:38:35.880"></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="20181020 14:38:36.040" starttime="20181020 14:38:36.040"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.040" starttime="20181020 14:38:35.880"></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="20181020 14:38:36.051" level="INFO">${karaf_connection_index} = 14</msg>
<status status="PASS" endtime="20181020 14:38:36.051" starttime="20181020 14:38:36.051"></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="20181020 14:38:36.051" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181020 14:38:36.052" starttime="20181020 14:38:36.051"></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="20181020 14:38:36.126" 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="20181020 14:38:36.127" starttime="20181020 14:38:36.052"></status>
</kw>
<msg timestamp="20181020 14:38:36.127" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181020 14:38:36.127" 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="20181020 14:38:36.127" starttime="20181020 14:38:36.052"></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="20181020 14:38:36.223" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "2 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:36.224" starttime="20181020 14:38:36.128"></status>
</kw>
<msg timestamp="20181020 14:38:36.224" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181020 14:38:36.224" 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="20181020 14:38:36.224" starttime="20181020 14:38:36.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_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:36.224" starttime="20181020 14:38:36.224"></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="20181020 14:38:36.225" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "2 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:36.225" starttime="20181020 14:38:36.225"></status>
</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="20181020 14:38:36.225" starttime="20181020 14:38:36.225"></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="20181020 14:38:36.227" starttime="20181020 14:38:36.226"></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="20181020 14:38:36.227" starttime="20181020 14:38:36.227"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:36.227" starttime="20181020 14:38:36.227"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.227" starttime="20181020 14:38:36.226"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.227" starttime="20181020 14:38:36.050"></status>
</kw>
<msg timestamp="20181020 14:38:36.228" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:38:36.228" 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="20181020 14:38:36.228" starttime="20181020 14:38:36.050"></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="20181020 14:38:36.228" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:36.228" starttime="20181020 14:38:36.228"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.228" starttime="20181020 14:38:36.049"></status>
</kw>
<msg timestamp="20181020 14:38:36.228" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:38:36.228" 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="20181020 14:38:36.229" starttime="20181020 14:38:36.040"></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="20181020 14:38:36.229" starttime="20181020 14:38:36.229"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.229" starttime="20181020 14:38:36.040"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.229" starttime="20181020 14:38:35.715"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.229" starttime="20181020 14:38:35.713"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.229" starttime="20181020 14:38:35.706"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.229" starttime="20181020 14:38:35.705"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.229" starttime="20181020 14:38:21.793"></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="20181020 14:38:36.230" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181020 14:38:36.230" starttime="20181020 14:38:36.230"></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="20181020 14:38:36.232" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:36.232" starttime="20181020 14:38:36.232"></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="20181020 14:38:36.233" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:36.233" starttime="20181020 14:38:36.232"></status>
</kw>
<msg timestamp="20181020 14:38:36.233" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:36.233" starttime="20181020 14:38:36.231"></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="20181020 14:38:36.234" level="INFO">${member_ip} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:38:36.234" starttime="20181020 14:38:36.233"></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="20181020 14:38:36.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="20181020 14:38:36.237" 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="20181020 14:38:36.237" starttime="20181020 14:38:36.236"></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.18</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="20181020 14:38:36.244" starttime="20181020 14:38:36.244"></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="20181020 14:38:36.245" level="INFO">Logging into '192.0.2.18:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:38:36.484" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:38:36.484" starttime="20181020 14:38:36.245"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:38:36.522" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181020 14:38:36.522" starttime="20181020 14:38:36.485"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:38:36.552" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:38:36.553" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:36.553" starttime="20181020 14:38:36.522"></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="20181020 14:38:36.602" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:38:36.602" starttime="20181020 14:38:36.553"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:36.604" starttime="20181020 14:38:36.602"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:38:36.604" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:36.604" starttime="20181020 14:38:36.604"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.605" starttime="20181020 14:38:36.243"></status>
</kw>
<msg timestamp="20181020 14:38:36.605" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:36.605" starttime="20181020 14:38:36.237"></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="20181020 14:38:36.606" starttime="20181020 14:38:36.606"></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="20181020 14:38:36.606" starttime="20181020 14:38:36.606"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:36.607" starttime="20181020 14:38:36.607"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.607" starttime="20181020 14:38:36.605"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.607" starttime="20181020 14:38:36.235"></status>
</kw>
<msg timestamp="20181020 14:38:36.607" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:36.607" starttime="20181020 14:38:36.235"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.607" starttime="20181020 14:38:36.234"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:36.607" starttime="20181020 14:38:36.233"></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="20181020 14:38:36.608" level="INFO">${member_ip} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:38:36.608" starttime="20181020 14:38:36.608"></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="20181020 14:38:36.610" 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="20181020 14:38:36.611" 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="20181020 14:38:36.611" starttime="20181020 14:38:36.610"></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.18</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="20181020 14:38:36.621" starttime="20181020 14:38:36.620"></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="20181020 14:38:36.621" level="INFO">Logging into '192.0.2.6:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:38:36.932" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:38:36.933" starttime="20181020 14:38:36.621"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:38:37.005" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181020 14:38:37.005" starttime="20181020 14:38:36.933"></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="20181020 14:38:37.006" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:38:37.006" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:37.007" starttime="20181020 14:38:37.005"></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="20181020 14:38:37.056" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:38:37.056" starttime="20181020 14:38:37.007"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:37.058" starttime="20181020 14:38:37.057"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:38:37.059" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:37.059" starttime="20181020 14:38:37.059"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.060" starttime="20181020 14:38:36.619"></status>
</kw>
<msg timestamp="20181020 14:38:37.060" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:37.060" starttime="20181020 14:38:36.611"></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="20181020 14:38:37.062" starttime="20181020 14:38:37.061"></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="20181020 14:38:37.062" starttime="20181020 14:38:37.062"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:37.063" starttime="20181020 14:38:37.063"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.063" starttime="20181020 14:38:37.060"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.063" starttime="20181020 14:38:36.609"></status>
</kw>
<msg timestamp="20181020 14:38:37.063" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:37.063" starttime="20181020 14:38:36.609"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.064" starttime="20181020 14:38:36.608"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.064" starttime="20181020 14:38:36.608"></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="20181020 14:38:37.065" level="INFO">${member_ip} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:38:37.065" starttime="20181020 14:38:37.064"></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="20181020 14:38:37.068" 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="20181020 14:38:37.068" 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="20181020 14:38:37.068" starttime="20181020 14:38:37.068"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${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.18</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="20181020 14:38:37.124" starttime="20181020 14:38:37.124"></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="20181020 14:38:37.125" level="INFO">Logging into '192.0.2.14:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:38:37.352" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:38:37.352" starttime="20181020 14:38:37.125"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:38:37.495" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181020 14:38:37.495" starttime="20181020 14:38:37.353"></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="20181020 14:38:37.496" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:38:37.496" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:37.496" starttime="20181020 14:38:37.495"></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="20181020 14:38:37.543" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:38:37.543" starttime="20181020 14:38:37.497"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:37.551" starttime="20181020 14:38:37.544"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:38:37.552" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:37.552" starttime="20181020 14:38:37.552"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.553" starttime="20181020 14:38:37.123"></status>
</kw>
<msg timestamp="20181020 14:38:37.553" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:37.553" starttime="20181020 14:38:37.069"></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="20181020 14:38:37.555" starttime="20181020 14:38:37.555"></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="20181020 14:38:37.556" starttime="20181020 14:38:37.555"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:37.556" starttime="20181020 14:38:37.556"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.556" starttime="20181020 14:38:37.554"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.557" starttime="20181020 14:38:37.067"></status>
</kw>
<msg timestamp="20181020 14:38:37.557" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:37.557" starttime="20181020 14:38:37.066"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.557" starttime="20181020 14:38:37.065"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.557" starttime="20181020 14:38:37.064"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.557" starttime="20181020 14:38:36.233"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.557" starttime="20181020 14:38:36.231"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.557" starttime="20181020 14:38:36.231"></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="20181020 14:38:37.559" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:37.559" starttime="20181020 14:38:37.559"></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="20181020 14:38:37.560" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:37.560" starttime="20181020 14:38:37.560"></status>
</kw>
<msg timestamp="20181020 14:38:37.560" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:38:37.560" starttime="20181020 14:38:37.559"></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="20181020 14:38:37.561" level="INFO">${member_ip} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:38:37.561" starttime="20181020 14:38:37.560"></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="20181020 14:38:37.564" 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="20181020 14:38:37.564" 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="20181020 14:38:37.564" starttime="20181020 14:38:37.563"></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.18</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="20181020 14:38:37.574" starttime="20181020 14:38:37.573"></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="20181020 14:38:37.574" level="INFO">Logging into '192.0.2.18:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:38:37.809" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:38:37.809" starttime="20181020 14:38:37.574"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:38:37.872" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181020 14:38:37.872" starttime="20181020 14:38:37.810"></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="20181020 14:38:37.875" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:38:37.875" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:37.875" starttime="20181020 14:38:37.873"></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="20181020 14:38:37.926" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:38:37.926" starttime="20181020 14:38:37.875"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:37.928" starttime="20181020 14:38:37.927"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:38:37.929" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:37.929" starttime="20181020 14:38:37.929"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.930" starttime="20181020 14:38:37.572"></status>
</kw>
<msg timestamp="20181020 14:38:37.930" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:37.930" starttime="20181020 14:38:37.564"></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="20181020 14:38:37.932" starttime="20181020 14:38:37.932"></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="20181020 14:38:37.933" starttime="20181020 14:38:37.932"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:37.933" starttime="20181020 14:38:37.933"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.934" starttime="20181020 14:38:37.931"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.934" starttime="20181020 14:38:37.563"></status>
</kw>
<msg timestamp="20181020 14:38:37.934" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:37.934" starttime="20181020 14:38:37.562"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.934" starttime="20181020 14:38:37.561"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:37.934" starttime="20181020 14:38:37.560"></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="20181020 14:38:37.935" level="INFO">${member_ip} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:38:37.935" starttime="20181020 14:38:37.935"></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="20181020 14:38:37.939" 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="20181020 14:38:37.940" 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="20181020 14:38:37.940" starttime="20181020 14:38:37.939"></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.18</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="20181020 14:38:37.947" starttime="20181020 14:38:37.947"></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="20181020 14:38:37.948" level="INFO">Logging into '192.0.2.6:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:38:38.366" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:38:38.367" starttime="20181020 14:38:37.948"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:38:38.435" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181020 14:38:38.435" starttime="20181020 14:38:38.368"></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="20181020 14:38:38.442" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:38:38.442" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:38.442" starttime="20181020 14:38:38.435"></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="20181020 14:38:38.494" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:38:38.494" starttime="20181020 14:38:38.442"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:38.496" starttime="20181020 14:38:38.494"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:38:38.497" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:38.497" starttime="20181020 14:38:38.497"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.498" starttime="20181020 14:38:37.946"></status>
</kw>
<msg timestamp="20181020 14:38:38.498" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:38.498" starttime="20181020 14:38:37.940"></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="20181020 14:38:38.500" starttime="20181020 14:38:38.500"></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="20181020 14:38:38.501" starttime="20181020 14:38:38.500"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:38.501" starttime="20181020 14:38:38.501"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.501" starttime="20181020 14:38:38.499"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.501" starttime="20181020 14:38:37.937"></status>
</kw>
<msg timestamp="20181020 14:38:38.502" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:38.502" starttime="20181020 14:38:37.937"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.502" starttime="20181020 14:38:37.936"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.502" starttime="20181020 14:38:37.934"></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="20181020 14:38:38.503" level="INFO">${member_ip} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:38:38.503" starttime="20181020 14:38:38.502"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181020 14:38:38.506" 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="20181020 14:38:38.507" 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="20181020 14:38:38.507" starttime="20181020 14:38:38.506"></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.18</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="20181020 14:38:38.518" starttime="20181020 14:38:38.517"></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="20181020 14:38:38.519" level="INFO">Logging into '192.0.2.14:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:38:38.842" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:38:38.843" starttime="20181020 14:38:38.518"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:38:38.908" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181020 14:38:38.908" starttime="20181020 14:38:38.843"></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="20181020 14:38:38.911" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:38:38.911" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:38.911" starttime="20181020 14:38:38.909"></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="20181020 14:38:38.955" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:38:38.955" starttime="20181020 14:38:38.911"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:38.957" starttime="20181020 14:38:38.955"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:38:38.957" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:38:38.957" starttime="20181020 14:38:38.957"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.958" starttime="20181020 14:38:38.516"></status>
</kw>
<msg timestamp="20181020 14:38:38.958" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:38.958" starttime="20181020 14:38:38.507"></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="20181020 14:38:38.959" starttime="20181020 14:38:38.959"></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="20181020 14:38:38.960" starttime="20181020 14:38:38.959"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:38:38.960" starttime="20181020 14:38:38.960"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.960" starttime="20181020 14:38:38.958"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.960" starttime="20181020 14:38:38.505"></status>
</kw>
<msg timestamp="20181020 14:38:38.960" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:38.960" starttime="20181020 14:38:38.504"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.960" starttime="20181020 14:38:38.503"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.960" starttime="20181020 14:38:38.502"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.960" starttime="20181020 14:38:37.560"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.961" starttime="20181020 14:38:37.558"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.961" starttime="20181020 14:38:37.558"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.961" starttime="20181020 14:38:36.230"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:38.961" starttime="20181020 14:38:36.230"></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="20181020 14:38:38.962" starttime="20181020 14:38:38.961"></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="20181020 14:38:38.963" level="INFO">${OS_CNTL_IP} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:38:38.963" starttime="20181020 14:38:38.962"></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="20181020 14:38:38.964" level="INFO">${conn_id} = 31</msg>
<status status="PASS" endtime="20181020 14:38:38.964" starttime="20181020 14:38:38.963"></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="20181020 14:38:38.965" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:38:38.965" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:38:38.965" starttime="20181020 14:38:38.964"></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="20181020 14:38:38.966" starttime="20181020 14:38:38.965"></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="20181020 14:38:38.967" level="INFO">Logging into '192.0.2.18:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:38:39.326" level="INFO">Read output: Last login: Sat Oct 20 14:38:22 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:38:39.326" starttime="20181020 14:38:38.966"></status>
</kw>
<msg timestamp="20181020 14:38:39.326" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:39.327" starttime="20181020 14:38:38.966"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:39.327" starttime="20181020 14:38:38.964"></status>
</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="20181020 14:38:39.328" level="INFO">${OS_CNTL_CONN_ID} = 31</msg>
<status status="PASS" endtime="20181020 14:38:39.328" starttime="20181020 14:38:39.327"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:39.328" starttime="20181020 14:38:38.963"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:38:39.330" level="INFO">${OS_CMP1_IP} = 192.0.2.25</msg>
<status status="PASS" endtime="20181020 14:38:39.330" starttime="20181020 14:38:39.330"></status>
</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="20181020 14:38:39.331" level="INFO">${OS_CMP2_IP} = 192.0.2.5</msg>
<status status="PASS" endtime="20181020 14:38:39.331" starttime="20181020 14:38:39.331"></status>
</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="20181020 14:38:39.332" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.18 | 192.0.2.25 | 192.0.2.5 ]</msg>
<status status="PASS" endtime="20181020 14:38:39.332" starttime="20181020 14:38:39.331"></status>
</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="20181020 14:38:39.332" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.25 | 192.0.2.5 ]</msg>
<status status="PASS" endtime="20181020 14:38:39.332" starttime="20181020 14:38:39.332"></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="20181020 14:38:39.334" level="INFO">${conn_id} = 32</msg>
<status status="PASS" endtime="20181020 14:38:39.334" starttime="20181020 14:38:39.334"></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="20181020 14:38:39.335" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:38:39.335" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:38:39.335" starttime="20181020 14:38:39.335"></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="20181020 14:38:39.336" starttime="20181020 14:38:39.336"></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="20181020 14:38:39.337" level="INFO">Logging into '192.0.2.25:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:38:39.694" level="INFO">Read output: Last login: Sat Oct 20 14:37:14 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:38:39.695" starttime="20181020 14:38:39.337"></status>
</kw>
<msg timestamp="20181020 14:38:39.695" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:39.695" starttime="20181020 14:38:39.336"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:39.695" starttime="20181020 14:38:39.334"></status>
</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="20181020 14:38:39.696" level="INFO">${OS_CMP1_CONN_ID} = 32</msg>
<status status="PASS" endtime="20181020 14:38:39.696" starttime="20181020 14:38:39.695"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:39.696" starttime="20181020 14:38:39.333"></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="20181020 14:38:39.697" level="INFO">${conn_id} = 33</msg>
<status status="PASS" endtime="20181020 14:38:39.697" starttime="20181020 14:38:39.697"></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="20181020 14:38:39.698" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:38:39.698" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:38:39.698" starttime="20181020 14:38:39.698"></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="20181020 14:38:39.699" starttime="20181020 14:38:39.698"></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="20181020 14:38:39.700" level="INFO">Logging into '192.0.2.5:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:38:40.053" level="INFO">Read output: Last login: Sat Oct 20 14:37:27 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:38:40.053" starttime="20181020 14:38:39.699"></status>
</kw>
<msg timestamp="20181020 14:38:40.053" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:40.054" starttime="20181020 14:38:39.699"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:40.054" starttime="20181020 14:38:39.697"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181020 14:38:40.055" level="INFO">${OS_CMP2_CONN_ID} = 33</msg>
<status status="PASS" endtime="20181020 14:38:40.055" starttime="20181020 14:38:40.054"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:40.055" starttime="20181020 14:38:39.696"></status>
</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="20181020 14:38:40.059" level="INFO">@{OS_ALL_CONN_IDS} = [ 31 | 32 | 33 ]</msg>
<status status="PASS" endtime="20181020 14:38:40.059" starttime="20181020 14:38:40.055"></status>
</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="20181020 14:38:40.062" level="INFO">@{OS_CMP_CONN_IDS} = [ 32 | 33 ]</msg>
<status status="PASS" endtime="20181020 14:38:40.062" starttime="20181020 14:38:40.059"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:40.062" starttime="20181020 14:38:39.329"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:40.063" starttime="20181020 14:38:39.329"></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="20181020 14:38:40.071" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181020 14:38:40.092" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:38:44.228" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:38:44.228" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:38:44.228" starttime="20181020 14:38:40.071"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:38:44.229" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.25 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.5  | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181020 14:38:44.230" starttime="20181020 14:38:44.229"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:44.230" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:38:44.230" starttime="20181020 14:38:44.230"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:44.232" starttime="20181020 14:38:44.231"></status>
</kw>
<msg timestamp="20181020 14:38:44.232" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181020 14:38:44.232" starttime="20181020 14:38:40.070"></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="20181020 14:38:44.244" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.18 " | cut -d" " -f 2</msg>
<msg timestamp="20181020 14:38:44.265" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:38:46.498" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:38:46.499" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:38:46.499" starttime="20181020 14:38:44.243"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:38:46.500" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:38:46.500" starttime="20181020 14:38:46.499"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:46.501" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:38:46.501" starttime="20181020 14:38:46.500"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:46.502" starttime="20181020 14:38:46.501"></status>
</kw>
<msg timestamp="20181020 14:38:46.502" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181020 14:38:46.502" starttime="20181020 14:38:44.242"></status>
</kw>
<msg timestamp="20181020 14:38:46.502" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181020 14:38:46.502" starttime="20181020 14:38:40.063"></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="20181020 14:38:46.513" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181020 14:38:46.533" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:38:49.285" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:38:49.285" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:38:49.286" starttime="20181020 14:38:46.512"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:38:49.286" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.25 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.5  | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181020 14:38:49.287" starttime="20181020 14:38:49.286"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:49.287" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:38:49.287" starttime="20181020 14:38:49.287"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:49.288" starttime="20181020 14:38:49.287"></status>
</kw>
<msg timestamp="20181020 14:38:49.288" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181020 14:38:49.288" starttime="20181020 14:38:46.512"></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="20181020 14:38:49.296" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.25 " | cut -d" " -f 2</msg>
<msg timestamp="20181020 14:38:49.314" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:38:51.734" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:38:51.734" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:38:51.734" starttime="20181020 14:38:49.295"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:38:51.736" level="INFO">overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:38:51.736" starttime="20181020 14:38:51.735"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:51.736" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:38:51.737" starttime="20181020 14:38:51.736"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:51.738" starttime="20181020 14:38:51.737"></status>
</kw>
<msg timestamp="20181020 14:38:51.738" level="INFO">${hostname} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:38:51.738" starttime="20181020 14:38:49.295"></status>
</kw>
<msg timestamp="20181020 14:38:51.738" level="INFO">${OS_CMP1_HOSTNAME} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:38:51.738" starttime="20181020 14:38:46.503"></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="20181020 14:38:51.753" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181020 14:38:51.774" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:38:54.469" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:38:54.470" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:38:54.470" starttime="20181020 14:38:51.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="20181020 14:38:54.471" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.25 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.5  | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181020 14:38:54.471" starttime="20181020 14:38:54.470"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:54.471" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:38:54.471" starttime="20181020 14:38:54.471"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:54.472" starttime="20181020 14:38:54.472"></status>
</kw>
<msg timestamp="20181020 14:38:54.472" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181020 14:38:54.472" starttime="20181020 14:38:51.752"></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="20181020 14:38:54.481" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.5 " | cut -d" " -f 2</msg>
<msg timestamp="20181020 14:38:54.502" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:38:57.067" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:38:57.068" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:38:57.068" starttime="20181020 14:38:54.481"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:38:57.069" level="INFO">overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:38:57.069" starttime="20181020 14:38:57.068"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:57.069" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:38:57.069" starttime="20181020 14:38:57.069"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:57.070" starttime="20181020 14:38:57.070"></status>
</kw>
<msg timestamp="20181020 14:38:57.070" level="INFO">${hostname} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:38:57.070" starttime="20181020 14:38:54.480"></status>
</kw>
<msg timestamp="20181020 14:38:57.071" level="INFO">${OS_CMP2_HOSTNAME} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:38:57.071" starttime="20181020 14:38:51.739"></status>
</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="20181020 14:38:57.071" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181020 14:38:57.071" starttime="20181020 14:38:57.071"></status>
</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="20181020 14:38:57.072" level="INFO">${OS_CMP1_HOSTNAME} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:38:57.072" starttime="20181020 14:38:57.071"></status>
</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="20181020 14:38:57.072" level="INFO">${OS_CMP2_HOSTNAME} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:38:57.072" starttime="20181020 14:38:57.072"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:57.072" starttime="20181020 14:38:40.063"></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>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:38:57.074" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.18 - OS_CONTROL_NODE_IP: 192.0.2.18
OS_CMP1_HOSTNAME: overcloud-novacompute-1.opnfvlf.org - OS_CMP1_IP: 192.0.2.25 - OS_COMPUTE_1_IP: 192.0.2.25
OS_CMP2_HOSTNA...</msg>
<status status="PASS" endtime="20181020 14:38:57.074" starttime="20181020 14:38:57.073"></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="20181020 14:38:57.074" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.18 - OS_CONTROL_NODE_IP: 192.0.2.18
OS_CMP1_HOSTNAME: overcloud-novacompute-1.opnfvlf.org - OS_CMP1_IP: 192.0.2.25 - OS_COMPUTE_1_IP: 192.0.2.25
OS_CMP2_HOSTNAME: overcloud-novacompute-0.opnfvlf.org - OS_CMP2_IP: 192.0.2.5 - OS_COMPUTE_2_IP: 192.0.2.5
OS_ALL_IPS: [u'192.0.2.18', u'192.0.2.25', u'192.0.2.5']
OS_CMP_IPS: [u'192.0.2.25', u'192.0.2.5']</msg>
<status status="PASS" endtime="20181020 14:38:57.074" starttime="20181020 14:38:57.074"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:57.074" starttime="20181020 14:38:57.073"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:57.075" starttime="20181020 14:38:38.962"></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="20181020 14:38:57.075" level="INFO">Creating Session using : alias=session, url=http://192.0.2.18:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fbf2ecb84d0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181020 14:38:57.076" starttime="20181020 14:38:57.075"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:57.076" starttime="20181020 14:38:38.961"></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="20181020 14:38:57.077" level="INFO">${suite_} = CSIT_L2</msg>
<status status="PASS" endtime="20181020 14:38:57.077" starttime="20181020 14:38:57.077"></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="20181020 14:38:57.077" level="INFO">${tag_} = tcpdump_port_6653__CSIT_L2</msg>
<status status="PASS" endtime="20181020 14:38:57.077" starttime="20181020 14:38:57.077"></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="20181020 14:38:57.079" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181020 14:38:57.079" starttime="20181020 14:38:57.078"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.18">
<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="20181020 14:38:57.079" level="INFO">${fname} = tcpdump_port_6653__CSIT_L2__192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:38:57.079" starttime="20181020 14:38:57.079"></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="20181020 14:38:57.081" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181020 14:38:57.081" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 14:38:57.081" starttime="20181020 14:38:57.081"></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="20181020 14:38:57.082" level="INFO">${conn_id} = 34</msg>
<status status="PASS" endtime="20181020 14:38:57.082" starttime="20181020 14:38:57.081"></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="20181020 14:38:57.084" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:38:57.084" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:38:57.084" starttime="20181020 14:38:57.083"></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="20181020 14:38:57.085" starttime="20181020 14:38:57.084"></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="20181020 14:38:57.087" level="INFO">Logging into '192.0.2.18:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:38:57.423" level="INFO">Read output: Last login: Sat Oct 20 14:38:39 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:38:57.423" starttime="20181020 14:38:57.086"></status>
</kw>
<msg timestamp="20181020 14:38:57.423" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:57.423" starttime="20181020 14:38:57.085"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:57.423" starttime="20181020 14:38:57.082"></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="20181020 14:38:57.424" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.18.pcap</msg>
<status status="PASS" endtime="20181020 14:38:57.424" starttime="20181020 14:38:57.424"></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="20181020 14:38:57.425" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.18.pcap'.</msg>
<msg timestamp="20181020 14:38:57.428" level="INFO">${stdout} = None</msg>
<msg timestamp="20181020 14:38:57.429" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181020 14:38:57.429" starttime="20181020 14:38:57.425"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:57.429" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:38:57.429" starttime="20181020 14:38:57.429"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:38:57.429" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:38:57.430" starttime="20181020 14:38:57.429"></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="20181020 14:38:57.432" starttime="20181020 14:38:57.432"></status>
</kw>
<msg timestamp="20181020 14:38:57.432" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:57.432" starttime="20181020 14:38:57.431"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:57.432" starttime="20181020 14:38:57.430"></status>
</kw>
<msg timestamp="20181020 14:38:57.433" level="INFO">${conn_id} = 34</msg>
<status status="PASS" endtime="20181020 14:38:57.433" starttime="20181020 14:38:57.080"></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="20181020 14:38:57.433" starttime="20181020 14:38:57.433"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:57.433" starttime="20181020 14:38:57.079"></status>
</kw>
<kw type="foritem" name="${ip} = 192.0.2.25">
<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="20181020 14:38:57.434" level="INFO">${fname} = tcpdump_port_6653__CSIT_L2__192.0.2.25</msg>
<status status="PASS" endtime="20181020 14:38:57.434" starttime="20181020 14:38:57.433"></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="20181020 14:38:57.436" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181020 14:38:57.436" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 14:38:57.436" starttime="20181020 14:38:57.435"></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="20181020 14:38:57.436" level="INFO">${conn_id} = 35</msg>
<status status="PASS" endtime="20181020 14:38:57.437" starttime="20181020 14:38:57.436"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181020 14:38:57.437" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:38:57.438" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:38:57.438" starttime="20181020 14:38:57.437"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:38:57.438" starttime="20181020 14:38:57.438"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181020 14:38:57.439" level="INFO">Logging into '192.0.2.25:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:38:57.779" level="INFO">Read output: Last login: Sat Oct 20 14:38:39 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:38:57.780" starttime="20181020 14:38:57.439"></status>
</kw>
<msg timestamp="20181020 14:38:57.780" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:57.780" starttime="20181020 14:38:57.438"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:57.780" starttime="20181020 14:38:57.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>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181020 14:38:57.781" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.25.pcap</msg>
<status status="PASS" endtime="20181020 14:38:57.781" starttime="20181020 14:38:57.780"></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="20181020 14:38:57.781" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.25.pcap'.</msg>
<msg timestamp="20181020 14:38:57.784" level="INFO">${stdout} = None</msg>
<msg timestamp="20181020 14:38:57.784" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181020 14:38:57.784" starttime="20181020 14:38:57.781"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:57.785" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:38:57.785" starttime="20181020 14:38:57.785"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:38:57.786" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:38:57.786" starttime="20181020 14:38:57.785"></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="20181020 14:38:57.788" starttime="20181020 14:38:57.788"></status>
</kw>
<msg timestamp="20181020 14:38:57.788" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:57.789" starttime="20181020 14:38:57.787"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:57.789" starttime="20181020 14:38:57.786"></status>
</kw>
<msg timestamp="20181020 14:38:57.789" level="INFO">${conn_id} = 35</msg>
<status status="PASS" endtime="20181020 14:38:57.789" starttime="20181020 14:38:57.434"></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="20181020 14:38:57.790" starttime="20181020 14:38:57.789"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:57.790" starttime="20181020 14:38:57.433"></status>
</kw>
<kw type="foritem" name="${ip} = 192.0.2.5">
<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="20181020 14:38:57.790" level="INFO">${fname} = tcpdump_port_6653__CSIT_L2__192.0.2.5</msg>
<status status="PASS" endtime="20181020 14:38:57.790" starttime="20181020 14:38:57.790"></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="20181020 14:38:57.791" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181020 14:38:57.792" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 14:38:57.792" starttime="20181020 14:38:57.791"></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="20181020 14:38:57.793" level="INFO">${conn_id} = 36</msg>
<status status="PASS" endtime="20181020 14:38:57.793" starttime="20181020 14:38:57.792"></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="20181020 14:38:57.794" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:38:57.794" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:38:57.794" starttime="20181020 14:38:57.793"></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="20181020 14:38:57.794" starttime="20181020 14:38:57.794"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181020 14:38:57.795" level="INFO">Logging into '192.0.2.5:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:38:58.129" level="INFO">Read output: Last login: Sat Oct 20 14:38:39 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:38:58.129" starttime="20181020 14:38:57.795"></status>
</kw>
<msg timestamp="20181020 14:38:58.129" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:58.129" starttime="20181020 14:38:57.795"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:58.129" starttime="20181020 14:38:57.793"></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="20181020 14:38:58.130" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.5.pcap</msg>
<status status="PASS" endtime="20181020 14:38:58.130" starttime="20181020 14:38:58.130"></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="20181020 14:38:58.131" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.5.pcap'.</msg>
<msg timestamp="20181020 14:38:58.134" level="INFO">${stdout} = None</msg>
<msg timestamp="20181020 14:38:58.134" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181020 14:38:58.134" starttime="20181020 14:38:58.130"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:38:58.134" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:38:58.134" starttime="20181020 14:38:58.134"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:38:58.135" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:38:58.135" starttime="20181020 14:38:58.135"></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="20181020 14:38:58.137" starttime="20181020 14:38:58.137"></status>
</kw>
<msg timestamp="20181020 14:38:58.137" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:38:58.138" starttime="20181020 14:38:58.136"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:58.138" starttime="20181020 14:38:58.136"></status>
</kw>
<msg timestamp="20181020 14:38:58.138" level="INFO">${conn_id} = 36</msg>
<status status="PASS" endtime="20181020 14:38:58.138" starttime="20181020 14:38:57.790"></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="20181020 14:38:58.139" starttime="20181020 14:38:58.138"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:58.139" starttime="20181020 14:38:57.790"></status>
</kw>
<status status="PASS" endtime="20181020 14:38:58.139" starttime="20181020 14:38:57.079"></status>
</kw>
<msg timestamp="20181020 14:38:58.139" level="INFO">@{conn_ids} = [ 34 | 35 | 36 ]</msg>
<status status="PASS" endtime="20181020 14:38:58.139" starttime="20181020 14:38:57.078"></status>
</kw>
<msg timestamp="20181020 14:38:58.139" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 34 | 35 | 36 ]</msg>
<status status="PASS" endtime="20181020 14:38:58.139" starttime="20181020 14:38:57.076"></status>
</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="20181020 14:38:58.140" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 34 | 35 | 36 ]</msg>
<status status="PASS" endtime="20181020 14:38:58.140" starttime="20181020 14:38:58.139"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:38:58.142" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:38:58.142" starttime="20181020 14:38:58.142"></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="20181020 14:38:58.145" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181020 14:38:58.172" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:00.602" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:00.603" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:00.603" starttime="20181020 14:38:58.144"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:00.604" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:39:00.604" starttime="20181020 14:39:00.603"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:00.605" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:00.605" starttime="20181020 14:39:00.604"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:00.605" starttime="20181020 14:39:00.605"></status>
</kw>
<msg timestamp="20181020 14:39:00.606" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:39:00.606" starttime="20181020 14:38:58.142"></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="20181020 14:39:00.606" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:39:00.606" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:39:00.606" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:00.606" starttime="20181020 14:39:00.606"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:39:00.607" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:39:00.607" starttime="20181020 14:39:00.607"></status>
</kw>
<msg timestamp="20181020 14:39:00.607" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:00.607" starttime="20181020 14:38:58.141"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181020 14:39:00.608" starttime="20181020 14:39:00.607"></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="20181020 14:39:00.609" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:00.609" starttime="20181020 14:39:00.608"></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="20181020 14:39:00.610" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181020 14:39:00.631" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:05.314" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:05.314" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:05.314" starttime="20181020 14:39:00.609"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:05.315" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:39:05.315" starttime="20181020 14:39:05.315"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:05.316" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:05.316" starttime="20181020 14:39:05.316"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:05.317" starttime="20181020 14:39:05.316"></status>
</kw>
<msg timestamp="20181020 14:39:05.317" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:39:05.317" starttime="20181020 14:39:00.609"></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="20181020 14:39:05.318" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:39:05.318" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:39:05.318" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:05.318" starttime="20181020 14:39:05.318"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:39:05.319" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:39:05.319" starttime="20181020 14:39:05.319"></status>
</kw>
<msg timestamp="20181020 14:39:05.319" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:05.319" starttime="20181020 14:39:00.608"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181020 14:39:05.320" starttime="20181020 14:39:05.320"></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="20181020 14:39:05.321" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:05.321" starttime="20181020 14:39:05.321"></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="20181020 14:39:05.322" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181020 14:39:05.348" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:07.934" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:07.935" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:07.935" starttime="20181020 14:39:05.322"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:07.936" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:39:07.937" starttime="20181020 14:39:07.936"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:07.937" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:07.937" starttime="20181020 14:39:07.937"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:07.938" starttime="20181020 14:39:07.938"></status>
</kw>
<msg timestamp="20181020 14:39:07.938" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:39:07.938" starttime="20181020 14:39:05.321"></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="20181020 14:39:07.939" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:39:07.939" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:39:07.939" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:07.939" starttime="20181020 14:39:07.939"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:39:07.940" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:39:07.940" starttime="20181020 14:39:07.940"></status>
</kw>
<msg timestamp="20181020 14:39:07.940" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:07.940" starttime="20181020 14:39:05.320"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181020 14:39:07.941" starttime="20181020 14:39:07.940"></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="20181020 14:39:07.942" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:07.942" starttime="20181020 14:39:07.941"></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="20181020 14:39:07.944" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181020 14:39:07.966" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:10.323" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:10.323" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:10.323" starttime="20181020 14:39:07.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="20181020 14:39:10.324" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:39:10.325" starttime="20181020 14:39:10.324"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:10.325" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:10.325" starttime="20181020 14:39:10.325"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:10.326" starttime="20181020 14:39:10.325"></status>
</kw>
<msg timestamp="20181020 14:39:10.326" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:39:10.326" starttime="20181020 14:39:07.942"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181020 14:39:10.327" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:39:10.327" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:39:10.327" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:10.327" starttime="20181020 14:39:10.326"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:39:10.327" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:39:10.327" starttime="20181020 14:39:10.327"></status>
</kw>
<msg timestamp="20181020 14:39:10.327" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:10.327" starttime="20181020 14:39:07.941"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181020 14:39:10.328" starttime="20181020 14:39:10.328"></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="20181020 14:39:10.330" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:10.330" starttime="20181020 14:39:10.329"></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="20181020 14:39:10.331" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181020 14:39:10.356" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:12.672" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:12.672" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:12.672" starttime="20181020 14:39:10.331"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:12.673" level="INFO">[
  {
    "Subnets": "696a25aa-6961-4600-af39-00b50e262ee0", 
    "ID": "8726b87b-b42f-41e5-a293-c46fee68f1ad", 
    "Name": "external"
  }
]</msg>
<status status="PASS" endtime="20181020 14:39:12.673" starttime="20181020 14:39:12.673"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:12.674" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:12.674" starttime="20181020 14:39:12.674"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:12.675" starttime="20181020 14:39:12.674"></status>
</kw>
<msg timestamp="20181020 14:39:12.675" level="INFO">${json} = [
  {
    "Subnets": "696a25aa-6961-4600-af39-00b50e262ee0", 
    "ID": "8726b87b-b42f-41e5-a293-c46fee68f1ad", 
    "Name": "external"
  }
]</msg>
<status status="PASS" endtime="20181020 14:39:12.675" starttime="20181020 14:39:10.330"></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="20181020 14:39:12.675" level="INFO">To JSON using : content=[
  {
    "Subnets": "696a25aa-6961-4600-af39-00b50e262ee0", 
    "ID": "8726b87b-b42f-41e5-a293-c46fee68f1ad", 
    "Name": "external"
  }
] </msg>
<msg timestamp="20181020 14:39:12.675" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:39:12.676" level="INFO">@{list} = [ {u'Subnets': u'696a25aa-6961-4600-af39-00b50e262ee0', u'ID': u'8726b87b-b42f-41e5-a293-c46fee68f1ad', u'Name': u'external'} ]</msg>
<status status="PASS" endtime="20181020 14:39:12.676" starttime="20181020 14:39:12.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="20181020 14:39:12.676" level="INFO">[{u'Subnets': u'696a25aa-6961-4600-af39-00b50e262ee0', u'ID': u'8726b87b-b42f-41e5-a293-c46fee68f1ad', u'Name': u'external'}]</msg>
<status status="PASS" endtime="20181020 14:39:12.676" starttime="20181020 14:39:12.676"></status>
</kw>
<msg timestamp="20181020 14:39:12.676" level="INFO">@{networks} = [ {u'Subnets': u'696a25aa-6961-4600-af39-00b50e262ee0', u'ID': u'8726b87b-b42f-41e5-a293-c46fee68f1ad', u'Name': u'external'} ]</msg>
<status status="PASS" endtime="20181020 14:39:12.677" starttime="20181020 14:39:10.328"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'696a25aa-6961-4600-af39-00b50e262ee0', u'ID': u'8726b87b-b42f-41e5-a293-c46fee68f1ad', 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="20181020 14:39:12.687" level="INFO">Starting process:
openstack subnet delete 696a25aa-6961-4600-af39-00b50e262ee0</msg>
<msg timestamp="20181020 14:39:12.708" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:16.008" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:16.008" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:16.008" starttime="20181020 14:39:12.687"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:16.009" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:16.009" starttime="20181020 14:39:16.008"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:16.010" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:16.010" starttime="20181020 14:39:16.009"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:16.011" starttime="20181020 14:39:16.010"></status>
</kw>
<msg timestamp="20181020 14:39:16.011" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:39:16.011" starttime="20181020 14:39:12.686"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:16.011" starttime="20181020 14:39:12.677"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:16.011" starttime="20181020 14:39:12.677"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>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="20181020 14:39:16.021" level="INFO">Starting process:
openstack network delete 8726b87b-b42f-41e5-a293-c46fee68f1ad</msg>
<msg timestamp="20181020 14:39:16.041" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:20.047" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:20.048" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:20.048" starttime="20181020 14:39:16.020"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:20.049" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:20.049" starttime="20181020 14:39:20.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="20181020 14:39:20.050" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:20.050" starttime="20181020 14:39:20.050"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:20.051" starttime="20181020 14:39:20.050"></status>
</kw>
<msg timestamp="20181020 14:39:20.052" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:39:20.052" starttime="20181020 14:39:16.020"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:20.052" starttime="20181020 14:39:16.012"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:20.052" starttime="20181020 14:39:16.012"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:20.052" starttime="20181020 14:39:12.677"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:20.052" starttime="20181020 14:39:12.677"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack 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="20181020 14:39:20.053" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:39:20.053" starttime="20181020 14:39:20.053"></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="20181020 14:39:20.054" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181020 14:39:20.080" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:23.111" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:23.112" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:23.112" starttime="20181020 14:39:20.054"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:23.113" level="INFO">[
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project": "f3c18c38fb5b440d86a1f8e33c3e2e89", 
    "Description": "Default security group", 
    "ID": "4ae23966-383b-47d8-b460-32090333e3cb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181020 14:39:23.113" starttime="20181020 14:39:23.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="20181020 14:39:23.114" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:23.114" starttime="20181020 14:39:23.114"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:23.115" starttime="20181020 14:39:23.114"></status>
</kw>
<msg timestamp="20181020 14:39:23.115" level="INFO">${json} = [
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181020 14:39:23.115" starttime="20181020 14:39:20.053"></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="20181020 14:39:23.115" level="INFO">To JSON using : content=[
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project": "f3c18c38fb5b440d86a1f8e33c3e2e89", 
    "Description": "Default security group", 
    "ID": "4ae23966-383b-47d8-b460-32090333e3cb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181020 14:39:23.115" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:39:23.116" level="INFO">@{list} = [ {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'} | {u'Project': u'f3c18c38fb5b440d86a...</msg>
<status status="PASS" endtime="20181020 14:39:23.116" starttime="20181020 14:39:23.115"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:39:23.116" level="INFO">[{u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'}, {u'Project': u'f3c18c38fb5b440d86a1f8e33c3e2e89', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4ae23966-383b-47d8-b460-32090333e3cb'}]</msg>
<status status="PASS" endtime="20181020 14:39:23.116" starttime="20181020 14:39:23.116"></status>
</kw>
<msg timestamp="20181020 14:39:23.116" level="INFO">@{security_groups} = [ {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'} | {u'Project': u'f3c18c38fb5b440d86a...</msg>
<status status="PASS" endtime="20181020 14:39:23.116" starttime="20181020 14:39:20.052"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'}">
<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="20181020 14:39:23.117" starttime="20181020 14:39:23.117"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:23.117" starttime="20181020 14:39:23.117"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'f3c18c38fb5b440d86a1f8e33c3e2e89', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4ae23966-383b-47d8-b460-32090333e3cb'}">
<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="20181020 14:39:23.118" starttime="20181020 14:39:23.117"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:23.118" starttime="20181020 14:39:23.117"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:23.118" starttime="20181020 14:39:23.116"></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="20181020 14:39:23.119" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181020 14:39:23.119" starttime="20181020 14:39:23.119"></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="20181020 14:39:23.131" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181020 14:39:23.154" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:26.520" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:26.521" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:26.521" starttime="20181020 14:39:23.131"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:26.522" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:26.522" starttime="20181020 14:39:26.521"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:26.523" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:26.523" starttime="20181020 14:39:26.522"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:26.524" starttime="20181020 14:39:26.523"></status>
</kw>
<msg timestamp="20181020 14:39:26.524" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:39:26.524" starttime="20181020 14:39:23.129"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:26.524" starttime="20181020 14:39:23.119"></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="20181020 14:39:26.534" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181020 14:39:26.560" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:28.890" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:28.890" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:28.890" starttime="20181020 14:39:26.534"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:28.892" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:28.892" starttime="20181020 14:39:28.891"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:28.892" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:28.892" starttime="20181020 14:39:28.892"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:28.893" starttime="20181020 14:39:28.893"></status>
</kw>
<msg timestamp="20181020 14:39:28.894" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:39:28.894" starttime="20181020 14:39:26.533"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:28.894" starttime="20181020 14:39:26.524"></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="20181020 14:39:28.904" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181020 14:39:28.923" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:31.244" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:31.244" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:31.244" starttime="20181020 14:39:28.903"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:31.245" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:31.245" starttime="20181020 14:39:31.245"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:31.246" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:31.246" starttime="20181020 14:39:31.246"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:31.247" starttime="20181020 14:39:31.246"></status>
</kw>
<msg timestamp="20181020 14:39:31.247" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:39:31.247" starttime="20181020 14:39:28.903"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:31.247" starttime="20181020 14:39:28.894"></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="20181020 14:39:31.255" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181020 14:39:31.274" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:33.892" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:33.892" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:33.892" starttime="20181020 14:39:31.254"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:33.893" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:33.893" starttime="20181020 14:39:33.893"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:33.894" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:33.894" starttime="20181020 14:39:33.893"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:33.894" starttime="20181020 14:39:33.894"></status>
</kw>
<msg timestamp="20181020 14:39:33.895" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:39:33.895" starttime="20181020 14:39:31.254"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:33.895" starttime="20181020 14:39:31.247"></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="20181020 14:39:33.904" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181020 14:39:33.929" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:36.469" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:36.469" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:36.469" starttime="20181020 14:39:33.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="20181020 14:39:36.470" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 3d599d2d-2011-4c3f-88e0-7290f0eba41a | default | Default security group | 30aba7c692df4eb5b35215cb70b9fae6 |
| 4ae23966-383b-47d8-b460-32090333e3cb | default | Default security group | f3c18c38fb5b440d86a1f8e33c3e2e89 |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181020 14:39:36.470" starttime="20181020 14:39:36.469"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:36.470" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:36.471" starttime="20181020 14:39:36.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="20181020 14:39:36.471" starttime="20181020 14:39:36.471"></status>
</kw>
<msg timestamp="20181020 14:39:36.472" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181020 14:39:36.472" starttime="20181020 14:39:33.903"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:36.472" starttime="20181020 14:39:33.895"></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="20181020 14:39:36.480" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181020 14:39:36.500" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:38.886" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:38.887" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:38.887" starttime="20181020 14:39:36.480"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:38.888" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 2014cade-2a4f-4311-ad6f-7e591564ae07 | None        | None     |            | 3d599d2d-2011-4c3f-88e0-7290f0eba41a | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| 2e608dde-5628-4009-9851-44bec8b142c7 | None        | None     |            | None                                 | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| 3dd95e3c-1c0d-4882-9bdf-eb210690aab0 | None        | None     |            | None                                 | 4ae23966-383b-47d8-b460-32090333e3cb |
| 66dfbfad-3e7f-4c01-b289-858b28faef82 | None        | None     |            | None                                 | 4ae23966-383b-47d8-b460-32090333e3cb |
| 6c5127b5-a34e-4476-ad34-27700a448840 | None        | None     |            | 4ae23966-383b-47d8-b460-32090333e3cb | 4ae23966-383b-47d8-b460-32090333e3cb |
| 7dddab02-36ce-49ff-8438-860852628aa8 | None        | None     |            | None                                 | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| b0df72aa-f784-4a90-b37a-36e6b1dbd77c | None        | None     |            | 3d599d2d-2011-4c3f-88e0-7290f0eba41a | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba | None        | None     |            | 4ae23966-383b-47d8-b460-32090333e3cb | 4ae23966-383b-47d8-b460-32090333e3cb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:39:38.888" starttime="20181020 14:39:38.887"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:38.889" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:38.889" starttime="20181020 14:39:38.889"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:38.890" starttime="20181020 14:39:38.889"></status>
</kw>
<msg timestamp="20181020 14:39:38.891" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181020 14:39:38.891" starttime="20181020 14:39:36.479"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:38.891" starttime="20181020 14:39:36.472"></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="20181020 14:39:38.899" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181020 14:39:38.920" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:41.123" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:41.124" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:41.124" starttime="20181020 14:39:38.899"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:41.125" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:41.125" starttime="20181020 14:39:41.125"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:41.126" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:41.126" starttime="20181020 14:39:41.126"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:41.127" starttime="20181020 14:39:41.126"></status>
</kw>
<msg timestamp="20181020 14:39:41.127" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:39:41.127" starttime="20181020 14:39:38.898"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:41.127" starttime="20181020 14:39:38.891"></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="20181020 14:39:41.140" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181020 14:39:41.161" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:43.421" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:43.421" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:43.421" starttime="20181020 14:39:41.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="20181020 14:39:43.422" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:43.422" starttime="20181020 14:39:43.422"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.423" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:43.423" starttime="20181020 14:39:43.422"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.424" starttime="20181020 14:39:43.423"></status>
</kw>
<msg timestamp="20181020 14:39:43.424" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:39:43.424" starttime="20181020 14:39:41.138"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.424" starttime="20181020 14:39:41.127"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.424" starttime="20181020 14:39:23.119"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.424" starttime="20181020 14:39:23.118"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.425" starttime="20181020 14:38:58.141"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.425" starttime="20181020 14:38:58.140"></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="20181020 14:39:43.426" starttime="20181020 14:39:43.426"></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="20181020 14:39:43.427" 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="20181020 14:39:43.427" starttime="20181020 14:39:43.427"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.428" starttime="20181020 14:39:43.428"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.429" starttime="20181020 14:39:43.428"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.438" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.439" starttime="20181020 14:39:43.429"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.483" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.484" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.484" starttime="20181020 14:39:43.439"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.484" starttime="20181020 14:39:43.427"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.484" starttime="20181020 14:39:43.427"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.487" starttime="20181020 14:39:43.486"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.487" starttime="20181020 14:39:43.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="20181020 14:39:43.490" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.490" starttime="20181020 14:39:43.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="20181020 14:39:43.503" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.503" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.503" starttime="20181020 14:39:43.491"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.503" starttime="20181020 14:39:43.485"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.503" starttime="20181020 14:39:43.484"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.506" starttime="20181020 14:39:43.505"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.507" starttime="20181020 14:39:43.506"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.510" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.510" starttime="20181020 14:39:43.507"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.525" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.525" 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="20181020 14:39:43.525" starttime="20181020 14:39:43.510"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.525" starttime="20181020 14:39:43.504"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.525" starttime="20181020 14:39:43.504"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.527" starttime="20181020 14:39:43.526"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.527" starttime="20181020 14:39:43.527"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.530" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.530" starttime="20181020 14:39:43.527"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.544" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.544" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.544" starttime="20181020 14:39:43.530"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.545" starttime="20181020 14:39:43.526"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.545" starttime="20181020 14:39:43.526"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.546" starttime="20181020 14:39:43.546"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.547" starttime="20181020 14:39:43.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="20181020 14:39:43.550" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.550" starttime="20181020 14:39:43.547"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.564" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.564" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.564" starttime="20181020 14:39:43.550"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.564" starttime="20181020 14:39:43.545"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.564" starttime="20181020 14:39:43.545"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.566" starttime="20181020 14:39:43.566"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.566" starttime="20181020 14:39:43.566"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.570" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.570" starttime="20181020 14:39:43.567"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.585" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.585" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.585" starttime="20181020 14:39:43.570"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.586" starttime="20181020 14:39:43.565"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.586" starttime="20181020 14:39:43.565"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.588" starttime="20181020 14:39:43.587"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.588" starttime="20181020 14:39:43.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="20181020 14:39:43.591" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.591" starttime="20181020 14:39:43.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="20181020 14:39:43.610" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.610" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.610" starttime="20181020 14:39:43.592"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.610" starttime="20181020 14:39:43.586"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.610" starttime="20181020 14:39:43.586"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.613" starttime="20181020 14:39:43.612"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.613" starttime="20181020 14:39:43.613"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.618" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.618" starttime="20181020 14:39:43.614"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.631" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.631" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.632" starttime="20181020 14:39:43.619"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.632" starttime="20181020 14:39:43.611"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.632" starttime="20181020 14:39:43.611"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.634" starttime="20181020 14:39:43.634"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.635" starttime="20181020 14:39:43.634"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.639" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.639" starttime="20181020 14:39:43.635"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.655" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.655" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.655" starttime="20181020 14:39:43.639"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.655" starttime="20181020 14:39:43.633"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.655" starttime="20181020 14:39:43.632"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.657" starttime="20181020 14:39:43.656"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.657" starttime="20181020 14:39:43.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="20181020 14:39:43.660" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.660" starttime="20181020 14:39:43.657"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.673" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.674" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.674" starttime="20181020 14:39:43.660"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.674" starttime="20181020 14:39:43.656"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.674" starttime="20181020 14:39:43.655"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.674" starttime="20181020 14:39:43.427"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.675" starttime="20181020 14:39:43.675"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.675" starttime="20181020 14:39:43.675"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.678" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181020 14:39:43.678" starttime="20181020 14:39:43.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="20181020 14:39:43.742" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:39:43.742" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181020 14:39:43.742" starttime="20181020 14:39:43.678"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.742" starttime="20181020 14:39:43.674"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.742" starttime="20181020 14:39:43.426"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.742" starttime="20181020 14:39:43.425"></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="20181020 14:39:43.744" starttime="20181020 14:39:43.743"></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="20181020 14:39:43.744" 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="20181020 14:39:43.744" starttime="20181020 14:39:43.744"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.745" starttime="20181020 14:39:43.745"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.746" starttime="20181020 14:39:43.746"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.751" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.751" starttime="20181020 14:39:43.746"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.768" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:43.769" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.769" starttime="20181020 14:39:43.751"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.769" starttime="20181020 14:39:43.745"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.769" starttime="20181020 14:39:43.744"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.771" starttime="20181020 14:39:43.771"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.772" starttime="20181020 14:39:43.771"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.776" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.776" starttime="20181020 14:39:43.773"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.789" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:43.789" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.789" starttime="20181020 14:39:43.777"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.789" starttime="20181020 14:39:43.770"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.790" starttime="20181020 14:39:43.769"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.792" starttime="20181020 14:39:43.792"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.793" starttime="20181020 14:39:43.793"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.797" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set inband:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.797" starttime="20181020 14:39:43.794"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.812" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:43.812" 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="20181020 14:39:43.812" starttime="20181020 14:39:43.797"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.813" starttime="20181020 14:39:43.790"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.813" starttime="20181020 14:39:43.790"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.814" starttime="20181020 14:39:43.814"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.815" starttime="20181020 14:39:43.814"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.819" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.819" starttime="20181020 14:39:43.815"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.834" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:43.835" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.835" starttime="20181020 14:39:43.819"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.835" starttime="20181020 14:39:43.813"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.835" starttime="20181020 14:39:43.813"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.836" starttime="20181020 14:39:43.836"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.837" starttime="20181020 14:39:43.836"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.840" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.841" starttime="20181020 14:39:43.837"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.859" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:43.859" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.859" starttime="20181020 14:39:43.841"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.860" starttime="20181020 14:39:43.835"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.860" starttime="20181020 14:39:43.835"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.861" starttime="20181020 14:39:43.861"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.861" starttime="20181020 14:39:43.861"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.865" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.865" starttime="20181020 14:39:43.862"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.881" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:43.882" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.882" starttime="20181020 14:39:43.865"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.882" starttime="20181020 14:39:43.860"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.882" starttime="20181020 14:39:43.860"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.883" starttime="20181020 14:39:43.883"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.884" starttime="20181020 14:39:43.884"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.887" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.888" starttime="20181020 14:39:43.884"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.903" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:43.903" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.903" starttime="20181020 14:39:43.888"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.904" starttime="20181020 14:39:43.882"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.904" starttime="20181020 14:39:43.882"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.906" starttime="20181020 14:39:43.905"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.906" starttime="20181020 14:39:43.906"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.910" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.910" starttime="20181020 14:39:43.907"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.921" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:43.921" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.921" starttime="20181020 14:39:43.910"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.922" starttime="20181020 14:39:43.904"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.922" starttime="20181020 14:39:43.904"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.924" starttime="20181020 14:39:43.923"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.924" starttime="20181020 14:39:43.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="20181020 14:39:43.928" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.928" starttime="20181020 14:39:43.925"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.938" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:43.938" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.938" starttime="20181020 14:39:43.928"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.938" starttime="20181020 14:39:43.922"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.939" starttime="20181020 14:39:43.922"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.940" starttime="20181020 14:39:43.940"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.940" starttime="20181020 14:39:43.940"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.943" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:43.943" starttime="20181020 14:39:43.941"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:43.954" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:43.954" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:43.954" starttime="20181020 14:39:43.944"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.954" starttime="20181020 14:39:43.939"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.954" starttime="20181020 14:39:43.939"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:43.954" starttime="20181020 14:39:43.744"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:43.956" starttime="20181020 14:39:43.955"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:43.956" starttime="20181020 14:39:43.956"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:43.959" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/list</msg>
<status status="PASS" endtime="20181020 14:39:43.959" starttime="20181020 14:39:43.956"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.021" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:39:44.021" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181020 14:39:44.021" starttime="20181020 14:39:43.959"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.021" starttime="20181020 14:39:43.954"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.021" starttime="20181020 14:39:43.743"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.022" starttime="20181020 14:39:43.743"></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="20181020 14:39:44.023" starttime="20181020 14:39:44.022"></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="20181020 14:39:44.023" 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="20181020 14:39:44.023" starttime="20181020 14:39:44.023"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.024" starttime="20181020 14:39:44.024"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.025" starttime="20181020 14:39:44.024"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.028" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:44.028" starttime="20181020 14:39:44.025"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.043" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.044" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:44.044" starttime="20181020 14:39:44.029"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.044" starttime="20181020 14:39:44.024"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.044" starttime="20181020 14:39:44.023"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.045" starttime="20181020 14:39:44.045"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.046" starttime="20181020 14:39:44.046"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.049" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:44.049" starttime="20181020 14:39:44.046"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.060" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.061" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:44.061" starttime="20181020 14:39:44.050"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.061" starttime="20181020 14:39:44.044"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.061" starttime="20181020 14:39:44.044"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.062" starttime="20181020 14:39:44.062"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.063" starttime="20181020 14:39:44.062"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.065" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set inband:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:44.066" starttime="20181020 14:39:44.063"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.076" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.076" 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="20181020 14:39:44.076" starttime="20181020 14:39:44.066"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.076" starttime="20181020 14:39:44.061"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.076" starttime="20181020 14:39:44.061"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.077" starttime="20181020 14:39:44.077"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.078" starttime="20181020 14:39:44.078"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.080" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:44.080" starttime="20181020 14:39:44.078"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.091" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.091" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:44.091" starttime="20181020 14:39:44.081"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.091" starttime="20181020 14:39:44.076"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.091" starttime="20181020 14:39:44.076"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.093" starttime="20181020 14:39:44.092"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.093" starttime="20181020 14:39:44.093"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.096" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:44.096" starttime="20181020 14:39:44.093"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.108" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.109" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:44.109" starttime="20181020 14:39:44.096"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.109" starttime="20181020 14:39:44.092"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.109" starttime="20181020 14:39:44.091"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.110" starttime="20181020 14:39:44.110"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.111" starttime="20181020 14:39:44.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="20181020 14:39:44.113" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:44.113" starttime="20181020 14:39:44.111"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.124" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.125" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:44.125" starttime="20181020 14:39:44.113"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.125" starttime="20181020 14:39:44.109"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.125" starttime="20181020 14:39:44.109"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.126" starttime="20181020 14:39:44.126"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.126" starttime="20181020 14:39:44.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="20181020 14:39:44.129" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:44.129" starttime="20181020 14:39:44.127"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.140" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.140" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:44.140" starttime="20181020 14:39:44.129"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.141" starttime="20181020 14:39:44.125"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.141" starttime="20181020 14:39:44.125"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.143" starttime="20181020 14:39:44.142"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.143" starttime="20181020 14:39:44.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="20181020 14:39:44.146" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:44.146" starttime="20181020 14:39:44.144"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.158" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.158" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:44.158" starttime="20181020 14:39:44.147"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.158" starttime="20181020 14:39:44.141"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.158" starttime="20181020 14:39:44.141"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.160" starttime="20181020 14:39:44.160"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.160" starttime="20181020 14:39:44.160"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.163" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:44.163" starttime="20181020 14:39:44.160"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.177" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.178" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:44.178" starttime="20181020 14:39:44.164"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.178" starttime="20181020 14:39:44.159"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.178" starttime="20181020 14:39:44.159"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.179" starttime="20181020 14:39:44.179"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.180" starttime="20181020 14:39:44.179"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.182" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:39:44.182" starttime="20181020 14:39:44.180"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.192" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.192" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:44.192" starttime="20181020 14:39:44.182"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.193" starttime="20181020 14:39:44.178"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.193" starttime="20181020 14:39:44.178"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.193" starttime="20181020 14:39:44.023"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:44.194" starttime="20181020 14:39:44.194"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:39:44.194" starttime="20181020 14:39:44.194"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.197" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/list</msg>
<status status="PASS" endtime="20181020 14:39:44.197" starttime="20181020 14:39:44.195"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:39:44.261" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:39:44.261" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181020 14:39:44.262" starttime="20181020 14:39:44.197"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.262" starttime="20181020 14:39:44.193"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.262" starttime="20181020 14:39:44.022"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.262" starttime="20181020 14:39:44.022"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.262" starttime="20181020 14:39:43.425"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.262" starttime="20181020 14:39:43.425"></status>
</kw>
<kw name="Run_Keyword_If_At_Least_Oxygen" library="CompareStream">
<doc>Compare oxygen to fluorine and in case fluorine is at least oxygen,</doc>
<arguments>
<arg>Wait Until Keyword Succeeds</arg>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</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_Keyword_If_At_Least</arg>
<arg>oxygen</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run_Keyword_If_At_Least" library="CompareStream">
<doc>Compare ${lower_bound} to fluorine and in case fluorine is at least ${lower_bound},</doc>
<arguments>
<arg>oxygen</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</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>&amp;{Stream_dict}[${ODL_STREAM}] &gt;= &amp;{Stream_dict}[${lower_bound}]</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</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>OPENFLOW</arg>
<arg>IFM</arg>
<arg>ITM</arg>
<arg>DATASTORE</arg>
<arg>ELAN</arg>
<arg>OVSDB</arg>
<arg>&amp;{kwargs}</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.18</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="20181020 14:39:44.305" starttime="20181020 14:39:44.304"></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="20181020 14:39:44.306" level="INFO">Logging into '192.0.2.18:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:39:44.503" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:39:44.503" starttime="20181020 14:39:44.305"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.566" level="INFO">@root&gt;showSvcStatus -n 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:39:44.566" starttime="20181020 14:39:44.504"></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="20181020 14:39:44.633" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:44 UTC 2018
Node IP Address: 192.0.2.18
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:39:44.633" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:44 UTC 2018
Node IP Address: 192.0.2.18
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM         ...</msg>
<status status="PASS" endtime="20181020 14:39:44.633" starttime="20181020 14:39:44.567"></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="20181020 14:39:44.679" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:39:44.679" starttime="20181020 14:39:44.634"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:39:44.681" starttime="20181020 14:39:44.680"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.682" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:44 UTC 2018
Node IP Address: 192.0.2.18
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:39:44.682" starttime="20181020 14:39:44.682"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.683" starttime="20181020 14:39:44.304"></status>
</kw>
<msg timestamp="20181020 14:39:44.683" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:44 UTC 2018
Node IP Address: 192.0.2.18
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM         ...</msg>
<status status="PASS" endtime="20181020 14:39:44.683" starttime="20181020 14:39:44.297"></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="20181020 14:39:44.683" starttime="20181020 14:39:44.683"></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="20181020 14:39:44.684" starttime="20181020 14:39:44.684"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.684" starttime="20181020 14:39:44.683"></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="20181020 14:39:44.685" starttime="20181020 14:39:44.685"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.685" starttime="20181020 14:39:44.684"></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="20181020 14:39:44.686" starttime="20181020 14:39:44.685"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.686" starttime="20181020 14:39:44.685"></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="20181020 14:39:44.687" starttime="20181020 14:39:44.686"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.687" starttime="20181020 14:39:44.686"></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="20181020 14:39:44.688" starttime="20181020 14:39:44.687"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.688" starttime="20181020 14:39:44.687"></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="20181020 14:39:44.689" starttime="20181020 14:39:44.688"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.689" starttime="20181020 14:39:44.688"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.689" starttime="20181020 14:39:44.683"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.689" starttime="20181020 14:39:44.296"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:44.689" starttime="20181020 14:39:44.296"></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.18</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="20181020 14:39:44.700" starttime="20181020 14:39:44.699"></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="20181020 14:39:44.701" level="INFO">Logging into '192.0.2.6:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:39:44.940" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:39:44.941" starttime="20181020 14:39:44.700"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:44.999" level="INFO">@root&gt;showSvcStatus -n 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:39:45.000" starttime="20181020 14:39:44.941"></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="20181020 14:39:45.093" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:44 UTC 2018
Node IP Address: 192.0.2.6
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:39:45.093" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:44 UTC 2018
Node IP Address: 192.0.2.6
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM          ...</msg>
<status status="PASS" endtime="20181020 14:39:45.093" starttime="20181020 14:39:45.000"></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="20181020 14:39:45.137" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:39:45.138" starttime="20181020 14:39:45.093"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:39:45.139" starttime="20181020 14:39:45.138"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:39:45.140" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:44 UTC 2018
Node IP Address: 192.0.2.6
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:39:45.140" starttime="20181020 14:39:45.140"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.140" starttime="20181020 14:39:44.699"></status>
</kw>
<msg timestamp="20181020 14:39:45.140" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:44 UTC 2018
Node IP Address: 192.0.2.6
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM          ...</msg>
<status status="PASS" endtime="20181020 14:39:45.141" starttime="20181020 14:39:44.690"></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="20181020 14:39:45.141" starttime="20181020 14:39:45.141"></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="20181020 14:39:45.142" starttime="20181020 14:39:45.142"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.142" starttime="20181020 14:39:45.141"></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="20181020 14:39:45.143" starttime="20181020 14:39:45.143"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.143" starttime="20181020 14:39:45.142"></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="20181020 14:39:45.144" starttime="20181020 14:39:45.144"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.144" starttime="20181020 14:39:45.143"></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="20181020 14:39:45.145" starttime="20181020 14:39:45.145"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.145" starttime="20181020 14:39:45.144"></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="20181020 14:39:45.146" starttime="20181020 14:39:45.146"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.146" starttime="20181020 14:39:45.145"></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="20181020 14:39:45.147" starttime="20181020 14:39:45.147"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.147" starttime="20181020 14:39:45.146"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.147" starttime="20181020 14:39:45.141"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.147" starttime="20181020 14:39:44.689"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.147" starttime="20181020 14:39:44.689"></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.18</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="20181020 14:39:45.163" starttime="20181020 14:39:45.162"></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="20181020 14:39:45.164" level="INFO">Logging into '192.0.2.14:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:39:45.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=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:39:45.384" starttime="20181020 14:39:45.163"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:39:45.450" level="INFO">@root&gt;showSvcStatus -n 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:39:45.450" starttime="20181020 14:39:45.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="20181020 14:39:45.533" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:45 UTC 2018
Node IP Address: 192.0.2.14
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:39:45.533" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:45 UTC 2018
Node IP Address: 192.0.2.14
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM         ...</msg>
<status status="PASS" endtime="20181020 14:39:45.533" starttime="20181020 14:39:45.451"></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="20181020 14:39:45.580" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:39:45.580" starttime="20181020 14:39:45.533"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:39:45.582" starttime="20181020 14:39:45.581"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:39:45.583" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:45 UTC 2018
Node IP Address: 192.0.2.14
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:39:45.583" starttime="20181020 14:39:45.583"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.583" starttime="20181020 14:39:45.161"></status>
</kw>
<msg timestamp="20181020 14:39:45.583" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:39:45 UTC 2018
Node IP Address: 192.0.2.14
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM         ...</msg>
<status status="PASS" endtime="20181020 14:39:45.583" starttime="20181020 14:39:45.149"></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="20181020 14:39:45.584" starttime="20181020 14:39:45.584"></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="20181020 14:39:45.585" starttime="20181020 14:39:45.584"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.585" starttime="20181020 14:39:45.584"></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="20181020 14:39:45.585" starttime="20181020 14:39:45.585"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.585" starttime="20181020 14:39:45.585"></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="20181020 14:39:45.586" starttime="20181020 14:39:45.586"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.586" starttime="20181020 14:39:45.585"></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="20181020 14:39:45.587" starttime="20181020 14:39:45.587"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.587" starttime="20181020 14:39:45.587"></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="20181020 14:39:45.588" starttime="20181020 14:39:45.587"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.588" starttime="20181020 14:39:45.587"></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="20181020 14:39:45.588" starttime="20181020 14:39:45.588"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.588" starttime="20181020 14:39:45.588"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.588" starttime="20181020 14:39:45.584"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.588" starttime="20181020 14:39:45.148"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.589" starttime="20181020 14:39:45.148"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.589" starttime="20181020 14:39:44.295"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.589" starttime="20181020 14:39:44.295"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.589" starttime="20181020 14:39:44.295"></status>
</kw>
<msg timestamp="20181020 14:39:45.589" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:39:45.589" starttime="20181020 14:39:44.293"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.589" starttime="20181020 14:39:44.292"></status>
</kw>
<msg timestamp="20181020 14:39:45.589" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:39:45.589" starttime="20181020 14:39:44.278"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.590" starttime="20181020 14:39:44.277"></status>
</kw>
<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="20181020 14:39:45.849" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181020 14:39:45.849" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:39:45.849" starttime="20181020 14:39:45.590"></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="20181020 14:39:45.926" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:149698414707504","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.149698414707504.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.149698414707504.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.149698414707504.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"L3.149698414707504.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.149698414707504.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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.149698414707504.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"149698414707504.220.tun617d26e46a5.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.tun617d26e46a5","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tund94e4440a70.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.tund94e4440a70","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tunb3adfc3e977.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.tunb3adfc3e977","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tun6de6aefe245.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.tun6de6aefe245","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_149698414707504_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_149698414707504_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_149698414707504_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_149698414707504_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504","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_149698414707504","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504","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_149698414707504","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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"14969841470750451l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"1496984147075040tund94e4440a70","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:4"},"strict":false,"cookie":134217729,"flow-name":"tund94e4440a70","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":"1496984147075040tun617d26e46a5","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:3"},"strict":false,"cookie":134217729,"flow-name":"tun617d26e46a5","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":"1496984147075040tunb3adfc3e977","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:2"},"strict":false,"cookie":134217729,"flow-name":"tunb3adfc3e977","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":"1496984147075040tun6de6aefe245","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:5"},"strict":false,"cookie":134217729,"flow-name":"tun6de6aefe245","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":80,"flow":[{"id":"L3.149698414707504.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]},{"id":"openflow:228722813034790","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.228722813034790.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.228722813034790.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.228722813034790.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.228722813034790.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.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":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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.228722813034790.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"228722813034790.220.tuna8339e52304.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.tuna8339e52304","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tunb9b6ece5224.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.tunb9b6ece5224","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tun1914722e5af.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.tun1914722e5af","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tuncd74734f6e0.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.tuncd74734f6e0","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790","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_228722813034790","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790","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_228722813034790","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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211004}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"22872281303479051l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.24.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":26388279066624,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":24}},"strict":true,"cookie":142606360,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.24.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":24}},"strict":true,"cookie":142606360,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","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":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"2287228130347900tuna8339e52304","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:3"},"strict":false,"cookie":134217729,"flow-name":"tuna8339e52304","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":"2287228130347900tun1914722e5af","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:4"},"strict":false,"cookie":134217729,"flow-name":"tun1914722e5af","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":"2287228130347900tunb9b6ece5224","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:5"},"strict":false,"cookie":134217729,"flow-name":"tunb9b6ece5224","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":"2287228130347900tuncd74734f6e0","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:2"},"strict":false,"cookie":134217729,"flow-name":"tuncd74734f6e0","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":80,"flow":[{"id":"L3.228722813034790.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211003}}],"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":"8726b87b-b42f-41e5-a293-c46fee68f1ad","group-type":"group-all"},{"group-id":211003,"buckets":{},"group-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","group-type":"group-all"}]},{"id":"openflow:48796303178259","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.48796303178259.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.48796303178259.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.48796303178259.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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.48796303178259.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"48796303178259.220.tun5ef24485410.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.tun5ef24485410","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tund35867a1187.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.tund35867a1187","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tund8c3e0fcf05.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.tund8c3e0fcf05","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tunaf467906869.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.tunaf467906869","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_48796303178259_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_48796303178259_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_48796303178259_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_48796303178259_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259","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_48796303178259","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259","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_48796303178259","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_48796303178259_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_48796303178259_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"4879630317825951l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"487963031782590tunaf467906869","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:5"},"strict":false,"cookie":134217729,"flow-name":"tunaf467906869","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":"487963031782590tun5ef24485410","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:4"},"strict":false,"cookie":134217729,"flow-name":"tun5ef24485410","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":"487963031782590tund35867a1187","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:2"},"strict":false,"cookie":134217729,"flow-name":"tund35867a1187","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":"487963031782590tund8c3e0fcf05","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:3"},"strict":false,"cookie":134217729,"flow-name":"tund8c3e0fcf05","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":80,"flow":[{"id":"L3.48796303178259.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]},{"id":"openflow:260163147459722","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.260163147459722.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.260163147459722.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.260163147459722.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.260163147459722.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.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,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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.260163147459722.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"260163147459722.220.tun91356c17db2.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.tun91356c17db2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.tun3429b91664d.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.tun3429b91664d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.tunfda004d5e48.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.tunfda004d5e48","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722","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_260163147459722","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722","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_260163147459722","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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"26016314745972251l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"2601631474597220tun3429b91664d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:2"},"strict":false,"cookie":134217729,"flow-name":"tun3429b91664d","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":"2601631474597220tun91356c17db2","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:3"},"strict":false,"cookie":134217729,"flow-name":"tun91356c17db2","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":"2601631474597220tunfda004d5e48","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:4"},"strict":false,"cookie":134217729,"flow-name":"tunfda004d5e48","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":80,"flow":[{"id":"L3.260163147459722.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]},{"id":"openflow:268318365241219","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.268318365241219.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.268318365241219.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.268318365241219.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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.268318365241219.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"268318365241219.220.tun7dd6c062707.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.tun7dd6c062707","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tunfb23e7715ee.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.tunfb23e7715ee","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tunb223582a781.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.tunb223582a781","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tun23278d86c3d.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.tun23278d86c3d","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_268318365241219_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_268318365241219_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_268318365241219_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_268318365241219_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219","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_268318365241219","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219","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_268318365241219","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_268318365241219_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_268318365241219_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"26831836524121951l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"2683183652412190tunb223582a781","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:2"},"strict":false,"cookie":134217729,"flow-name":"tunb223582a781","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":"2683183652412190tunfb23e7715ee","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:5"},"strict":false,"cookie":134217729,"flow-name":"tunfb23e7715ee","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":"2683183652412190tun23278d86c3d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:4"},"strict":false,"cookie":134217729,"flow-name":"tun23278d86c3d","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":"2683183652412190tun7dd6c062707","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:3"},"strict":false,"cookie":134217729,"flow-name":"tun7dd6c062707","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":80,"flow":[{"id":"L3.268318365241219.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181020 14:39:45.927" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181020 14:39:45.928" starttime="20181020 14:39:45.856"></status>
</kw>
<msg timestamp="20181020 14:39:45.932" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181020 14:39:45.932" starttime="20181020 14:39:45.851"></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="20181020 14:39:45.937" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 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.149698414707504.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.149698414707504.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.149698414707504.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 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_149698414707504_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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_149698414707504_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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.149698414707504.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun617d26e46a5",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tun617d26e46a5.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.tund94e4440a70",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tund94e4440a70.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
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunb3adfc3e977",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tunb3adfc3e977.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.tun6de6aefe245",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tun6de6aefe245.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": 3328
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_149698414707504_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_149698414707504_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_149698414707504_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504",
                                "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_149698414707504_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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_149698414707504_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "14969841470750451l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tund94e4440a70",
                                "hard-timeout": 0,
                                "id": "1496984147075040tund94e4440a70",
                                "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:149698414707504:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun617d26e46a5",
                                "hard-timeout": 0,
                                "id": "1496984147075040tun617d26e46a5",
                                "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:149698414707504:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb3adfc3e977",
                                "hard-timeout": 0,
                                "id": "1496984147075040tunb3adfc3e977",
                                "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:149698414707504:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun6de6aefe245",
                                "hard-timeout": 0,
                                "id": "1496984147075040tun6de6aefe245",
                                "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:149698414707504:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:149698414707504"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211003
                                            },
                                            "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": 211004,
                        "group-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 211003,
                        "group-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.228722813034790.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.228722813034790.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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_228722813034790_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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.228722813034790.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tuna8339e52304",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tuna8339e52304.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": 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.tunb9b6ece5224",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tunb9b6ece5224.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": 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.tun1914722e5af",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tun1914722e5af.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": 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.tuncd74734f6e0",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tuncd74734f6e0.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": 2816
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_228722813034790_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_228722813034790_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_228722813034790_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_228722813034790_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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_228722813034790_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "22872281303479051l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606360,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "55.24.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 26388279066624,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 24
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606360,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "55.24.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6144
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 24
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tuna8339e52304",
                                "hard-timeout": 0,
                                "id": "2287228130347900tuna8339e52304",
                                "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:228722813034790:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun1914722e5af",
                                "hard-timeout": 0,
                                "id": "2287228130347900tun1914722e5af",
                                "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:228722813034790:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb9b6ece5224",
                                "hard-timeout": 0,
                                "id": "2287228130347900tunb9b6ece5224",
                                "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:228722813034790:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tuncd74734f6e0",
                                "hard-timeout": 0,
                                "id": "2287228130347900tuncd74734f6e0",
                                "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:228722813034790:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:228722813034790"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 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.48796303178259.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.48796303178259.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.48796303178259.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_48796303178259_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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.48796303178259.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun5ef24485410",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tun5ef24485410.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": 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.tund35867a1187",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tund35867a1187.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": 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.tund8c3e0fcf05",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tund8c3e0fcf05.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": 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.tunaf467906869",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tunaf467906869.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": 4864
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_48796303178259_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_48796303178259_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_48796303178259_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_48796303178259_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_48796303178259",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259",
                                "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_48796303178259_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_48796303178259_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "4879630317825951l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunaf467906869",
                                "hard-timeout": 0,
                                "id": "487963031782590tunaf467906869",
                                "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:48796303178259:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun5ef24485410",
                                "hard-timeout": 0,
                                "id": "487963031782590tun5ef24485410",
                                "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:48796303178259:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tund35867a1187",
                                "hard-timeout": 0,
                                "id": "487963031782590tund35867a1187",
                                "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:48796303178259:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tund8c3e0fcf05",
                                "hard-timeout": 0,
                                "id": "487963031782590tund8c3e0fcf05",
                                "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:48796303178259:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:48796303178259"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 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.260163147459722.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.260163147459722.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.260163147459722.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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.260163147459722.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun91356c17db2",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tun91356c17db2.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": 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.tun3429b91664d",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tun3429b91664d.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": 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.tunfda004d5e48",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tunfda004d5e48.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
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_260163147459722_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_260163147459722_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_260163147459722_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_260163147459722",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "26016314745972251l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun3429b91664d",
                                "hard-timeout": 0,
                                "id": "2601631474597220tun3429b91664d",
                                "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:260163147459722:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun91356c17db2",
                                "hard-timeout": 0,
                                "id": "2601631474597220tun91356c17db2",
                                "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:260163147459722:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunfda004d5e48",
                                "hard-timeout": 0,
                                "id": "2601631474597220tunfda004d5e48",
                                "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:260163147459722:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:260163147459722"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 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.268318365241219.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.268318365241219.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.268318365241219.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_268318365241219_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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_268318365241219_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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_268318365241219_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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.268318365241219.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun7dd6c062707",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tun7dd6c062707.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.tunfb23e7715ee",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tunfb23e7715ee.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": 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.tunb223582a781",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tunb223582a781.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.tun23278d86c3d",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tun23278d86c3d.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
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_268318365241219_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_268318365241219_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_268318365241219_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_268318365241219_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_268318365241219_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_268318365241219_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_268318365241219",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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_268318365241219_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "26831836524121951l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb223582a781",
                                "hard-timeout": 0,
                                "id": "2683183652412190tunb223582a781",
                                "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:268318365241219:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunfb23e7715ee",
                                "hard-timeout": 0,
                                "id": "2683183652412190tunfb23e7715ee",
                                "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:268318365241219:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun23278d86c3d",
                                "hard-timeout": 0,
                                "id": "2683183652412190tun23278d86c3d",
                                "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:268318365241219:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun7dd6c062707",
                                "hard-timeout": 0,
                                "id": "2683183652412190tun7dd6c062707",
                                "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:268318365241219:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:268318365241219"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:39:45.944" starttime="20181020 14:39:45.932"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:45.944" starttime="20181020 14:39:45.850"></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="20181020 14:39:45.945" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181020 14:39:45.945" starttime="20181020 14:39:45.944"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.18">
<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="20181020 14:39:45.947" starttime="20181020 14:39:45.947"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:39:45.947" 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="20181020 14:39:45.948" 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="20181020 14:39:45.948" starttime="20181020 14:39:45.947"></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="20181020 14:39:45.948" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.18" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:39:45.948" starttime="20181020 14:39:45.948"></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="20181020 14:39:45.949" level="INFO">${conn_id} = 40</msg>
<status status="PASS" endtime="20181020 14:39:45.949" starttime="20181020 14:39:45.948"></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="20181020 14:39:45.950" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:39:45.950" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:39:45.950" starttime="20181020 14:39:45.950"></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="20181020 14:39:45.950" starttime="20181020 14:39:45.950"></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="20181020 14:39:45.951" level="INFO">Logging into '192.0.2.18:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:39:46.404" level="INFO">Read output: Last login: Sat Oct 20 14:38:57 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:46.404" starttime="20181020 14:39:45.951"></status>
</kw>
<msg timestamp="20181020 14:39:46.404" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:39:46.404" starttime="20181020 14:39:45.951"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.404" starttime="20181020 14:39:45.949"></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="20181020 14:39:46.405" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181020 14:39:46.505" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:39:46.505" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:...</msg>
<msg timestamp="20181020 14:39:46.505" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 14:39:46.505" starttime="20181020 14:39:46.405"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:39:46.570" starttime="20181020 14:39:46.505"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:46.570" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:46.571" starttime="20181020 14:39:46.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.571" starttime="20181020 14:39:46.571"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:39:46.572" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:39:46.573" starttime="20181020 14:39:46.572"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.573" starttime="20181020 14:39:46.572"></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="20181020 14:39:46.576" starttime="20181020 14:39:46.575"></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="20181020 14:39:46.577" starttime="20181020 14:39:46.576"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:39:46.577" starttime="20181020 14:39:46.577"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.577" starttime="20181020 14:39:46.575"></status>
</kw>
<msg timestamp="20181020 14:39:46.578" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:...</msg>
<status status="PASS" endtime="20181020 14:39:46.578" starttime="20181020 14:39:45.946"></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="20181020 14:39:46.578" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181020 14:39:46.579" starttime="20181020 14:39:46.578"></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="20181020 14:39:46.579" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:39:46.579" starttime="20181020 14:39:46.579"></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="20181020 14:39:46.582" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.582" starttime="20181020 14:39:46.580"></status>
</kw>
<msg timestamp="20181020 14:39:46.582" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.582" starttime="20181020 14:39:46.580"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.583" starttime="20181020 14:39:46.582"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.583" starttime="20181020 14:39:46.579"></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="20181020 14:39:46.585" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.585" starttime="20181020 14:39:46.583"></status>
</kw>
<msg timestamp="20181020 14:39:46.585" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.585" starttime="20181020 14:39:46.583"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.586" starttime="20181020 14:39:46.585"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.586" starttime="20181020 14:39:46.583"></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="20181020 14:39:46.588" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.588" starttime="20181020 14:39:46.587"></status>
</kw>
<msg timestamp="20181020 14:39:46.588" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.588" starttime="20181020 14:39:46.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="20181020 14:39:46.589" starttime="20181020 14:39:46.589"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.589" starttime="20181020 14:39:46.586"></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="20181020 14:39:46.592" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.592" starttime="20181020 14:39:46.590"></status>
</kw>
<msg timestamp="20181020 14:39:46.592" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.592" starttime="20181020 14:39:46.589"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.593" starttime="20181020 14:39:46.592"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.593" starttime="20181020 14:39:46.589"></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="20181020 14:39:46.595" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.595" starttime="20181020 14:39:46.593"></status>
</kw>
<msg timestamp="20181020 14:39:46.595" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.595" starttime="20181020 14:39:46.593"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.596" starttime="20181020 14:39:46.596"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.596" starttime="20181020 14:39:46.593"></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="20181020 14:39:46.598" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.598" starttime="20181020 14:39:46.597"></status>
</kw>
<msg timestamp="20181020 14:39:46.599" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.599" starttime="20181020 14:39:46.596"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.599" starttime="20181020 14:39:46.599"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.599" starttime="20181020 14:39:46.596"></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="20181020 14:39:46.602" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.602" starttime="20181020 14:39:46.600"></status>
</kw>
<msg timestamp="20181020 14:39:46.602" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.602" starttime="20181020 14:39:46.600"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.603" starttime="20181020 14:39:46.602"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.603" starttime="20181020 14:39:46.599"></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="20181020 14:39:46.605" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.605" starttime="20181020 14:39:46.603"></status>
</kw>
<msg timestamp="20181020 14:39:46.606" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.606" starttime="20181020 14:39:46.603"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.606" starttime="20181020 14:39:46.606"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.606" starttime="20181020 14:39:46.603"></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="20181020 14:39:46.609" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.609" starttime="20181020 14:39:46.607"></status>
</kw>
<msg timestamp="20181020 14:39:46.609" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.609" starttime="20181020 14:39:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.610" starttime="20181020 14:39:46.609"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.610" starttime="20181020 14:39:46.606"></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="20181020 14:39:46.612" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.613" starttime="20181020 14:39:46.610"></status>
</kw>
<msg timestamp="20181020 14:39:46.613" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.613" starttime="20181020 14:39:46.610"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.613" starttime="20181020 14:39:46.613"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.614" starttime="20181020 14:39:46.610"></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="20181020 14:39:46.616" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.617" starttime="20181020 14:39:46.614"></status>
</kw>
<msg timestamp="20181020 14:39:46.617" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.617" starttime="20181020 14:39:46.614"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.617" starttime="20181020 14:39:46.617"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.617" starttime="20181020 14:39:46.614"></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="20181020 14:39:46.620" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.620" starttime="20181020 14:39:46.618"></status>
</kw>
<msg timestamp="20181020 14:39:46.620" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.620" starttime="20181020 14:39:46.618"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.621" starttime="20181020 14:39:46.621"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.621" starttime="20181020 14:39:46.617"></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="20181020 14:39:46.624" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.624" starttime="20181020 14:39:46.622"></status>
</kw>
<msg timestamp="20181020 14:39:46.624" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.624" starttime="20181020 14:39:46.621"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.625" starttime="20181020 14:39:46.624"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.625" starttime="20181020 14:39:46.621"></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="20181020 14:39:46.627" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.628" starttime="20181020 14:39:46.626"></status>
</kw>
<msg timestamp="20181020 14:39:46.628" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.628" starttime="20181020 14:39:46.625"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.628" starttime="20181020 14:39:46.628"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.628" starttime="20181020 14:39:46.625"></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="20181020 14:39:46.631" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.631" starttime="20181020 14:39:46.629"></status>
</kw>
<msg timestamp="20181020 14:39:46.631" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.631" starttime="20181020 14:39:46.629"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.631" starttime="20181020 14:39:46.631"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.632" starttime="20181020 14:39:46.629"></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="20181020 14:39:46.634" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.634" starttime="20181020 14:39:46.632"></status>
</kw>
<msg timestamp="20181020 14:39:46.634" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.634" starttime="20181020 14:39:46.632"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.634" starttime="20181020 14:39:46.634"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.634" starttime="20181020 14:39:46.632"></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="20181020 14:39:46.637" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.637" starttime="20181020 14:39:46.635"></status>
</kw>
<msg timestamp="20181020 14:39:46.637" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.637" starttime="20181020 14:39:46.635"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.637" starttime="20181020 14:39:46.637"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.637" starttime="20181020 14:39:46.634"></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="20181020 14:39:46.640" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.640" starttime="20181020 14:39:46.638"></status>
</kw>
<msg timestamp="20181020 14:39:46.640" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.640" starttime="20181020 14:39:46.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="20181020 14:39:46.640" starttime="20181020 14:39:46.640"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.640" starttime="20181020 14:39:46.637"></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="20181020 14:39:46.643" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.643" starttime="20181020 14:39:46.641"></status>
</kw>
<msg timestamp="20181020 14:39:46.643" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.643" starttime="20181020 14:39:46.641"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.643" starttime="20181020 14:39:46.643"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.644" starttime="20181020 14:39:46.641"></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="20181020 14:39:46.646" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.646" starttime="20181020 14:39:46.644"></status>
</kw>
<msg timestamp="20181020 14:39:46.647" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.647" starttime="20181020 14:39:46.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="20181020 14:39:46.647" starttime="20181020 14:39:46.647"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.647" starttime="20181020 14:39:46.644"></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="20181020 14:39:46.649" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.650" starttime="20181020 14:39:46.648"></status>
</kw>
<msg timestamp="20181020 14:39:46.650" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.650" starttime="20181020 14:39:46.647"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.650" starttime="20181020 14:39:46.650"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.650" starttime="20181020 14:39:46.647"></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="20181020 14:39:46.653" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.653" starttime="20181020 14:39:46.651"></status>
</kw>
<msg timestamp="20181020 14:39:46.653" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.653" starttime="20181020 14:39:46.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="20181020 14:39:46.654" starttime="20181020 14:39:46.653"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.654" starttime="20181020 14:39:46.650"></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="20181020 14:39:46.656" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.656" starttime="20181020 14:39:46.654"></status>
</kw>
<msg timestamp="20181020 14:39:46.656" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.656" starttime="20181020 14:39:46.654"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.657" starttime="20181020 14:39:46.656"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.657" starttime="20181020 14:39:46.654"></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="20181020 14:39:46.659" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.659" starttime="20181020 14:39:46.657"></status>
</kw>
<msg timestamp="20181020 14:39:46.660" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.660" starttime="20181020 14:39:46.657"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.660" starttime="20181020 14:39:46.660"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.660" starttime="20181020 14:39:46.657"></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="20181020 14:39:46.663" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.663" starttime="20181020 14:39:46.661"></status>
</kw>
<msg timestamp="20181020 14:39:46.663" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.663" starttime="20181020 14:39:46.660"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.663" starttime="20181020 14:39:46.663"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.663" starttime="20181020 14:39:46.660"></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="20181020 14:39:46.666" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.666" starttime="20181020 14:39:46.664"></status>
</kw>
<msg timestamp="20181020 14:39:46.667" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.667" starttime="20181020 14:39:46.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="20181020 14:39:46.667" starttime="20181020 14:39:46.667"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.667" starttime="20181020 14:39:46.663"></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="20181020 14:39:46.670" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.670" starttime="20181020 14:39:46.668"></status>
</kw>
<msg timestamp="20181020 14:39:46.670" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.670" starttime="20181020 14:39:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.671" starttime="20181020 14:39:46.670"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.671" starttime="20181020 14:39:46.667"></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="20181020 14:39:46.674" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.674" starttime="20181020 14:39:46.671"></status>
</kw>
<msg timestamp="20181020 14:39:46.674" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.674" starttime="20181020 14:39:46.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="20181020 14:39:46.674" starttime="20181020 14:39:46.674"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.674" starttime="20181020 14:39:46.671"></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="20181020 14:39:46.677" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.677" starttime="20181020 14:39:46.675"></status>
</kw>
<msg timestamp="20181020 14:39:46.678" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.678" starttime="20181020 14:39:46.675"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.678" starttime="20181020 14:39:46.678"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.678" starttime="20181020 14:39:46.674"></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="20181020 14:39:46.681" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.681" starttime="20181020 14:39:46.679"></status>
</kw>
<msg timestamp="20181020 14:39:46.681" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.681" starttime="20181020 14:39:46.678"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.682" starttime="20181020 14:39:46.682"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.682" starttime="20181020 14:39:46.678"></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="20181020 14:39:46.685" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.685" starttime="20181020 14:39:46.682"></status>
</kw>
<msg timestamp="20181020 14:39:46.685" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.685" starttime="20181020 14:39:46.682"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.686" starttime="20181020 14:39:46.685"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.686" starttime="20181020 14:39:46.682"></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="20181020 14:39:46.689" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=306.551s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.914s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=303.155s, table=0, n_packets=344, n_bytes=22704, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=307.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.491s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.491s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.253s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.253s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.491s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.491s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=306.957s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=306.007s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=305.976s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=306.979s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=307.899s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=306.979s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=306.979s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=306.979s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=306.957s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=306.979s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=307.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.491s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=306.957s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=307.899s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=306.673s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=306.805s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=306.673s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=305.313s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=304.910s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=302.593s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1000 actions=output:4
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=306.629s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=306.583s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=306.660s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=306.637s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.638s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.637s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=306.660s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=306.673s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=306.673s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=306.673s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=306.673s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:46.689" starttime="20181020 14:39:46.686"></status>
</kw>
<msg timestamp="20181020 14:39:46.689" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:46.689" starttime="20181020 14:39:46.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:46.689" starttime="20181020 14:39:46.689"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.689" starttime="20181020 14:39:46.686"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.689" starttime="20181020 14:39:46.579"></status>
</kw>
<msg timestamp="20181020 14:39:46.690" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:39:46.690" starttime="20181020 14:39:45.945"></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="20181020 14:39:46.690" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:39:46.690" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181020 14:39:46.690" starttime="20181020 14:39:46.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>${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="20181020 14:39:46.691" starttime="20181020 14:39:46.690"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:46.691" starttime="20181020 14:39:45.945"></status>
</kw>
<kw type="foritem" name="${node_ip} = 192.0.2.25">
<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="20181020 14:39:46.693" starttime="20181020 14:39:46.692"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:39:46.693" 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="20181020 14:39:46.693" 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="20181020 14:39:46.693" starttime="20181020 14:39:46.693"></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="20181020 14:39:46.694" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.25" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:39:46.694" starttime="20181020 14:39:46.694"></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="20181020 14:39:46.695" level="INFO">${conn_id} = 42</msg>
<status status="PASS" endtime="20181020 14:39:46.695" starttime="20181020 14:39:46.694"></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="20181020 14:39:46.696" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:39:46.696" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:39:46.696" starttime="20181020 14:39:46.695"></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="20181020 14:39:46.696" starttime="20181020 14:39:46.696"></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="20181020 14:39:46.697" level="INFO">Logging into '192.0.2.25:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:39:47.037" level="INFO">Read output: Last login: Sat Oct 20 14:38:57 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:47.037" starttime="20181020 14:39:46.697"></status>
</kw>
<msg timestamp="20181020 14:39:47.038" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:39:47.038" starttime="20181020 14:39:46.696"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.038" starttime="20181020 14:39:46.695"></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="20181020 14:39:47.038" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181020 14:39:47.083" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:39:47.083" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:...</msg>
<msg timestamp="20181020 14:39:47.083" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 14:39:47.083" starttime="20181020 14:39:47.038"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:39:47.147" starttime="20181020 14:39:47.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="20181020 14:39:47.148" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:47.148" starttime="20181020 14:39:47.148"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.149" starttime="20181020 14:39:47.148"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:39:47.150" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:39:47.150" starttime="20181020 14:39:47.149"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.150" starttime="20181020 14:39:47.149"></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="20181020 14:39:47.151" starttime="20181020 14:39:47.151"></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="20181020 14:39:47.151" starttime="20181020 14:39:47.151"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:39:47.152" starttime="20181020 14:39:47.152"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.152" starttime="20181020 14:39:47.150"></status>
</kw>
<msg timestamp="20181020 14:39:47.152" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:...</msg>
<status status="PASS" endtime="20181020 14:39:47.152" starttime="20181020 14:39:46.691"></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="20181020 14:39:47.152" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181020 14:39:47.153" starttime="20181020 14:39:47.152"></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="20181020 14:39:47.153" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:39:47.153" starttime="20181020 14:39:47.153"></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="20181020 14:39:47.155" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.155" starttime="20181020 14:39:47.154"></status>
</kw>
<msg timestamp="20181020 14:39:47.155" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.155" starttime="20181020 14:39:47.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.155" starttime="20181020 14:39:47.155"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.155" starttime="20181020 14:39:47.153"></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="20181020 14:39:47.157" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.157" starttime="20181020 14:39:47.156"></status>
</kw>
<msg timestamp="20181020 14:39:47.157" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.157" starttime="20181020 14:39:47.156"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.158" starttime="20181020 14:39:47.158"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.158" starttime="20181020 14:39:47.155"></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="20181020 14:39:47.159" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.160" starttime="20181020 14:39:47.158"></status>
</kw>
<msg timestamp="20181020 14:39:47.160" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.160" starttime="20181020 14:39:47.158"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.160" starttime="20181020 14:39:47.160"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.160" starttime="20181020 14:39:47.158"></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="20181020 14:39:47.162" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.162" starttime="20181020 14:39:47.161"></status>
</kw>
<msg timestamp="20181020 14:39:47.162" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.162" starttime="20181020 14:39:47.160"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.162" starttime="20181020 14:39:47.162"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.162" starttime="20181020 14:39:47.160"></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="20181020 14:39:47.164" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.164" starttime="20181020 14:39:47.163"></status>
</kw>
<msg timestamp="20181020 14:39:47.164" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.164" starttime="20181020 14:39:47.163"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.164" starttime="20181020 14:39:47.164"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.165" starttime="20181020 14:39:47.162"></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="20181020 14:39:47.166" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.166" starttime="20181020 14:39:47.165"></status>
</kw>
<msg timestamp="20181020 14:39:47.166" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.166" starttime="20181020 14:39:47.165"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.167" starttime="20181020 14:39:47.166"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.167" starttime="20181020 14:39:47.165"></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="20181020 14:39:47.168" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.168" starttime="20181020 14:39:47.167"></status>
</kw>
<msg timestamp="20181020 14:39:47.169" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.169" starttime="20181020 14:39:47.167"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.169" starttime="20181020 14:39:47.169"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.169" starttime="20181020 14:39:47.167"></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="20181020 14:39:47.171" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.171" starttime="20181020 14:39:47.170"></status>
</kw>
<msg timestamp="20181020 14:39:47.171" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.171" starttime="20181020 14:39:47.169"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.171" starttime="20181020 14:39:47.171"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.171" starttime="20181020 14:39:47.169"></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="20181020 14:39:47.173" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.173" starttime="20181020 14:39:47.172"></status>
</kw>
<msg timestamp="20181020 14:39:47.173" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.173" starttime="20181020 14:39:47.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.174" starttime="20181020 14:39:47.173"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.174" starttime="20181020 14:39:47.171"></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="20181020 14:39:47.175" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.176" starttime="20181020 14:39:47.174"></status>
</kw>
<msg timestamp="20181020 14:39:47.176" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.176" starttime="20181020 14:39:47.174"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.176" starttime="20181020 14:39:47.176"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.176" starttime="20181020 14:39:47.174"></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="20181020 14:39:47.178" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.178" starttime="20181020 14:39:47.177"></status>
</kw>
<msg timestamp="20181020 14:39:47.178" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.178" starttime="20181020 14:39:47.176"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.179" starttime="20181020 14:39:47.178"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.179" starttime="20181020 14:39:47.176"></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="20181020 14:39:47.181" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.181" starttime="20181020 14:39:47.179"></status>
</kw>
<msg timestamp="20181020 14:39:47.181" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.181" starttime="20181020 14:39:47.179"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.181" starttime="20181020 14:39:47.181"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.181" starttime="20181020 14:39:47.179"></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="20181020 14:39:47.183" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.183" starttime="20181020 14:39:47.182"></status>
</kw>
<msg timestamp="20181020 14:39:47.183" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.183" starttime="20181020 14:39:47.181"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.184" starttime="20181020 14:39:47.184"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.184" starttime="20181020 14:39:47.181"></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="20181020 14:39:47.186" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.186" starttime="20181020 14:39:47.184"></status>
</kw>
<msg timestamp="20181020 14:39:47.186" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.186" starttime="20181020 14:39:47.184"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.186" starttime="20181020 14:39:47.186"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.186" starttime="20181020 14:39:47.184"></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="20181020 14:39:47.188" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.188" starttime="20181020 14:39:47.187"></status>
</kw>
<msg timestamp="20181020 14:39:47.189" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.189" starttime="20181020 14:39:47.187"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.189" starttime="20181020 14:39:47.189"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.189" starttime="20181020 14:39:47.186"></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="20181020 14:39:47.193" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.193" starttime="20181020 14:39:47.190"></status>
</kw>
<msg timestamp="20181020 14:39:47.193" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.193" starttime="20181020 14:39:47.189"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.194" starttime="20181020 14:39:47.194"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.194" starttime="20181020 14:39:47.189"></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="20181020 14:39:47.198" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.198" starttime="20181020 14:39:47.195"></status>
</kw>
<msg timestamp="20181020 14:39:47.199" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.199" starttime="20181020 14:39:47.194"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.199" starttime="20181020 14:39:47.199"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.199" starttime="20181020 14:39:47.194"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181020 14:39:47.204" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.204" starttime="20181020 14:39:47.201"></status>
</kw>
<msg timestamp="20181020 14:39:47.204" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.204" starttime="20181020 14:39:47.200"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.205" starttime="20181020 14:39:47.205"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.205" starttime="20181020 14:39:47.200"></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="20181020 14:39:47.209" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.209" starttime="20181020 14:39:47.206"></status>
</kw>
<msg timestamp="20181020 14:39:47.210" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.210" starttime="20181020 14:39:47.206"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.210" starttime="20181020 14:39:47.210"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.210" starttime="20181020 14:39:47.205"></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="20181020 14:39:47.215" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.215" starttime="20181020 14:39:47.211"></status>
</kw>
<msg timestamp="20181020 14:39:47.215" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.215" starttime="20181020 14:39:47.211"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.216" starttime="20181020 14:39:47.216"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.216" starttime="20181020 14:39:47.211"></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="20181020 14:39:47.220" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.221" starttime="20181020 14:39:47.217"></status>
</kw>
<msg timestamp="20181020 14:39:47.221" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.221" starttime="20181020 14:39:47.216"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.222" starttime="20181020 14:39:47.221"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.222" starttime="20181020 14:39:47.216"></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="20181020 14:39:47.226" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.226" starttime="20181020 14:39:47.223"></status>
</kw>
<msg timestamp="20181020 14:39:47.227" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.227" starttime="20181020 14:39:47.222"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.227" starttime="20181020 14:39:47.227"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.227" starttime="20181020 14:39:47.222"></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="20181020 14:39:47.232" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.232" starttime="20181020 14:39:47.228"></status>
</kw>
<msg timestamp="20181020 14:39:47.232" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.232" starttime="20181020 14:39:47.228"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.233" starttime="20181020 14:39:47.233"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.233" starttime="20181020 14:39:47.228"></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="20181020 14:39:47.238" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.238" starttime="20181020 14:39:47.234"></status>
</kw>
<msg timestamp="20181020 14:39:47.238" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.238" starttime="20181020 14:39:47.233"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.239" starttime="20181020 14:39:47.239"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.239" starttime="20181020 14:39:47.233"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181020 14:39:47.242" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.243" starttime="20181020 14:39:47.240"></status>
</kw>
<msg timestamp="20181020 14:39:47.243" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.243" starttime="20181020 14:39:47.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.243" starttime="20181020 14:39:47.243"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.243" starttime="20181020 14:39:47.239"></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="20181020 14:39:47.247" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.247" starttime="20181020 14:39:47.244"></status>
</kw>
<msg timestamp="20181020 14:39:47.247" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.247" starttime="20181020 14:39:47.244"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.248" starttime="20181020 14:39:47.248"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.248" starttime="20181020 14:39:47.243"></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="20181020 14:39:47.251" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.251" starttime="20181020 14:39:47.249"></status>
</kw>
<msg timestamp="20181020 14:39:47.251" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.251" starttime="20181020 14:39:47.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="20181020 14:39:47.252" starttime="20181020 14:39:47.252"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.252" starttime="20181020 14:39:47.248"></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="20181020 14:39:47.255" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.255" starttime="20181020 14:39:47.253"></status>
</kw>
<msg timestamp="20181020 14:39:47.255" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.255" starttime="20181020 14:39:47.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.256" starttime="20181020 14:39:47.256"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.256" starttime="20181020 14:39:47.252"></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="20181020 14:39:47.260" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.260" starttime="20181020 14:39:47.257"></status>
</kw>
<msg timestamp="20181020 14:39:47.260" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.260" starttime="20181020 14:39:47.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.261" starttime="20181020 14:39:47.261"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.261" starttime="20181020 14:39:47.256"></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="20181020 14:39:47.264" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.264" starttime="20181020 14:39:47.261"></status>
</kw>
<msg timestamp="20181020 14:39:47.264" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.264" starttime="20181020 14:39:47.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="20181020 14:39:47.265" starttime="20181020 14:39:47.264"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.265" starttime="20181020 14:39:47.261"></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="20181020 14:39:47.268" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.268" starttime="20181020 14:39:47.265"></status>
</kw>
<msg timestamp="20181020 14:39:47.268" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.268" starttime="20181020 14:39:47.265"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.269" starttime="20181020 14:39:47.268"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.269" starttime="20181020 14:39:47.265"></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="20181020 14:39:47.272" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.179s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.101s, table=0, n_packets=352, n_bytes=23232, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=304.464s, table=0, n_packets=347, n_bytes=22902, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=308.179s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=307.966s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=307.966s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=186.827s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=186.826s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=307.966s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=307.966s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=307.462s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=306.554s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=306.554s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=307.588s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=308.179s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.179s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=307.588s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.179s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=307.462s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=307.588s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=308.179s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=307.966s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=307.462s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=308.179s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.257s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.370s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.321s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.257s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.247s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.257s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=306.452s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=306.409s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=306.366s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=303.482s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.181s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.181s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.244s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.181s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.257s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.321s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.257s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.257s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.247s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.272" starttime="20181020 14:39:47.269"></status>
</kw>
<msg timestamp="20181020 14:39:47.272" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.272" starttime="20181020 14:39:47.269"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.273" starttime="20181020 14:39:47.272"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.273" starttime="20181020 14:39:47.269"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.273" starttime="20181020 14:39:47.153"></status>
</kw>
<msg timestamp="20181020 14:39:47.273" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:39:47.273" starttime="20181020 14:39:46.691"></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="20181020 14:39:47.273" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:39:47.273" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181020 14:39:47.273" starttime="20181020 14:39:47.273"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:39:47.274" starttime="20181020 14:39:47.274"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.274" starttime="20181020 14:39:46.691"></status>
</kw>
<kw type="foritem" name="${node_ip} = 192.0.2.5">
<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="20181020 14:39:47.276" starttime="20181020 14:39:47.276"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:39:47.277" 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="20181020 14:39:47.277" 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="20181020 14:39:47.277" starttime="20181020 14:39:47.276"></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="20181020 14:39:47.277" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.5" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:39:47.277" starttime="20181020 14:39:47.277"></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="20181020 14:39:47.278" level="INFO">${conn_id} = 44</msg>
<status status="PASS" endtime="20181020 14:39:47.278" starttime="20181020 14:39:47.278"></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="20181020 14:39:47.279" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:39:47.279" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:39:47.279" starttime="20181020 14:39:47.279"></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="20181020 14:39:47.280" starttime="20181020 14:39:47.279"></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="20181020 14:39:47.280" level="INFO">Logging into '192.0.2.5:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:39:47.616" level="INFO">Read output: Last login: Sat Oct 20 14:38:58 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:39:47.616" starttime="20181020 14:39:47.280"></status>
</kw>
<msg timestamp="20181020 14:39:47.617" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:39:47.617" starttime="20181020 14:39:47.280"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.617" starttime="20181020 14:39:47.278"></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="20181020 14:39:47.617" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181020 14:39:47.671" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:39:47.672" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:...</msg>
<msg timestamp="20181020 14:39:47.672" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 14:39:47.672" starttime="20181020 14:39:47.617"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:39:47.737" starttime="20181020 14:39:47.672"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:47.738" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:47.738" starttime="20181020 14:39:47.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.738" starttime="20181020 14:39:47.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>"${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="20181020 14:39:47.739" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:39:47.739" starttime="20181020 14:39:47.739"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.739" starttime="20181020 14:39:47.738"></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="20181020 14:39:47.741" starttime="20181020 14:39:47.741"></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="20181020 14:39:47.741" starttime="20181020 14:39:47.741"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:39:47.742" starttime="20181020 14:39:47.742"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.742" starttime="20181020 14:39:47.740"></status>
</kw>
<msg timestamp="20181020 14:39:47.742" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:...</msg>
<status status="PASS" endtime="20181020 14:39:47.742" starttime="20181020 14:39:47.275"></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="20181020 14:39:47.742" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181020 14:39:47.743" starttime="20181020 14:39:47.742"></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="20181020 14:39:47.743" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:39:47.743" starttime="20181020 14:39:47.743"></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="20181020 14:39:47.745" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.746" starttime="20181020 14:39:47.744"></status>
</kw>
<msg timestamp="20181020 14:39:47.746" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.746" starttime="20181020 14:39:47.744"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.746" starttime="20181020 14:39:47.746"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.746" starttime="20181020 14:39:47.744"></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="20181020 14:39:47.748" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.748" starttime="20181020 14:39:47.747"></status>
</kw>
<msg timestamp="20181020 14:39:47.749" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.749" starttime="20181020 14:39:47.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.749" starttime="20181020 14:39:47.749"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.749" starttime="20181020 14:39:47.746"></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="20181020 14:39:47.751" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.751" starttime="20181020 14:39:47.750"></status>
</kw>
<msg timestamp="20181020 14:39:47.752" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.752" starttime="20181020 14:39:47.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="20181020 14:39:47.752" starttime="20181020 14:39:47.752"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.752" starttime="20181020 14:39:47.749"></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="20181020 14:39:47.754" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.754" starttime="20181020 14:39:47.753"></status>
</kw>
<msg timestamp="20181020 14:39:47.755" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.755" starttime="20181020 14:39:47.753"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.755" starttime="20181020 14:39:47.755"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.755" starttime="20181020 14:39:47.753"></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="20181020 14:39:47.757" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.757" starttime="20181020 14:39:47.756"></status>
</kw>
<msg timestamp="20181020 14:39:47.757" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.757" starttime="20181020 14:39:47.755"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.758" starttime="20181020 14:39:47.758"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.758" starttime="20181020 14:39:47.755"></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="20181020 14:39:47.760" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.760" starttime="20181020 14:39:47.759"></status>
</kw>
<msg timestamp="20181020 14:39:47.760" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.760" starttime="20181020 14:39:47.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="20181020 14:39:47.761" starttime="20181020 14:39:47.761"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.761" starttime="20181020 14:39:47.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="20181020 14:39:47.763" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.763" starttime="20181020 14:39:47.762"></status>
</kw>
<msg timestamp="20181020 14:39:47.764" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.764" starttime="20181020 14:39:47.761"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.764" starttime="20181020 14:39:47.764"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.764" starttime="20181020 14:39:47.761"></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="20181020 14:39:47.766" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.767" starttime="20181020 14:39:47.765"></status>
</kw>
<msg timestamp="20181020 14:39:47.767" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.767" starttime="20181020 14:39:47.765"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.767" starttime="20181020 14:39:47.767"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.767" starttime="20181020 14:39:47.764"></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="20181020 14:39:47.770" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.770" starttime="20181020 14:39:47.768"></status>
</kw>
<msg timestamp="20181020 14:39:47.770" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.770" starttime="20181020 14:39:47.767"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.771" starttime="20181020 14:39:47.770"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.771" starttime="20181020 14:39:47.767"></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="20181020 14:39:47.773" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.774" starttime="20181020 14:39:47.772"></status>
</kw>
<msg timestamp="20181020 14:39:47.774" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.774" starttime="20181020 14:39:47.771"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.774" starttime="20181020 14:39:47.774"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.774" starttime="20181020 14:39:47.771"></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="20181020 14:39:47.777" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.777" starttime="20181020 14:39:47.775"></status>
</kw>
<msg timestamp="20181020 14:39:47.777" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.777" starttime="20181020 14:39:47.775"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.778" starttime="20181020 14:39:47.778"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.778" starttime="20181020 14:39:47.774"></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="20181020 14:39:47.780" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.781" starttime="20181020 14:39:47.779"></status>
</kw>
<msg timestamp="20181020 14:39:47.781" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.781" starttime="20181020 14:39:47.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="20181020 14:39:47.781" starttime="20181020 14:39:47.781"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.781" starttime="20181020 14:39:47.778"></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="20181020 14:39:47.784" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.784" starttime="20181020 14:39:47.782"></status>
</kw>
<msg timestamp="20181020 14:39:47.784" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.784" starttime="20181020 14:39:47.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="20181020 14:39:47.785" starttime="20181020 14:39:47.785"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.785" starttime="20181020 14:39:47.781"></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="20181020 14:39:47.787" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.787" starttime="20181020 14:39:47.786"></status>
</kw>
<msg timestamp="20181020 14:39:47.788" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.788" starttime="20181020 14:39:47.785"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.788" starttime="20181020 14:39:47.788"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.788" starttime="20181020 14:39:47.785"></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="20181020 14:39:47.791" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.791" starttime="20181020 14:39:47.789"></status>
</kw>
<msg timestamp="20181020 14:39:47.791" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.791" starttime="20181020 14:39:47.789"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.792" starttime="20181020 14:39:47.791"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.792" starttime="20181020 14:39:47.788"></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="20181020 14:39:47.795" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.795" starttime="20181020 14:39:47.793"></status>
</kw>
<msg timestamp="20181020 14:39:47.795" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.796" starttime="20181020 14:39:47.792"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.796" starttime="20181020 14:39:47.796"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.796" starttime="20181020 14:39:47.792"></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="20181020 14:39:47.800" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.800" starttime="20181020 14:39:47.797"></status>
</kw>
<msg timestamp="20181020 14:39:47.800" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.800" starttime="20181020 14:39:47.797"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.801" starttime="20181020 14:39:47.801"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.801" starttime="20181020 14:39:47.796"></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="20181020 14:39:47.805" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.805" starttime="20181020 14:39:47.802"></status>
</kw>
<msg timestamp="20181020 14:39:47.805" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.806" starttime="20181020 14:39:47.802"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.806" starttime="20181020 14:39:47.806"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.806" starttime="20181020 14:39:47.801"></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="20181020 14:39:47.810" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.810" starttime="20181020 14:39:47.807"></status>
</kw>
<msg timestamp="20181020 14:39:47.811" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.811" starttime="20181020 14:39:47.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="20181020 14:39:47.811" starttime="20181020 14:39:47.811"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.812" starttime="20181020 14:39:47.806"></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="20181020 14:39:47.815" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.816" starttime="20181020 14:39:47.813"></status>
</kw>
<msg timestamp="20181020 14:39:47.816" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.816" starttime="20181020 14:39:47.812"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.817" starttime="20181020 14:39:47.817"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.817" starttime="20181020 14:39:47.812"></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="20181020 14:39:47.822" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.822" starttime="20181020 14:39:47.818"></status>
</kw>
<msg timestamp="20181020 14:39:47.822" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.822" starttime="20181020 14:39:47.818"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.823" starttime="20181020 14:39:47.823"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.823" starttime="20181020 14:39:47.817"></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="20181020 14:39:47.828" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.828" starttime="20181020 14:39:47.824"></status>
</kw>
<msg timestamp="20181020 14:39:47.828" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.828" starttime="20181020 14:39:47.824"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.829" starttime="20181020 14:39:47.829"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.829" starttime="20181020 14:39:47.823"></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="20181020 14:39:47.833" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.833" starttime="20181020 14:39:47.830"></status>
</kw>
<msg timestamp="20181020 14:39:47.833" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.833" starttime="20181020 14:39:47.829"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.834" starttime="20181020 14:39:47.833"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.834" starttime="20181020 14:39:47.829"></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="20181020 14:39:47.836" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.836" starttime="20181020 14:39:47.834"></status>
</kw>
<msg timestamp="20181020 14:39:47.837" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.837" starttime="20181020 14:39:47.834"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.837" starttime="20181020 14:39:47.837"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.837" starttime="20181020 14:39:47.834"></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="20181020 14:39:47.840" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.841" starttime="20181020 14:39:47.838"></status>
</kw>
<msg timestamp="20181020 14:39:47.841" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.841" starttime="20181020 14:39:47.837"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.841" starttime="20181020 14:39:47.841"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.841" starttime="20181020 14:39:47.837"></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="20181020 14:39:47.844" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.845" starttime="20181020 14:39:47.842"></status>
</kw>
<msg timestamp="20181020 14:39:47.845" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.845" starttime="20181020 14:39:47.842"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.845" starttime="20181020 14:39:47.845"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.845" starttime="20181020 14:39:47.841"></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="20181020 14:39:47.849" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.849" starttime="20181020 14:39:47.846"></status>
</kw>
<msg timestamp="20181020 14:39:47.849" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.849" starttime="20181020 14:39:47.846"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.850" starttime="20181020 14:39:47.849"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.850" starttime="20181020 14:39:47.845"></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="20181020 14:39:47.853" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.853" starttime="20181020 14:39:47.850"></status>
</kw>
<msg timestamp="20181020 14:39:47.853" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.853" starttime="20181020 14:39:47.850"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.853" starttime="20181020 14:39:47.853"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.853" starttime="20181020 14:39:47.850"></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="20181020 14:39:47.857" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.857" starttime="20181020 14:39:47.854"></status>
</kw>
<msg timestamp="20181020 14:39:47.857" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.857" starttime="20181020 14:39:47.854"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.857" starttime="20181020 14:39:47.857"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.857" starttime="20181020 14:39:47.854"></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="20181020 14:39:47.861" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.861" starttime="20181020 14:39:47.858"></status>
</kw>
<msg timestamp="20181020 14:39:47.861" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.861" starttime="20181020 14:39:47.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.862" starttime="20181020 14:39:47.861"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.862" starttime="20181020 14:39:47.857"></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="20181020 14:39:47.867" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.867" starttime="20181020 14:39:47.863"></status>
</kw>
<msg timestamp="20181020 14:39:47.867" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.868" starttime="20181020 14:39:47.862"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:47.868" starttime="20181020 14:39:47.868"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.868" starttime="20181020 14:39:47.862"></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="20181020 14:39:47.873" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=308.761s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.761s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=308.758s, table=0, n_packets=350, n_bytes=23100, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=305.048s, table=0, n_packets=349, n_bytes=23034, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=309.047s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=308.556s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=308.556s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=187.414s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=187.414s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=308.556s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=308.556s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=308.121s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=307.130s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=307.102s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=308.146s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=309.047s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=308.193s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=308.156s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=308.193s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=308.121s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=308.146s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=309.047s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=308.556s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=308.121s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=309.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=307.816s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=307.946s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=307.816s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.816s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=307.038s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=306.960s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=306.949s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=303.945s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:5
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=307.775s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=307.775s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=307.775s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=307.817s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=307.817s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=307.817s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=307.817s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:39:47.874" starttime="20181020 14:39:47.869"></status>
</kw>
<msg timestamp="20181020 14:39:47.874" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:39:47.874" starttime="20181020 14:39:47.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="20181020 14:39:47.875" starttime="20181020 14:39:47.874"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.875" starttime="20181020 14:39:47.868"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.875" starttime="20181020 14:39:47.743"></status>
</kw>
<msg timestamp="20181020 14:39:47.875" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:39:47.875" starttime="20181020 14:39:47.274"></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="20181020 14:39:47.876" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:39:47.876" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181020 14:39:47.876" starttime="20181020 14:39:47.875"></status>
</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="20181020 14:39:47.877" starttime="20181020 14:39:47.876"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.877" starttime="20181020 14:39:47.274"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.877" starttime="20181020 14:39:45.945"></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="20181020 14:39:47.878" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181020 14:39:47.878" starttime="20181020 14:39:47.877"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.878" starttime="20181020 14:39:45.590"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:47.878" starttime="20181020 14:38:21.793"></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="20181020 14:39:47.895" level="INFO">Starting process:
openstack network create l2_net_1 --provider-network-type vlan --provider-physical-network datacentre --provider-segment 1121</msg>
<msg timestamp="20181020 14:39:47.921" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:50.537" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:50.537" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:50.537" starttime="20181020 14:39:47.895"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:50.539" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-10-20T14:39:50Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 21f82e14-24b5-4466-a775-f49e7293b4c2 |
| 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                | 30aba7c692df4eb5b35215cb70b9fae6     |
| 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-10-20T14:39:50Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:39:50.539" starttime="20181020 14:39:50.538"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:50.540" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:50.540" starttime="20181020 14:39:50.539"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:50.541" starttime="20181020 14:39:50.540"></status>
</kw>
<msg timestamp="20181020 14:39:50.542" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181020 14:39:50.542" starttime="20181020 14:39:47.893"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:50.542" starttime="20181020 14:39:47.878"></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="20181020 14:39:50.553" level="INFO">Starting process:
openstack subnet create --network l2_net_1 --subnet-range 21.0.0.0/24 l2_sub_1 </msg>
<msg timestamp="20181020 14:39:50.575" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:54.255" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:54.256" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:54.256" starttime="20181020 14:39:50.553"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:54.257" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 21.0.0.2-21.0.0.254                  |
| cidr              | 21.0.0.0/24                          |
| created_at        | 2018-10-20T14:39:53Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 21.0.0.1                             |
| host_routes       |                                      |
| id                | d5d03cd5-d1f2-48a6-8050-689240132f2c |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l2_sub_1                             |
| network_id        | 21f82e14-24b5-4466-a775-f49e7293b4c2 |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-10-20T14:39:53Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:39:54.257" starttime="20181020 14:39:54.257"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:54.258" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:54.258" starttime="20181020 14:39:54.258"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:54.259" starttime="20181020 14:39:54.258"></status>
</kw>
<msg timestamp="20181020 14:39:54.260" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181020 14:39:54.260" starttime="20181020 14:39:50.551"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:54.260" starttime="20181020 14:39:50.543"></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="20181020 14:39:54.277" level="INFO">Starting process:
openstack network create l2_net_2 </msg>
<msg timestamp="20181020 14:39:54.299" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:39:57.456" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:39:57.457" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:39:57.457" starttime="20181020 14:39:54.277"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:39:57.458" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-10-20T14:39:56Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b |
| 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                | 30aba7c692df4eb5b35215cb70b9fae6     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 80                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-10-20T14:39:57Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:39:57.458" starttime="20181020 14:39:57.457"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:39:57.459" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:39:57.459" starttime="20181020 14:39:57.458"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:39:57.460" starttime="20181020 14:39:57.459"></status>
</kw>
<msg timestamp="20181020 14:39:57.460" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181020 14:39:57.460" starttime="20181020 14:39:54.275"></status>
</kw>
<status status="PASS" endtime="20181020 14:39:57.460" starttime="20181020 14:39:54.260"></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="20181020 14:39:57.470" level="INFO">Starting process:
openstack subnet create --network l2_net_2 --subnet-range 22.0.0.0/24 l2_sub_2 </msg>
<msg timestamp="20181020 14:39:57.497" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:05.201" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:05.202" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:05.202" starttime="20181020 14:39:57.469"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:05.203" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 22.0.0.2-22.0.0.254                  |
| cidr              | 22.0.0.0/24                          |
| created_at        | 2018-10-20T14:40:04Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 22.0.0.1                             |
| host_routes       |                                      |
| id                | 36bca058-4c94-495e-b4eb-7660a9abcbcd |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l2_sub_2                             |
| network_id        | cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-10-20T14:40:04Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:40:05.203" starttime="20181020 14:40:05.202"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:40:05.204" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:05.204" starttime="20181020 14:40:05.203"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:05.205" starttime="20181020 14:40:05.204"></status>
</kw>
<msg timestamp="20181020 14:40:05.205" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181020 14:40:05.205" starttime="20181020 14:39:57.469"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:05.205" starttime="20181020 14:39:57.461"></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="20181020 14:40:05.208" starttime="20181020 14:40:05.208"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:05.208" starttime="20181020 14:40:05.207"></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="20181020 14:40:05.219" level="INFO">Starting process:
openstack security group create l2_sg </msg>
<msg timestamp="20181020 14:40:05.241" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:08.337" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:08.337" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:08.337" starttime="20181020 14:40:05.218"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:08.339" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-10-20T14:40:07Z                                                                                                                                  |
| description     | l2_sg                                                                                                                                                 |
| id              | 2805f997-aaa6-40fe-8e31-ce6c3ff1b97b                                                                                                                  |
| name            | l2_sg                                                                                                                                                 |
| project_id      | 30aba7c692df4eb5b35215cb70b9fae6                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-10-20T14:40:07Z', direction='egress', ethertype='IPv4', id='7b0b286b-1595-4278-ab13-b3a92dc16fb5', updated_at='2018-10-20T14:40:07Z' |
|                 | created_at='2018-10-20T14:40:08Z', direction='egress', ethertype='IPv6', id='c30618b8-35e9-4fa6-bef4-acd75aceddc9', updated_at='2018-10-20T14:40:08Z' |
| updated_at      | 2018-10-20T14:40:07Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:40:08.339" starttime="20181020 14:40:08.338"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:40:08.340" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:08.340" starttime="20181020 14:40:08.339"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:08.341" starttime="20181020 14:40:08.340"></status>
</kw>
<msg timestamp="20181020 14:40:08.341" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181020 14:40:08.341" starttime="20181020 14:40:05.217"></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="20181020 14:40:08.342" level="INFO">${sgp_id} = 2805f997-aaa6-40fe-8e31-ce6c3ff1b97b</msg>
<status status="PASS" endtime="20181020 14:40:08.342" starttime="20181020 14:40:08.341"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:08.343" starttime="20181020 14:40:05.207"></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="20181020 14:40:08.389" 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="20181020 14:40:08.389" starttime="20181020 14:40:08.388"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:08.389" starttime="20181020 14:40:08.388"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:40:08.390" starttime="20181020 14:40:08.390"></status>
</kw>
<msg timestamp="20181020 14:40:08.390" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:40:08.390" starttime="20181020 14:40:08.389"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:40:08.392" starttime="20181020 14:40:08.391"></status>
</kw>
<msg timestamp="20181020 14:40:08.392" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181020 14:40:08.392" starttime="20181020 14:40:08.391"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:40:08.394" starttime="20181020 14:40:08.393"></status>
</kw>
<msg timestamp="20181020 14:40:08.394" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:40:08.394" starttime="20181020 14:40:08.392"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:40:08.396" starttime="20181020 14:40:08.395"></status>
</kw>
<msg timestamp="20181020 14:40:08.396" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181020 14:40:08.396" starttime="20181020 14:40:08.394"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:08.398" starttime="20181020 14:40:08.397"></status>
</kw>
<msg timestamp="20181020 14:40:08.398" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181020 14:40:08.398" starttime="20181020 14:40:08.396"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:08.399" starttime="20181020 14:40:08.399"></status>
</kw>
<msg timestamp="20181020 14:40:08.400" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181020 14:40:08.400" starttime="20181020 14:40:08.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>${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="20181020 14:40:08.400" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:40:08.401" starttime="20181020 14:40:08.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>${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="20181020 14:40:08.401" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:40:08.401" starttime="20181020 14:40:08.401"></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="20181020 14:40:08.402" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:08.402" starttime="20181020 14:40:08.402"></status>
</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="20181020 14:40:08.404" starttime="20181020 14:40:08.403"></status>
</kw>
<msg timestamp="20181020 14:40:08.404" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:08.404" starttime="20181020 14:40:08.403"></status>
</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="20181020 14:40:08.405" starttime="20181020 14:40:08.405"></status>
</kw>
<msg timestamp="20181020 14:40:08.405" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress</msg>
<status status="PASS" endtime="20181020 14:40:08.405" starttime="20181020 14:40:08.404"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:08.407" starttime="20181020 14:40:08.407"></status>
</kw>
<msg timestamp="20181020 14:40:08.407" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:40:08.407" starttime="20181020 14:40:08.406"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:08.409" starttime="20181020 14:40:08.409"></status>
</kw>
<msg timestamp="20181020 14:40:08.410" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181020 14:40:08.410" starttime="20181020 14:40:08.408"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:08.411" starttime="20181020 14:40:08.411"></status>
</kw>
<msg timestamp="20181020 14:40:08.411" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:40:08.411" starttime="20181020 14:40:08.410"></status>
</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="20181020 14:40:08.412" starttime="20181020 14:40:08.412"></status>
</kw>
<msg timestamp="20181020 14:40:08.413" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:40:08.413" starttime="20181020 14:40:08.411"></status>
</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="20181020 14:40:08.414" starttime="20181020 14:40:08.414"></status>
</kw>
<msg timestamp="20181020 14:40:08.414" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:40:08.414" starttime="20181020 14:40:08.413"></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="20181020 14:40:08.416" level="INFO">Starting process:
openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181020 14:40:08.440" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:12.847" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:12.847" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:12.847" starttime="20181020 14:40:08.415"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:12.848" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:40:12Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 8c5726c4-7826-461e-93cb-154526013b67 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 2805f997-aaa6-40fe-8e31-ce6c3ff1b97b |
| updated_at        | 2018-10-20T14:40:12Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:40:12.848" starttime="20181020 14:40:12.848"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:40:12.849" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:12.849" starttime="20181020 14:40:12.849"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:12.850" starttime="20181020 14:40:12.849"></status>
</kw>
<msg timestamp="20181020 14:40:12.850" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:40:12.850" starttime="20181020 14:40:08.415"></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="20181020 14:40:12.851" level="INFO">${rule_id} = 8c5726c4-7826-461e-93cb-154526013b67</msg>
<status status="PASS" endtime="20181020 14:40:12.851" starttime="20181020 14:40:12.851"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:12.852" starttime="20181020 14:40:08.386"></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="20181020 14:40:12.887" 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="20181020 14:40:12.887" starttime="20181020 14:40:12.887"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:12.887" starttime="20181020 14:40:12.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>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="20181020 14:40:12.889" starttime="20181020 14:40:12.888"></status>
</kw>
<msg timestamp="20181020 14:40:12.889" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:40:12.889" starttime="20181020 14:40:12.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>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="20181020 14:40:12.890" starttime="20181020 14:40:12.889"></status>
</kw>
<msg timestamp="20181020 14:40:12.890" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181020 14:40:12.890" starttime="20181020 14:40:12.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>${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="20181020 14:40:12.891" starttime="20181020 14:40:12.890"></status>
</kw>
<msg timestamp="20181020 14:40:12.891" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:40:12.891" starttime="20181020 14:40:12.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>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="20181020 14:40:12.892" starttime="20181020 14:40:12.892"></status>
</kw>
<msg timestamp="20181020 14:40:12.893" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181020 14:40:12.893" starttime="20181020 14:40:12.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>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="20181020 14:40:12.894" starttime="20181020 14:40:12.893"></status>
</kw>
<msg timestamp="20181020 14:40:12.894" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181020 14:40:12.894" starttime="20181020 14:40:12.893"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181020 14:40:12.895" starttime="20181020 14:40:12.895"></status>
</kw>
<msg timestamp="20181020 14:40:12.895" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181020 14:40:12.895" starttime="20181020 14:40:12.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>${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="20181020 14:40:12.896" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:40:12.896" starttime="20181020 14:40:12.895"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181020 14:40:12.896" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:40:12.896" starttime="20181020 14:40:12.896"></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="20181020 14:40:12.897" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:12.897" starttime="20181020 14:40:12.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>'${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="20181020 14:40:12.898" starttime="20181020 14:40:12.898"></status>
</kw>
<msg timestamp="20181020 14:40:12.898" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:12.898" starttime="20181020 14:40:12.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>'${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="20181020 14:40:12.900" starttime="20181020 14:40:12.899"></status>
</kw>
<msg timestamp="20181020 14:40:12.900" level="INFO">${cmd} = openstack security group rule create l2_sg --egress</msg>
<status status="PASS" endtime="20181020 14:40:12.900" starttime="20181020 14:40:12.899"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:12.902" starttime="20181020 14:40:12.901"></status>
</kw>
<msg timestamp="20181020 14:40:12.902" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:40:12.902" starttime="20181020 14:40:12.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>'${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="20181020 14:40:12.903" starttime="20181020 14:40:12.903"></status>
</kw>
<msg timestamp="20181020 14:40:12.904" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181020 14:40:12.904" starttime="20181020 14:40:12.902"></status>
</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="20181020 14:40:12.905" starttime="20181020 14:40:12.904"></status>
</kw>
<msg timestamp="20181020 14:40:12.905" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:40:12.905" starttime="20181020 14:40:12.904"></status>
</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="20181020 14:40:12.906" starttime="20181020 14:40:12.906"></status>
</kw>
<msg timestamp="20181020 14:40:12.906" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:40:12.906" starttime="20181020 14:40:12.905"></status>
</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="20181020 14:40:12.907" starttime="20181020 14:40:12.907"></status>
</kw>
<msg timestamp="20181020 14:40:12.907" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:40:12.907" starttime="20181020 14:40:12.906"></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="20181020 14:40:12.910" level="INFO">Starting process:
openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181020 14:40:12.930" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:16.614" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:16.615" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:16.615" starttime="20181020 14:40:12.909"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:16.616" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:40:16Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | b40005fd-93eb-4f90-bdbf-564f2dede22d |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 2805f997-aaa6-40fe-8e31-ce6c3ff1b97b |
| updated_at        | 2018-10-20T14:40:16Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:40:16.616" starttime="20181020 14:40:16.615"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:40:16.616" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:16.616" starttime="20181020 14:40:16.616"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.617" starttime="20181020 14:40:16.616"></status>
</kw>
<msg timestamp="20181020 14:40:16.617" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:40:16.617" starttime="20181020 14:40:12.908"></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="20181020 14:40:16.618" level="INFO">${rule_id} = b40005fd-93eb-4f90-bdbf-564f2dede22d</msg>
<status status="PASS" endtime="20181020 14:40:16.618" starttime="20181020 14:40:16.617"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:16.618" starttime="20181020 14:40:12.885"></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="20181020 14:40:16.651" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181020 14:40:16.651" starttime="20181020 14:40:16.651"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:16.651" starttime="20181020 14:40:16.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>${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="20181020 14:40:16.652" starttime="20181020 14:40:16.652"></status>
</kw>
<msg timestamp="20181020 14:40:16.653" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:40:16.653" starttime="20181020 14:40:16.652"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.653" starttime="20181020 14:40:16.653"></status>
</kw>
<msg timestamp="20181020 14:40:16.653" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181020 14:40:16.654" starttime="20181020 14:40:16.653"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.654" starttime="20181020 14:40:16.654"></status>
</kw>
<msg timestamp="20181020 14:40:16.654" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:40:16.655" starttime="20181020 14:40:16.654"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.656" starttime="20181020 14:40:16.655"></status>
</kw>
<msg timestamp="20181020 14:40:16.656" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181020 14:40:16.656" starttime="20181020 14:40:16.655"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.657" starttime="20181020 14:40:16.656"></status>
</kw>
<msg timestamp="20181020 14:40:16.657" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181020 14:40:16.657" starttime="20181020 14:40:16.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>${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="20181020 14:40:16.659" starttime="20181020 14:40:16.658"></status>
</kw>
<msg timestamp="20181020 14:40:16.659" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181020 14:40:16.659" starttime="20181020 14:40:16.657"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181020 14:40:16.660" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:40:16.660" starttime="20181020 14:40:16.659"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181020 14:40:16.660" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:40:16.660" starttime="20181020 14:40:16.660"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181020 14:40:16.661" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:16.661" starttime="20181020 14:40:16.660"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.662" starttime="20181020 14:40:16.661"></status>
</kw>
<msg timestamp="20181020 14:40:16.662" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:16.662" starttime="20181020 14:40:16.661"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.663" starttime="20181020 14:40:16.662"></status>
</kw>
<msg timestamp="20181020 14:40:16.663" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress</msg>
<status status="PASS" endtime="20181020 14:40:16.663" starttime="20181020 14:40:16.662"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.664" starttime="20181020 14:40:16.663"></status>
</kw>
<msg timestamp="20181020 14:40:16.664" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:40:16.664" starttime="20181020 14:40:16.663"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.666" starttime="20181020 14:40:16.665"></status>
</kw>
<msg timestamp="20181020 14:40:16.667" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:40:16.667" starttime="20181020 14:40:16.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>'${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="20181020 14:40:16.668" starttime="20181020 14:40:16.668"></status>
</kw>
<msg timestamp="20181020 14:40:16.668" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:40:16.668" starttime="20181020 14:40:16.667"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.669" starttime="20181020 14:40:16.669"></status>
</kw>
<msg timestamp="20181020 14:40:16.669" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:40:16.669" starttime="20181020 14:40:16.668"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:16.670" starttime="20181020 14:40:16.670"></status>
</kw>
<msg timestamp="20181020 14:40:16.670" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:40:16.670" starttime="20181020 14:40:16.669"></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="20181020 14:40:16.671" level="INFO">Starting process:
openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181020 14:40:16.694" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:19.975" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:19.976" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:19.976" starttime="20181020 14:40:16.671"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:19.977" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:40:19Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 880f5c32-a8a3-4284-81cd-97753efc85fe |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 2805f997-aaa6-40fe-8e31-ce6c3ff1b97b |
| updated_at        | 2018-10-20T14:40:19Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:40:19.977" starttime="20181020 14:40:19.977"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:40:19.978" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:19.978" starttime="20181020 14:40:19.978"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:19.979" starttime="20181020 14:40:19.978"></status>
</kw>
<msg timestamp="20181020 14:40:19.980" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:40:19.980" starttime="20181020 14:40:16.670"></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="20181020 14:40:19.981" level="INFO">${rule_id} = 880f5c32-a8a3-4284-81cd-97753efc85fe</msg>
<status status="PASS" endtime="20181020 14:40:19.981" starttime="20181020 14:40:19.980"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:19.981" starttime="20181020 14:40:16.649"></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="20181020 14:40:20.036" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181020 14:40:20.036" starttime="20181020 14:40:20.036"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:20.036" starttime="20181020 14:40:20.035"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:20.037" starttime="20181020 14:40:20.037"></status>
</kw>
<msg timestamp="20181020 14:40:20.037" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:40:20.037" starttime="20181020 14:40:20.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>${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="20181020 14:40:20.039" starttime="20181020 14:40:20.038"></status>
</kw>
<msg timestamp="20181020 14:40:20.039" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181020 14:40:20.039" starttime="20181020 14:40:20.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>${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="20181020 14:40:20.040" starttime="20181020 14:40:20.040"></status>
</kw>
<msg timestamp="20181020 14:40:20.040" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:40:20.040" starttime="20181020 14:40:20.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>${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="20181020 14:40:20.042" starttime="20181020 14:40:20.041"></status>
</kw>
<msg timestamp="20181020 14:40:20.042" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181020 14:40:20.042" starttime="20181020 14:40:20.041"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:20.043" starttime="20181020 14:40:20.043"></status>
</kw>
<msg timestamp="20181020 14:40:20.043" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181020 14:40:20.043" starttime="20181020 14:40:20.042"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:20.044" starttime="20181020 14:40:20.044"></status>
</kw>
<msg timestamp="20181020 14:40:20.044" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181020 14:40:20.044" starttime="20181020 14:40:20.043"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:20.045" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:40:20.045" starttime="20181020 14:40:20.045"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:20.046" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:40:20.046" starttime="20181020 14:40:20.045"></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="20181020 14:40:20.047" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:20.047" starttime="20181020 14:40:20.046"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:20.048" starttime="20181020 14:40:20.048"></status>
</kw>
<msg timestamp="20181020 14:40:20.048" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:20.048" starttime="20181020 14:40:20.047"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:20.049" starttime="20181020 14:40:20.049"></status>
</kw>
<msg timestamp="20181020 14:40:20.049" level="INFO">${cmd} = openstack security group rule create l2_sg --egress</msg>
<status status="PASS" endtime="20181020 14:40:20.049" starttime="20181020 14:40:20.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>'${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="20181020 14:40:20.051" starttime="20181020 14:40:20.050"></status>
</kw>
<msg timestamp="20181020 14:40:20.051" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:40:20.051" starttime="20181020 14:40:20.049"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:20.052" starttime="20181020 14:40:20.052"></status>
</kw>
<msg timestamp="20181020 14:40:20.052" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:40:20.052" starttime="20181020 14:40:20.051"></status>
</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="20181020 14:40:20.054" starttime="20181020 14:40:20.053"></status>
</kw>
<msg timestamp="20181020 14:40:20.054" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:40:20.054" starttime="20181020 14:40:20.052"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:20.055" starttime="20181020 14:40:20.055"></status>
</kw>
<msg timestamp="20181020 14:40:20.055" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:40:20.055" starttime="20181020 14:40:20.054"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:20.056" starttime="20181020 14:40:20.056"></status>
</kw>
<msg timestamp="20181020 14:40:20.056" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:40:20.056" starttime="20181020 14:40:20.056"></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="20181020 14:40:20.058" level="INFO">Starting process:
openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181020 14:40:20.079" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:23.637" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:23.637" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:23.637" starttime="20181020 14:40:20.058"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:23.638" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:40:23Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 73e355fd-8f45-426a-b359-38fe6b4062ad |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 2805f997-aaa6-40fe-8e31-ce6c3ff1b97b |
| updated_at        | 2018-10-20T14:40:23Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:40:23.639" starttime="20181020 14:40:23.638"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:40:23.639" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:23.639" starttime="20181020 14:40:23.639"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:23.640" starttime="20181020 14:40:23.639"></status>
</kw>
<msg timestamp="20181020 14:40:23.640" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:40:23.640" starttime="20181020 14:40:20.057"></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="20181020 14:40:23.641" level="INFO">${rule_id} = 73e355fd-8f45-426a-b359-38fe6b4062ad</msg>
<status status="PASS" endtime="20181020 14:40:23.641" starttime="20181020 14:40:23.640"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:23.641" starttime="20181020 14:40:20.034"></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="20181020 14:40:23.685" 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="20181020 14:40:23.685" starttime="20181020 14:40:23.684"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:23.685" starttime="20181020 14:40:23.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>${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="20181020 14:40:23.686" starttime="20181020 14:40:23.685"></status>
</kw>
<msg timestamp="20181020 14:40:23.686" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:40:23.686" starttime="20181020 14:40:23.685"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181020 14:40:23.687" starttime="20181020 14:40:23.686"></status>
</kw>
<msg timestamp="20181020 14:40:23.687" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181020 14:40:23.687" starttime="20181020 14:40:23.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>${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="20181020 14:40:23.688" starttime="20181020 14:40:23.687"></status>
</kw>
<msg timestamp="20181020 14:40:23.688" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:40:23.688" starttime="20181020 14:40:23.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>${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="20181020 14:40:23.688" starttime="20181020 14:40:23.688"></status>
</kw>
<msg timestamp="20181020 14:40:23.689" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181020 14:40:23.689" starttime="20181020 14:40:23.688"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:23.690" starttime="20181020 14:40:23.689"></status>
</kw>
<msg timestamp="20181020 14:40:23.690" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181020 14:40:23.690" starttime="20181020 14:40:23.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>${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="20181020 14:40:23.691" starttime="20181020 14:40:23.690"></status>
</kw>
<msg timestamp="20181020 14:40:23.691" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181020 14:40:23.691" starttime="20181020 14:40:23.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>${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="20181020 14:40:23.691" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:40:23.691" starttime="20181020 14:40:23.691"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181020 14:40:23.692" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:40:23.692" starttime="20181020 14:40:23.692"></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="20181020 14:40:23.692" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:23.692" starttime="20181020 14:40:23.692"></status>
</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="20181020 14:40:23.693" starttime="20181020 14:40:23.693"></status>
</kw>
<msg timestamp="20181020 14:40:23.693" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:23.693" starttime="20181020 14:40:23.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>'${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="20181020 14:40:23.695" starttime="20181020 14:40:23.694"></status>
</kw>
<msg timestamp="20181020 14:40:23.695" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress</msg>
<status status="PASS" endtime="20181020 14:40:23.695" starttime="20181020 14:40:23.694"></status>
</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="20181020 14:40:23.696" starttime="20181020 14:40:23.696"></status>
</kw>
<msg timestamp="20181020 14:40:23.696" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:40:23.696" starttime="20181020 14:40:23.695"></status>
</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="20181020 14:40:23.698" starttime="20181020 14:40:23.697"></status>
</kw>
<msg timestamp="20181020 14:40:23.698" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181020 14:40:23.698" starttime="20181020 14:40:23.696"></status>
</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="20181020 14:40:23.700" starttime="20181020 14:40:23.700"></status>
</kw>
<msg timestamp="20181020 14:40:23.700" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:40:23.700" starttime="20181020 14:40:23.698"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:23.702" starttime="20181020 14:40:23.701"></status>
</kw>
<msg timestamp="20181020 14:40:23.702" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:40:23.702" starttime="20181020 14:40:23.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>'${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="20181020 14:40:23.703" starttime="20181020 14:40:23.703"></status>
</kw>
<msg timestamp="20181020 14:40:23.703" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:40:23.703" starttime="20181020 14:40:23.702"></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="20181020 14:40:23.705" level="INFO">Starting process:
openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181020 14:40:23.726" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:26.923" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:26.924" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:26.924" starttime="20181020 14:40:23.704"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:26.925" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:40:26Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 6dffaa1e-d414-4940-9611-f69f03f3ed18 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 2805f997-aaa6-40fe-8e31-ce6c3ff1b97b |
| updated_at        | 2018-10-20T14:40:26Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:40:26.925" starttime="20181020 14:40:26.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="20181020 14:40:26.925" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:26.926" starttime="20181020 14:40:26.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="20181020 14:40:26.926" starttime="20181020 14:40:26.926"></status>
</kw>
<msg timestamp="20181020 14:40:26.926" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:40:26.927" starttime="20181020 14:40:23.704"></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="20181020 14:40:26.927" level="INFO">${rule_id} = 6dffaa1e-d414-4940-9611-f69f03f3ed18</msg>
<status status="PASS" endtime="20181020 14:40:26.927" starttime="20181020 14:40:26.927"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:26.927" starttime="20181020 14:40:23.683"></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="20181020 14:40:26.963" 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="20181020 14:40:26.963" starttime="20181020 14:40:26.963"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:26.963" starttime="20181020 14:40:26.962"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:40:26.964" starttime="20181020 14:40:26.964"></status>
</kw>
<msg timestamp="20181020 14:40:26.964" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:40:26.964" starttime="20181020 14:40:26.963"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:26.965" starttime="20181020 14:40:26.965"></status>
</kw>
<msg timestamp="20181020 14:40:26.965" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181020 14:40:26.965" starttime="20181020 14:40:26.964"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:26.966" starttime="20181020 14:40:26.966"></status>
</kw>
<msg timestamp="20181020 14:40:26.966" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:40:26.966" starttime="20181020 14:40:26.965"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:26.967" starttime="20181020 14:40:26.967"></status>
</kw>
<msg timestamp="20181020 14:40:26.967" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181020 14:40:26.968" starttime="20181020 14:40:26.966"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:40:26.969" starttime="20181020 14:40:26.968"></status>
</kw>
<msg timestamp="20181020 14:40:26.969" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181020 14:40:26.969" starttime="20181020 14:40:26.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>${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="20181020 14:40:26.970" starttime="20181020 14:40:26.969"></status>
</kw>
<msg timestamp="20181020 14:40:26.970" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181020 14:40:26.970" starttime="20181020 14:40:26.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>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181020 14:40:26.970" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:40:26.970" starttime="20181020 14:40:26.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>${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="20181020 14:40:26.971" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:40:26.971" starttime="20181020 14:40:26.970"></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="20181020 14:40:26.971" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:26.972" starttime="20181020 14:40:26.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>'${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="20181020 14:40:26.972" starttime="20181020 14:40:26.972"></status>
</kw>
<msg timestamp="20181020 14:40:26.972" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181020 14:40:26.972" starttime="20181020 14:40:26.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>'${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="20181020 14:40:26.973" starttime="20181020 14:40:26.973"></status>
</kw>
<msg timestamp="20181020 14:40:26.973" level="INFO">${cmd} = openstack security group rule create l2_sg --egress</msg>
<status status="PASS" endtime="20181020 14:40:26.974" starttime="20181020 14:40:26.973"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:26.974" starttime="20181020 14:40:26.974"></status>
</kw>
<msg timestamp="20181020 14:40:26.974" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:40:26.974" starttime="20181020 14:40:26.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>'${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="20181020 14:40:26.976" starttime="20181020 14:40:26.975"></status>
</kw>
<msg timestamp="20181020 14:40:26.976" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181020 14:40:26.976" starttime="20181020 14:40:26.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>'${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="20181020 14:40:26.977" starttime="20181020 14:40:26.977"></status>
</kw>
<msg timestamp="20181020 14:40:26.977" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:40:26.977" starttime="20181020 14:40:26.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>'${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="20181020 14:40:26.978" starttime="20181020 14:40:26.978"></status>
</kw>
<msg timestamp="20181020 14:40:26.978" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:40:26.978" starttime="20181020 14:40:26.977"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:40:26.979" starttime="20181020 14:40:26.979"></status>
</kw>
<msg timestamp="20181020 14:40:26.979" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:40:26.979" starttime="20181020 14:40:26.978"></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="20181020 14:40:26.981" level="INFO">Starting process:
openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181020 14:40:27.001" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:30.622" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:30.623" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:30.623" starttime="20181020 14:40:26.980"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:30.624" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:40:30Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 427695f1-0593-4967-a674-9ef565517dce |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 2805f997-aaa6-40fe-8e31-ce6c3ff1b97b |
| updated_at        | 2018-10-20T14:40:30Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:40:30.624" starttime="20181020 14:40:30.623"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:40:30.625" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:30.625" starttime="20181020 14:40:30.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="20181020 14:40:30.626" starttime="20181020 14:40:30.625"></status>
</kw>
<msg timestamp="20181020 14:40:30.626" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:40:30.626" starttime="20181020 14:40:26.980"></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="20181020 14:40:30.627" level="INFO">${rule_id} = 427695f1-0593-4967-a674-9ef565517dce</msg>
<status status="PASS" endtime="20181020 14:40:30.627" starttime="20181020 14:40:30.627"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:30.628" starttime="20181020 14:40:26.961"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:40:30.629" starttime="20181020 14:40:30.628"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:30.629" starttime="20181020 14:40:05.206"></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="20181020 14:40:30.630" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:40:30.630" starttime="20181020 14:40:30.630"></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="20181020 14:40:30.640" level="INFO">Starting process:
openstack network list | grep "l2_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:40:30.667" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:33.146" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:33.147" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:33.147" starttime="20181020 14:40:30.639"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:33.148" level="INFO">21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:40:33.148" starttime="20181020 14:40:33.147"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:40:33.149" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:33.149" starttime="20181020 14:40:33.149"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:33.150" starttime="20181020 14:40:33.149"></status>
</kw>
<msg timestamp="20181020 14:40:33.150" level="INFO">${output} = 21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:40:33.150" starttime="20181020 14:40:30.638"></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="20181020 14:40:33.151" level="INFO">${splitted_output} = [u'21f82e14-24b5-4466-a775-f49e7293b4c2']</msg>
<status status="PASS" endtime="20181020 14:40:33.151" starttime="20181020 14:40:33.150"></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="20181020 14:40:33.151" level="INFO">${net_id} = 21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:40:33.151" starttime="20181020 14:40:33.151"></status>
</kw>
<msg timestamp="20181020 14:40:33.152" level="INFO">${net_id} = 21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:40:33.152" starttime="20181020 14:40:30.631"></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="20181020 14:40:33.161" 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=21f82e14-24b5-4466-a775-f49e7293b4c2 --security-group l2_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181020 14:40:33.181" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:44.029" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:44.029" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:44.029" starttime="20181020 14:40:33.161"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:44.031" 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                           | Zz7Gg5ujqPqg                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:40:43Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | b68e5c5b-0e74-4ae0-97de-4f0b4a545710                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='2805f997-aaa6-40fe-8e31-ce6c3ff1b97b'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:40:43Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:40:44.031" starttime="20181020 14:40:44.030"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:40:44.032" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:44.032" starttime="20181020 14:40:44.031"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:44.033" starttime="20181020 14:40:44.032"></status>
</kw>
<msg timestamp="20181020 14:40:44.033" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:40:44.034" starttime="20181020 14:40:33.160"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:44.034" starttime="20181020 14:40:30.629"></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="20181020 14:40:44.036" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:40:44.036" starttime="20181020 14:40:44.035"></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="20181020 14:40:44.051" level="INFO">Starting process:
openstack network list | grep "l2_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:40:44.072" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:46.569" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:46.569" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:46.569" starttime="20181020 14:40:44.050"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:46.571" level="INFO">21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:40:46.571" starttime="20181020 14:40:46.570"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:40:46.571" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:46.572" starttime="20181020 14:40:46.571"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:46.572" starttime="20181020 14:40:46.572"></status>
</kw>
<msg timestamp="20181020 14:40:46.573" level="INFO">${output} = 21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:40:46.573" starttime="20181020 14:40:44.049"></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="20181020 14:40:46.573" level="INFO">${splitted_output} = [u'21f82e14-24b5-4466-a775-f49e7293b4c2']</msg>
<status status="PASS" endtime="20181020 14:40:46.573" starttime="20181020 14:40:46.573"></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="20181020 14:40:46.574" level="INFO">${net_id} = 21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:40:46.574" starttime="20181020 14:40:46.574"></status>
</kw>
<msg timestamp="20181020 14:40:46.574" level="INFO">${net_id} = 21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:40:46.574" starttime="20181020 14:40:44.037"></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="20181020 14:40:46.583" 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=21f82e14-24b5-4466-a775-f49e7293b4c2 --security-group l2_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181020 14:40:46.610" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:40:58.237" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:40:58.237" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:40:58.237" starttime="20181020 14:40:46.582"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:40:58.238" 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                           | rYSCc7oiwg4T                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:40:57Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 55286049-3cbd-4c74-93e0-e8bdd7a951cb                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='2805f997-aaa6-40fe-8e31-ce6c3ff1b97b'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:40:57Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:40:58.238" starttime="20181020 14:40:58.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="20181020 14:40:58.239" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:40:58.239" starttime="20181020 14:40:58.239"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:40:58.240" starttime="20181020 14:40:58.239"></status>
</kw>
<msg timestamp="20181020 14:40:58.240" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:40:58.240" starttime="20181020 14:40:46.581"></status>
</kw>
<status status="PASS" endtime="20181020 14:40:58.240" starttime="20181020 14:40:44.034"></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="20181020 14:40:58.242" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:40:58.242" starttime="20181020 14:40:58.241"></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="20181020 14:40:58.254" level="INFO">Starting process:
openstack network list | grep "l2_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:40:58.275" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:41:00.987" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:41:00.987" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:41:00.988" starttime="20181020 14:40:58.254"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:41:00.989" level="INFO">21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:41:00.989" starttime="20181020 14:41:00.988"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:41:00.990" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:41:00.990" starttime="20181020 14:41:00.989"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:41:00.991" starttime="20181020 14:41:00.990"></status>
</kw>
<msg timestamp="20181020 14:41:00.991" level="INFO">${output} = 21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:41:00.991" starttime="20181020 14:40:58.253"></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="20181020 14:41:00.992" level="INFO">${splitted_output} = [u'21f82e14-24b5-4466-a775-f49e7293b4c2']</msg>
<status status="PASS" endtime="20181020 14:41:00.992" starttime="20181020 14:41:00.991"></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="20181020 14:41:00.993" level="INFO">${net_id} = 21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:41:00.993" starttime="20181020 14:41:00.992"></status>
</kw>
<msg timestamp="20181020 14:41:00.993" level="INFO">${net_id} = 21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<status status="PASS" endtime="20181020 14:41:00.993" starttime="20181020 14:40:58.242"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${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="20181020 14:41:01.004" 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=21f82e14-24b5-4466-a775-f49e7293b4c2 --security-group l2_sg --availability-zone nova:overcloud-novacompute-0.opnfvlf.org</msg>
<msg timestamp="20181020 14:41:01.027" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:41:09.961" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:41:09.962" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:41:09.962" starttime="20181020 14:41:01.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="20181020 14:41:09.963" 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                           | 39mW2mjogM6k                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:41:09Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 13f3f606-16e3-4b59-be73-e0452d2e4451                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='2805f997-aaa6-40fe-8e31-ce6c3ff1b97b'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:41:09Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:41:09.963" starttime="20181020 14:41:09.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="20181020 14:41:09.964" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:41:09.964" starttime="20181020 14:41:09.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="20181020 14:41:09.964" starttime="20181020 14:41:09.964"></status>
</kw>
<msg timestamp="20181020 14:41:09.965" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:41:09.965" starttime="20181020 14:41:01.003"></status>
</kw>
<status status="PASS" endtime="20181020 14:41:09.965" starttime="20181020 14:40:58.240"></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="20181020 14:41:09.967" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:41:09.967" starttime="20181020 14:41:09.966"></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="20181020 14:41:09.975" level="INFO">Starting process:
openstack network list | grep "l2_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:41:09.996" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:41:12.505" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:41:12.506" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:41:12.506" starttime="20181020 14:41:09.975"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:41:12.507" level="INFO">cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:12.507" starttime="20181020 14:41:12.506"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:41:12.507" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:41:12.507" starttime="20181020 14:41:12.507"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:41:12.508" starttime="20181020 14:41:12.508"></status>
</kw>
<msg timestamp="20181020 14:41:12.509" level="INFO">${output} = cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:12.509" starttime="20181020 14:41:09.974"></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="20181020 14:41:12.509" level="INFO">${splitted_output} = [u'cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b']</msg>
<status status="PASS" endtime="20181020 14:41:12.509" starttime="20181020 14:41:12.509"></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="20181020 14:41:12.510" level="INFO">${net_id} = cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:12.510" starttime="20181020 14:41:12.510"></status>
</kw>
<msg timestamp="20181020 14:41:12.510" level="INFO">${net_id} = cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:12.510" starttime="20181020 14:41:09.967"></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="20181020 14:41:12.519" 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=cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b --security-group l2_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181020 14:41:12.546" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:41:24.282" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:41:24.282" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:41:24.282" starttime="20181020 14:41:12.519"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:41:24.283" 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                           | R28gWdMXobdf                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:41:23Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | f5b18678-b28f-4c27-aa0d-4cce791b52db                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='2805f997-aaa6-40fe-8e31-ce6c3ff1b97b'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:41:24Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:41:24.283" starttime="20181020 14:41:24.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="20181020 14:41:24.284" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:41:24.284" starttime="20181020 14:41:24.284"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:41:24.285" starttime="20181020 14:41:24.284"></status>
</kw>
<msg timestamp="20181020 14:41:24.285" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:41:24.285" starttime="20181020 14:41:12.518"></status>
</kw>
<status status="PASS" endtime="20181020 14:41:24.285" starttime="20181020 14:41:09.965"></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="20181020 14:41:24.287" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:41:24.287" starttime="20181020 14:41:24.287"></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="20181020 14:41:24.296" level="INFO">Starting process:
openstack network list | grep "l2_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:41:24.324" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:41:26.962" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:41:26.962" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:41:26.962" starttime="20181020 14:41:24.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="20181020 14:41:26.963" level="INFO">cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:26.963" starttime="20181020 14:41:26.963"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:41:26.964" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:41:26.964" starttime="20181020 14:41:26.964"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:41:26.965" starttime="20181020 14:41:26.965"></status>
</kw>
<msg timestamp="20181020 14:41:26.966" level="INFO">${output} = cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:26.966" starttime="20181020 14:41:24.295"></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="20181020 14:41:26.966" level="INFO">${splitted_output} = [u'cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b']</msg>
<status status="PASS" endtime="20181020 14:41:26.966" starttime="20181020 14:41:26.966"></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="20181020 14:41:26.967" level="INFO">${net_id} = cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:26.967" starttime="20181020 14:41:26.967"></status>
</kw>
<msg timestamp="20181020 14:41:26.967" level="INFO">${net_id} = cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:26.967" starttime="20181020 14:41:24.288"></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="20181020 14:41:26.979" 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=cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b --security-group l2_sg --availability-zone nova:overcloud-novacompute-0.opnfvlf.org</msg>
<msg timestamp="20181020 14:41:27.002" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:41:36.060" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:41:36.060" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:41:36.060" starttime="20181020 14:41:26.978"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:41:36.061" 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                           | MP8Wu3zdKyWK                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:41:35Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 5dff1394-b99b-4d9d-b0f1-6d560efc3c34                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='2805f997-aaa6-40fe-8e31-ce6c3ff1b97b'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:41:35Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:41:36.061" starttime="20181020 14:41:36.060"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:41:36.062" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:41:36.062" starttime="20181020 14:41:36.061"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:41:36.062" starttime="20181020 14:41:36.062"></status>
</kw>
<msg timestamp="20181020 14:41:36.063" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:41:36.063" starttime="20181020 14:41:26.977"></status>
</kw>
<status status="PASS" endtime="20181020 14:41:36.063" starttime="20181020 14:41:24.286"></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="20181020 14:41:36.065" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:41:36.065" starttime="20181020 14:41:36.064"></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="20181020 14:41:36.075" level="INFO">Starting process:
openstack network list | grep "l2_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:41:36.096" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:41:38.614" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:41:38.614" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:41:38.615" starttime="20181020 14:41:36.075"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:41:38.616" level="INFO">cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:38.616" starttime="20181020 14:41:38.615"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:41:38.617" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:41:38.617" starttime="20181020 14:41:38.616"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:41:38.618" starttime="20181020 14:41:38.617"></status>
</kw>
<msg timestamp="20181020 14:41:38.618" level="INFO">${output} = cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:38.618" starttime="20181020 14:41:36.074"></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="20181020 14:41:38.619" level="INFO">${splitted_output} = [u'cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b']</msg>
<status status="PASS" endtime="20181020 14:41:38.619" starttime="20181020 14:41:38.619"></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="20181020 14:41:38.620" level="INFO">${net_id} = cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:38.620" starttime="20181020 14:41:38.619"></status>
</kw>
<msg timestamp="20181020 14:41:38.620" level="INFO">${net_id} = cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<status status="PASS" endtime="20181020 14:41:38.620" starttime="20181020 14:41:36.065"></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="20181020 14:41:38.629" 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=cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b --security-group l2_sg --availability-zone nova:overcloud-novacompute-0.opnfvlf.org</msg>
<msg timestamp="20181020 14:41:38.656" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:41:46.778" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:41:46.779" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:41:46.779" starttime="20181020 14:41:38.629"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:41:46.780" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | kPgMRYMsNL9b                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:41:46Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 33477e01-cd98-4475-821b-23d296c9e5d9                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='2805f997-aaa6-40fe-8e31-ce6c3ff1b97b'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:41:46Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:41:46.781" starttime="20181020 14:41:46.780"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:41:46.781" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:41:46.781" starttime="20181020 14:41:46.781"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:41:46.782" starttime="20181020 14:41:46.781"></status>
</kw>
<msg timestamp="20181020 14:41:46.782" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:41:46.782" starttime="20181020 14:41:38.628"></status>
</kw>
<status status="PASS" endtime="20181020 14:41:46.783" starttime="20181020 14:41:36.063"></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="20181020 14:41:46.785" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181020 14:41:46.785" starttime="20181020 14:41:46.784"></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="20181020 14:41:46.804" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:41:46.832" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:41:52.695" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:41:52.696" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:41:52.696" starttime="20181020 14:41:46.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="20181020 14:41:52.697" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:41:52.698" starttime="20181020 14:41:52.697"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:41:52.698" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:41:52.698" starttime="20181020 14:41:52.698"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:41:52.699" starttime="20181020 14:41:52.699"></status>
</kw>
<msg timestamp="20181020 14:41:52.700" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:41:52.700" starttime="20181020 14:41:46.802"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:41:52.701" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:41:52.701" starttime="20181020 14:41:52.700"></status>
</kw>
<status status="FAIL" endtime="20181020 14:41:52.701" starttime="20181020 14:41:46.787"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:42:22.718" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:42:22.739" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:42:27.355" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:42:27.355" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:42:27.355" starttime="20181020 14:42:22.717"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:42:27.356" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:42:27.356" starttime="20181020 14:42:27.355"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:42:27.357" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:42:27.357" starttime="20181020 14:42:27.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="20181020 14:42:27.358" starttime="20181020 14:42:27.357"></status>
</kw>
<msg timestamp="20181020 14:42:27.358" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:42:27.358" starttime="20181020 14:42:22.716"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:42:27.359" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:42:27.359" starttime="20181020 14:42:27.358"></status>
</kw>
<status status="FAIL" endtime="20181020 14:42:27.359" starttime="20181020 14:42:22.702"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:42:57.370" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:42:57.395" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:43:02.049" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:43:02.049" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:43:02.049" starttime="20181020 14:42:57.370"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:43:02.050" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:43:02.050" starttime="20181020 14:43:02.050"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:43:02.051" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:43:02.051" starttime="20181020 14:43:02.050"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:43:02.051" starttime="20181020 14:43:02.051"></status>
</kw>
<msg timestamp="20181020 14:43:02.052" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:43:02.052" starttime="20181020 14:42:57.369"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:43:02.053" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:43:02.053" starttime="20181020 14:43:02.052"></status>
</kw>
<status status="FAIL" endtime="20181020 14:43:02.053" starttime="20181020 14:42:57.360"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:43:32.067" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:43:32.092" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:43:36.545" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:43:36.545" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:43:36.545" starttime="20181020 14:43:32.067"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:43:36.547" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:43:36.547" starttime="20181020 14:43:36.546"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:43:36.548" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:43:36.548" starttime="20181020 14:43:36.547"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:43:36.549" starttime="20181020 14:43:36.548"></status>
</kw>
<msg timestamp="20181020 14:43:36.549" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:43:36.549" starttime="20181020 14:43:32.066"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:43:36.550" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:43:36.550" starttime="20181020 14:43:36.549"></status>
</kw>
<status status="FAIL" endtime="20181020 14:43:36.550" starttime="20181020 14:43:32.054"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:44:06.559" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:44:06.585" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:44:11.326" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:44:11.326" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:44:11.326" starttime="20181020 14:44:06.559"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:44:11.328" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:44:11.328" starttime="20181020 14:44:11.327"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:44:11.328" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:44:11.328" starttime="20181020 14:44:11.328"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:44:11.329" starttime="20181020 14:44:11.328"></status>
</kw>
<msg timestamp="20181020 14:44:11.329" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:44:11.329" starttime="20181020 14:44:06.558"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:44:11.330" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:44:11.330" starttime="20181020 14:44:11.329"></status>
</kw>
<status status="FAIL" endtime="20181020 14:44:11.330" starttime="20181020 14:44:06.551"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:44:41.340" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:44:41.360" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:44:45.984" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:44:45.984" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:44:45.984" starttime="20181020 14:44:41.340"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:44:45.986" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:44:45.986" starttime="20181020 14:44:45.985"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:44:45.986" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:44:45.986" starttime="20181020 14:44:45.986"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:44:45.987" starttime="20181020 14:44:45.987"></status>
</kw>
<msg timestamp="20181020 14:44:45.987" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:44:45.988" starttime="20181020 14:44:41.339"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:44:45.988" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:44:45.988" starttime="20181020 14:44:45.988"></status>
</kw>
<status status="FAIL" endtime="20181020 14:44:45.988" starttime="20181020 14:44:41.331"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:45:16.002" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:45:16.031" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:45:20.636" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:45:20.636" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:45:20.636" starttime="20181020 14:45:16.002"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:45:20.637" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:45:20.637" starttime="20181020 14:45:20.636"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:45:20.638" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:45:20.638" starttime="20181020 14:45:20.637"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:45:20.639" starttime="20181020 14:45:20.638"></status>
</kw>
<msg timestamp="20181020 14:45:20.639" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:45:20.639" starttime="20181020 14:45:16.001"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:45:20.640" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:45:20.640" starttime="20181020 14:45:20.639"></status>
</kw>
<status status="FAIL" endtime="20181020 14:45:20.640" starttime="20181020 14:45:15.989"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:45:50.650" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:45:50.673" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:45:56.291" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:45:56.292" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:45:56.292" starttime="20181020 14:45:50.650"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:45:56.293" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:45:56.293" starttime="20181020 14:45:56.292"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:45:56.293" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:45:56.293" starttime="20181020 14:45:56.293"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:45:56.294" starttime="20181020 14:45:56.294"></status>
</kw>
<msg timestamp="20181020 14:45:56.294" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:45:56.294" starttime="20181020 14:45:50.649"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:45:56.295" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:45:56.295" starttime="20181020 14:45:56.295"></status>
</kw>
<status status="FAIL" endtime="20181020 14:45:56.295" starttime="20181020 14:45:50.641"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:46:26.305" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:46:26.326" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:46:32.088" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:46:32.088" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:46:32.088" starttime="20181020 14:46:26.305"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:46:32.089" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:46:32.089" starttime="20181020 14:46:32.089"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:46:32.090" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:46:32.090" starttime="20181020 14:46:32.089"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:46:32.090" starttime="20181020 14:46:32.090"></status>
</kw>
<msg timestamp="20181020 14:46:32.091" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:46:32.091" starttime="20181020 14:46:26.304"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:46:32.091" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:46:32.092" starttime="20181020 14:46:32.091"></status>
</kw>
<status status="FAIL" endtime="20181020 14:46:32.092" starttime="20181020 14:46:26.296"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:47:02.103" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:47:02.124" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:47:07.268" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:47:07.269" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:47:07.269" starttime="20181020 14:47:02.102"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:47:07.270" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:47:07.270" starttime="20181020 14:47:07.270"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:47:07.271" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:47:07.271" starttime="20181020 14:47:07.270"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:47:07.272" starttime="20181020 14:47:07.271"></status>
</kw>
<msg timestamp="20181020 14:47:07.272" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:47:07.272" starttime="20181020 14:47:02.102"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:47:07.273" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:47:07.273" starttime="20181020 14:47:07.272"></status>
</kw>
<status status="FAIL" endtime="20181020 14:47:07.273" starttime="20181020 14:47:02.093"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:47:37.290" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:47:37.314" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:47:42.496" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:47:42.497" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:47:42.497" starttime="20181020 14:47:37.289"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:47:42.498" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:47:42.498" starttime="20181020 14:47:42.497"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:47:42.498" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:47:42.498" starttime="20181020 14:47:42.498"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:47:42.499" starttime="20181020 14:47:42.499"></status>
</kw>
<msg timestamp="20181020 14:47:42.500" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:47:42.500" starttime="20181020 14:47:37.288"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:47:42.500" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:47:42.501" starttime="20181020 14:47:42.500"></status>
</kw>
<status status="FAIL" endtime="20181020 14:47:42.501" starttime="20181020 14:47:37.274"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:48:12.511" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:48:12.532" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:48:17.560" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:48:17.561" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:48:17.561" starttime="20181020 14:48:12.511"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:48:17.562" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:48:17.562" starttime="20181020 14:48:17.561"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:48:17.563" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:48:17.563" starttime="20181020 14:48:17.563"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:48:17.564" starttime="20181020 14:48:17.563"></status>
</kw>
<msg timestamp="20181020 14:48:17.564" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:48:17.565" starttime="20181020 14:48:12.510"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:48:17.565" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:48:17.565" starttime="20181020 14:48:17.565"></status>
</kw>
<status status="FAIL" endtime="20181020 14:48:17.566" starttime="20181020 14:48:12.501"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:48:47.575" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:48:47.596" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:48:52.319" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:48:52.319" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:48:52.319" starttime="20181020 14:48:47.575"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:48:52.321" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:48:52.321" starttime="20181020 14:48:52.320"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:48:52.321" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:48:52.321" starttime="20181020 14:48:52.321"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:48:52.322" starttime="20181020 14:48:52.322"></status>
</kw>
<msg timestamp="20181020 14:48:52.322" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:48:52.322" starttime="20181020 14:48:47.574"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:48:52.323" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:48:52.323" starttime="20181020 14:48:52.323"></status>
</kw>
<status status="FAIL" endtime="20181020 14:48:52.323" starttime="20181020 14:48:47.566"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:49:22.338" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:49:22.359" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:49:26.937" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:49:26.937" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:49:26.937" starttime="20181020 14:49:22.337"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:49:26.938" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:49:26.938" starttime="20181020 14:49:26.938"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:49:26.939" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:49:26.939" starttime="20181020 14:49:26.939"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:49:26.940" starttime="20181020 14:49:26.939"></status>
</kw>
<msg timestamp="20181020 14:49:26.940" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:49:26.940" starttime="20181020 14:49:22.336"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:49:26.941" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:49:26.941" starttime="20181020 14:49:26.940"></status>
</kw>
<status status="FAIL" endtime="20181020 14:49:26.941" starttime="20181020 14:49:22.325"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:49:56.953" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:49:56.976" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:50:01.902" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:50:01.902" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:50:01.902" starttime="20181020 14:49:56.952"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:50:01.903" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:50:01.903" starttime="20181020 14:50:01.903"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:50:01.904" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:50:01.904" starttime="20181020 14:50:01.904"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:50:01.905" starttime="20181020 14:50:01.904"></status>
</kw>
<msg timestamp="20181020 14:50:01.905" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:50:01.905" starttime="20181020 14:49:56.951"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:50:01.906" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:50:01.906" starttime="20181020 14:50:01.905"></status>
</kw>
<status status="FAIL" endtime="20181020 14:50:01.906" starttime="20181020 14:49:56.942"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:50:31.919" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:50:31.941" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:50:37.082" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:50:37.082" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:50:37.083" starttime="20181020 14:50:31.919"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:50:37.084" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:50:37.084" starttime="20181020 14:50:37.083"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:50:37.085" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:50:37.085" starttime="20181020 14:50:37.084"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:50:37.086" starttime="20181020 14:50:37.085"></status>
</kw>
<msg timestamp="20181020 14:50:37.086" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:50:37.086" starttime="20181020 14:50:31.918"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:50:37.087" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:50:37.087" starttime="20181020 14:50:37.086"></status>
</kw>
<status status="FAIL" endtime="20181020 14:50:37.087" starttime="20181020 14:50:31.906"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:51:07.099" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:51:07.123" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:51:11.954" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:51:11.954" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:51:11.954" starttime="20181020 14:51:07.099"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:51:11.955" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:51:11.955" starttime="20181020 14:51:11.955"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:51:11.956" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:51:11.956" starttime="20181020 14:51:11.956"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:11.957" starttime="20181020 14:51:11.956"></status>
</kw>
<msg timestamp="20181020 14:51:11.957" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:51:11.957" starttime="20181020 14:51:07.098"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:51:11.958" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:51:11.958" starttime="20181020 14:51:11.957"></status>
</kw>
<status status="FAIL" endtime="20181020 14:51:11.958" starttime="20181020 14:51:07.088"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:51:41.969" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:51:41.990" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:51:46.948" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:51:46.948" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:51:46.948" starttime="20181020 14:51:41.969"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:51:46.949" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:51:46.950" starttime="20181020 14:51:46.949"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:51:46.950" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:51:46.950" starttime="20181020 14:51:46.950"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:46.951" starttime="20181020 14:51:46.950"></status>
</kw>
<msg timestamp="20181020 14:51:46.951" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:51:46.951" starttime="20181020 14:51:41.968"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:51:46.952" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:51:46.952" starttime="20181020 14:51:46.951"></status>
</kw>
<status status="FAIL" endtime="20181020 14:51:46.952" starttime="20181020 14:51:41.958"></status>
</kw>
<msg timestamp="20181020 14:51:46.952" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:51:46.952" starttime="20181020 14:41:46.786"></status>
</kw>
<status status="FAIL" endtime="20181020 14:51:46.953" starttime="20181020 14:41:46.785"></status>
</kw>
<status status="FAIL" endtime="20181020 14:51:46.953" starttime="20181020 14:41:46.785"></status>
</kw>
<status status="FAIL" endtime="20181020 14:51:46.953" starttime="20181020 14:41:46.785"></status>
</kw>
<status status="FAIL" endtime="20181020 14:51:46.953" starttime="20181020 14:41:46.783"></status>
</kw>
<status status="FAIL" endtime="20181020 14:51:46.953" starttime="20181020 14:38:21.792"></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="20181020 14:51:46.954" critical="yes" starttime="20181020 14:51:46.953">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s1-t2" name="Ping Vm Instance2 In net_1">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181020 14:51:46.955" critical="yes" starttime="20181020 14:51:46.954">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s1-t3" name="Ping Vm Instance3 In net_1">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181020 14:51:46.956" critical="yes" starttime="20181020 14:51:46.956">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s1-t4" name="Ping Vm Instance1 In net_2">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181020 14:51:46.957" critical="yes" starttime="20181020 14:51:46.957">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s1-t5" name="Ping Vm Instance2 In net_2">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181020 14:51:46.958" critical="yes" starttime="20181020 14:51:46.958">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s1-t6" name="Ping Vm Instance3 In net_2">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181020 14:51:46.959" critical="yes" starttime="20181020 14:51:46.958">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 14:51:46.959" critical="yes" starttime="20181020 14:51:46.959">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s1-t8" name="Connectivity Tests From Vm Instance2 In net_1">
<doc>Login to the vm instance and test operations</doc>
<status status="FAIL" endtime="20181020 14:51:46.960" critical="yes" starttime="20181020 14:51:46.960">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s1-t9" name="Connectivity Tests From Vm Instance3 In net_1">
<doc>Login to the vm instance and test operations</doc>
<status status="FAIL" endtime="20181020 14:51:46.961" critical="yes" starttime="20181020 14:51:46.960">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s1-t10" name="Connectivity Tests From Vm Instance1 In net_2">
<doc>Login to the vm instance and test operations</doc>
<status status="FAIL" endtime="20181020 14:51:46.962" critical="yes" starttime="20181020 14:51:46.961">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 14:51:46.962" critical="yes" starttime="20181020 14:51:46.962">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 14:51:46.963" critical="yes" starttime="20181020 14:51:46.963">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s1-t13" name="Delete A Vm Instance">
<doc>Delete Vm instances using instance names. Also remove the VM from the
list so that later cleanup will not try to delete it.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 14:51:46.964" critical="yes" starttime="20181020 14:51:46.963">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s1-t14" name="No Ping For Deleted Vm">
<doc>Check non reachability of deleted vm instances by pinging to them.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 14:51:46.965" critical="yes" starttime="20181020 14:51:46.964">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<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="20181020 14:51:46.969" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.18 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF</msg>
<status status="PASS" endtime="20181020 14:51:46.970" starttime="20181020 14:51:46.969"></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="20181020 14:51:46.972" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.18 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF 2&gt;&amp;1'.</msg>
<msg timestamp="20181020 14:51:47.452" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181020 14:51:47.452" starttime="20181020 14:51:46.970"></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="20181020 14:51:47.453" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

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

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

---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1135
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 725
ReadWriteTransactionCount   = 71
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 2
ReadWriteTransactionCount   = 4
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 5317
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 556
ReadWriteTransactionCount   = 2498
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 2
ReadWriteTransactionCount   = 4
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 140
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   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 2.189719
distributed-data-store.config.commit.rate_Max      = 260.90793
distributed-data-store.config.commit.rate_Mean     = 9.95898085634
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 547
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 1.022695
distributed-data-store.operational.commit.rate_Max      = 26.998514
distributed-data-store.operational.commit.rate_Mean     = 3.09848122011
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 2620
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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.14:2550,akka.tcp://opendaylight-cluster-data@192.0.2.18:2550,akka.tcp://opendaylight-cluster-data@192.0.2.6:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.14:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181020 14:51:47.453" starttime="20181020 14:51:47.452"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:47.453" starttime="20181020 14:51:46.969"></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="20181020 14:51:47.454" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.6 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF</msg>
<status status="PASS" endtime="20181020 14:51:47.454" starttime="20181020 14:51:47.453"></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="20181020 14:51:47.456" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.6 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF 2&gt;&amp;1'.</msg>
<msg timestamp="20181020 14:51:47.948" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181020 14:51:47.948" starttime="20181020 14:51:47.454"></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="20181020 14:51:47.949" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

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

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

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
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-2-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   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 3.638394
distributed-data-store.config.commit.rate_Max      = 278.82304
distributed-data-store.config.commit.rate_Mean     = 18.4121398783
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 529
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 2.423402
distributed-data-store.operational.commit.rate_Max      = 249.484428
distributed-data-store.operational.commit.rate_Mean     = 5.17699462902
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 1293
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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.14:2550,akka.tcp://opendaylight-cluster-data@192.0.2.18:2550,akka.tcp://opendaylight-cluster-data@192.0.2.6:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.14:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181020 14:51:47.949" starttime="20181020 14:51:47.948"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:47.949" starttime="20181020 14:51:47.453"></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="20181020 14:51:47.950" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.14 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF</msg>
<status status="PASS" endtime="20181020 14:51:47.950" starttime="20181020 14:51:47.949"></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="20181020 14:51:47.953" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.14 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF 2&gt;&amp;1'.</msg>
<msg timestamp="20181020 14:51:48.426" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181020 14:51:48.427" starttime="20181020 14:51:47.951"></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="20181020 14:51:48.428" 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-2-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-2-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                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
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   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 4.299823
distributed-data-store.config.commit.rate_Max      = 875.759548
distributed-data-store.config.commit.rate_Mean     = 8.08288404339
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 59
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 2.48088
distributed-data-store.operational.commit.rate_Max      = 77.018075
distributed-data-store.operational.commit.rate_Mean     = 5.35205508631
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 1408
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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.14:2550,akka.tcp://opendaylight-cluster-data@192.0.2.18:2550,akka.tcp://opendaylight-cluster-data@192.0.2.6:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.14:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181020 14:51:48.428" starttime="20181020 14:51:48.427"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:48.428" starttime="20181020 14:51:47.949"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:48.428" starttime="20181020 14:51:46.968"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:48.428" starttime="20181020 14:51:46.968"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>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="20181020 14:51:48.431" level="INFO">${tmpdir} = CSIT_L2</msg>
<status status="PASS" endtime="20181020 14:51:48.431" starttime="20181020 14:51:48.430"></status>
</kw>
<msg timestamp="20181020 14:51:48.431" level="INFO">${dstdir} = /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181020 14:51:48.431" starttime="20181020 14:51:48.430"></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="20181020 14:51:48.432" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.11 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF --path /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181020 14:51:48.432" starttime="20181020 14:51:48.431"></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="20181020 14:51:48.434" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.11 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF --path /tmp/CSIT_L2 2&gt;&amp;1'.</msg>
<msg timestamp="20181020 14:51:48.790" level="INFO">${rc} = 0</msg>
<msg timestamp="20181020 14:51:48.790" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181020 14:51:48.790" starttime="20181020 14:51:48.432"></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="20181020 14:51:48.791" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1,member-2,member-0)
arpmonitoring                                           member-1 (member-1,member-2,member-0)
bgp                                                     member-1 (member-1,member-2,member-0)
elan                                                    member-1 (member-1,member-2,member-0)
interface_config                                        member-1 (member-1,member-2,member-0)
interface_service_binding                               member-1 (member-1,member-2,member-0)
itm_config                                              member-1 (member-1,member-2,member-0)
netvirt-acl                                             member-1 (member-1,member-2,member-0)
netvirt-ipv6service-owner-entity                        member-1 (member-1,member-2,member-0)
netvirt-qos-owner-entity                                member-1 (member-1,member-2,member-0)
openflow:overcloud-controller-0.opnfvlf.org/48796303178259 member-0 (member-0,member-1,member-2)
openflow:overcloud-novacompute-0.opnfvlf.org/149698414707504 member-2 (member-2,member-1,member-0)
openflow:overcloud-controller-2.opnfvlf.org/260163147459722 member-2 (member-2,member-0,member-1)
openflow:overcloud-novacompute-1.opnfvlf.org/268318365241219 member-2 (member-2,member-1,member-0)
openflow:overcloud-controller-1.opnfvlf.org/228722813034790 member-1 (member-1,member-2,member-0)
ovsdb:overcloud-controller-2.opnfvlf.org/192.0.2.18     member-1 (member-1,member-0,member-2)
ovsdb:overcloud-novacompute-1.opnfvlf.org/192.0.2.25    member-0 (member-0,member-2,member-1)
ovsdb:overcloud-novacompute-0.opnfvlf.org/192.0.2.5     member-0 (member-0,member-2,member-1)
ovsdb:overcloud-controller-1.opnfvlf.org/192.0.2.6      member-1 (member-1,member-0,member-2)
ovsdb:overcloud-controller-0.opnfvlf.org/192.0.2.14     member-0 (member-0,member-2,member-1)
ovsdb-hwvtepsouthbound-provider                         member-2 (member-2,member-0,member-1)
ovsdb-southbound-provider                               member-1 (member-1,member-0,member-2)</msg>
<status status="PASS" endtime="20181020 14:51:48.791" starttime="20181020 14:51:48.791"></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="20181020 14:51:48.792" starttime="20181020 14:51:48.792"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:48.792" starttime="20181020 14:51:48.429"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:48.793" starttime="20181020 14:51:48.428"></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="20181020 14:51:48.796" level="INFO">${tmpdir} = CSIT_L2</msg>
<status status="PASS" endtime="20181020 14:51:48.796" starttime="20181020 14:51:48.795"></status>
</kw>
<msg timestamp="20181020 14:51:48.796" level="INFO">${dstdir} = /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181020 14:51:48.796" starttime="20181020 14:51:48.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>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="20181020 14:51:48.797" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.11 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF --path /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181020 14:51:48.797" starttime="20181020 14:51:48.796"></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="20181020 14:51:48.799" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.11 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF --path /tmp/CSIT_L2 2&gt;&amp;1'.</msg>
<msg timestamp="20181020 14:51:49.215" level="INFO">${rc} = 0</msg>
<msg timestamp="20181020 14:51:49.215" level="INFO">${output} = Analysing transport-zone:default-transport-zone
..Interface tun617d26e46a5 is down
..InterfaceState missing for tunnel tund356ff49ce4</msg>
<status status="PASS" endtime="20181020 14:51:49.215" starttime="20181020 14:51:48.797"></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="20181020 14:51:49.217" level="INFO">rc: 0, output: Analysing transport-zone:default-transport-zone
..Interface tun617d26e46a5 is down
..InterfaceState missing for tunnel tund356ff49ce4</msg>
<status status="PASS" endtime="20181020 14:51:49.217" starttime="20181020 14:51:49.216"></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="20181020 14:51:49.217" starttime="20181020 14:51:49.217"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.218" starttime="20181020 14:51:48.793"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.218" starttime="20181020 14:51:48.793"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.218" starttime="20181020 14:51:46.968"></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="20181020 14:51:49.221" starttime="20181020 14:51:49.220"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.222" starttime="20181020 14:51:49.222"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.223" starttime="20181020 14:51:49.223"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.230" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181020 14:51:49.230" starttime="20181020 14:51:49.223"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.248" 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:91:95:06:d4:a6 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 66:2d:36:06:bf:a9 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:91:95:06:d4:a6 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:47:2d:39:3c 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 ec:9d:f3:fc:ec:8a 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 96:c4:c4:47:c0:da brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.248" 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="20181020 14:51:49.249" starttime="20181020 14:51:49.230"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.249" starttime="20181020 14:51:49.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>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.251" starttime="20181020 14:51:49.250"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.251" starttime="20181020 14:51:49.251"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.253" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181020 14:51:49.254" starttime="20181020 14:51:49.251"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.265" 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::291:95ff:fe06:d4a6/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.18/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::291:95ff:fe06:d4a6/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:47ff:fe2d:393c/64 scope link \       valid_lft forever preferred_lft forever
19: vxlan_sys_4789    inet6 fe80::94c4:c4ff:fe47:c0da/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.266" 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::291:95...</msg>
<status status="PASS" endtime="20181020 14:51:49.266" starttime="20181020 14:51:49.254"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.266" starttime="20181020 14:51:49.249"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.268" starttime="20181020 14:51:49.267"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.268" starttime="20181020 14:51:49.268"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.270" level="INFO">ip route</msg>
<status status="PASS" endtime="20181020 14:51:49.271" starttime="20181020 14:51:49.269"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.276" level="INFO">default via 192.0.2.1 dev br-ex 
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.18 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.276" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
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....</msg>
<status status="PASS" endtime="20181020 14:51:49.276" starttime="20181020 14:51:49.271"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.277" starttime="20181020 14:51:49.266"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.279" starttime="20181020 14:51:49.278"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.280" starttime="20181020 14:51:49.279"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.287" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181020 14:51:49.287" starttime="20181020 14:51:49.280"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.295" level="INFO">? (192.0.2.99) at e2:03:05:34:e7:49 [ether] on br-ex
? (192.0.2.14) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.5) at 00:a5:34:20:ef:5e [ether] on br-ex
? (192.0.2.10) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.1) at 00:78:60:43:2d:f0 [ether] on br-ex
? (192.0.2.6) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.25) at 00:99:b8:8b:90:89 [ether] on br-ex
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.295" level="INFO">${output} = ? (192.0.2.99) at e2:03:05:34:e7:49 [ether] on br-ex
? (192.0.2.14) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.5) at 00:a5:34:20:ef:5e [et...</msg>
<status status="PASS" endtime="20181020 14:51:49.295" starttime="20181020 14:51:49.287"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.296" starttime="20181020 14:51:49.277"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.297" starttime="20181020 14:51:49.297"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.298" starttime="20181020 14:51:49.298"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.300" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181020 14:51:49.301" starttime="20181020 14:51:49.298"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.305" level="INFO">qdhcp-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b
qdhcp-21f82e14-24b5-4466-a775-f49e7293b4c2
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.306" level="INFO">${output} = qdhcp-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b
qdhcp-21f82e14-24b5-4466-a775-f49e7293b4c2
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:51:49.306" starttime="20181020 14:51:49.301"></status>
</kw>
<msg timestamp="20181020 14:51:49.306" level="INFO">${nslist} = qdhcp-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b
qdhcp-21f82e14-24b5-4466-a775-f49e7293b4c2
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:51:49.306" starttime="20181020 14:51:49.296"></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="20181020 14:51:49.307" level="INFO">2 lines returned</msg>
<msg timestamp="20181020 14:51:49.307" level="INFO">@{lines} = [ qdhcp-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b | qdhcp-21f82e14-24b5-4466-a775-f49e7293b4c2 ]</msg>
<status status="PASS" endtime="20181020 14:51:49.307" starttime="20181020 14:51:49.307"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.309" starttime="20181020 14:51:49.309"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.310" starttime="20181020 14:51:49.309"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.313" level="INFO">sudo ip netns exec qdhcp-cff7c95d-5dc9-4a 99-9f9b-01e98dc57e6b ip -o link</msg>
<status status="PASS" endtime="20181020 14:51:49.313" starttime="20181020 14:51:49.310"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.344" 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: tapc92bf838-14: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:98:55:1e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.344" 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: tapc92bf838-14: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181020 14:51:49.344" starttime="20181020 14:51:49.314"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.345" starttime="20181020 14:51:49.308"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.347" starttime="20181020 14:51:49.346"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.348" starttime="20181020 14:51:49.347"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.351" level="INFO">sudo ip netns exec qdhcp-cff7c95d-5dc9-4a 99-9f9b-01e98dc57e6b ip -o addr</msg>
<status status="PASS" endtime="20181020 14:51:49.351" starttime="20181020 14:51:49.348"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.375" 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: tapc92bf838-14    inet 169.254.169.254/16 brd 169.254.255.255 scope global tapc92bf838-14\       valid_lft forever preferred_lft forever
21: tapc92bf838-14    inet 22.0.0.2/24 brd 22.0.0.255 scope global tapc92bf838-14\       valid_lft forever preferred_lft forever
21: tapc92bf838-14    inet6 fe80::f816:3eff:fe98:551e/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.375" 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: tapc92bf838-14    inet 16...</msg>
<status status="PASS" endtime="20181020 14:51:49.375" starttime="20181020 14:51:49.352"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.376" starttime="20181020 14:51:49.345"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.377" starttime="20181020 14:51:49.377"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.377" starttime="20181020 14:51:49.377"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.381" level="INFO">sudo ip netns exec qdhcp-cff7c95d-5dc9-4a 99-9f9b-01e98dc57e6b ip route</msg>
<status status="PASS" endtime="20181020 14:51:49.381" starttime="20181020 14:51:49.377"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.404" level="INFO">default via 22.0.0.1 dev tapc92bf838-14 
22.0.0.0/24 dev tapc92bf838-14 proto kernel scope link src 22.0.0.2 
169.254.0.0/16 dev tapc92bf838-14 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.404" level="INFO">${output} = default via 22.0.0.1 dev tapc92bf838-14 
22.0.0.0/24 dev tapc92bf838-14 proto kernel scope link src 22.0.0.2 
169.254.0.0/16 dev tapc92bf838-14 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181020 14:51:49.404" starttime="20181020 14:51:49.381"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.404" starttime="20181020 14:51:49.376"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.405" starttime="20181020 14:51:49.308"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-21f82e14-24b5-4466-a775-f49e7293b4c2">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.406" starttime="20181020 14:51:49.406"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.408" starttime="20181020 14:51:49.407"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.417" level="INFO">sudo ip netns exec qdhcp-21f82e14-24b5-44 66-a775-f49e7293b4c2 ip -o link</msg>
<status status="PASS" endtime="20181020 14:51:49.417" starttime="20181020 14:51:49.408"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.435" 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: tap2cbb8d1a-60: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:36:da:5d brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.435" 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: tap2cbb8d1a-60: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181020 14:51:49.435" starttime="20181020 14:51:49.417"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.435" starttime="20181020 14:51:49.405"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.437" starttime="20181020 14:51:49.437"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.438" starttime="20181020 14:51:49.438"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.442" level="INFO">sudo ip netns exec qdhcp-21f82e14-24b5-44 66-a775-f49e7293b4c2 ip -o addr</msg>
<status status="PASS" endtime="20181020 14:51:49.443" starttime="20181020 14:51:49.438"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.463" 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: tap2cbb8d1a-60    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap2cbb8d1a-60\       valid_lft forever preferred_lft forever
20: tap2cbb8d1a-60    inet 21.0.0.2/24 brd 21.0.0.255 scope global tap2cbb8d1a-60\       valid_lft forever preferred_lft forever
20: tap2cbb8d1a-60    inet6 fe80::f816:3eff:fe36:da5d/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.464" 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: tap2cbb8d1a-60    inet 16...</msg>
<status status="PASS" endtime="20181020 14:51:49.464" starttime="20181020 14:51:49.443"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.464" starttime="20181020 14:51:49.436"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.466" starttime="20181020 14:51:49.466"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.467" starttime="20181020 14:51:49.467"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.470" level="INFO">sudo ip netns exec qdhcp-21f82e14-24b5-44 66-a775-f49e7293b4c2 ip route</msg>
<status status="PASS" endtime="20181020 14:51:49.470" starttime="20181020 14:51:49.467"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.491" level="INFO">default via 21.0.0.1 dev tap2cbb8d1a-60 
21.0.0.0/24 dev tap2cbb8d1a-60 proto kernel scope link src 21.0.0.2 
169.254.0.0/16 dev tap2cbb8d1a-60 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.491" level="INFO">${output} = default via 21.0.0.1 dev tap2cbb8d1a-60 
21.0.0.0/24 dev tap2cbb8d1a-60 proto kernel scope link src 21.0.0.2 
169.254.0.0/16 dev tap2cbb8d1a-60 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181020 14:51:49.491" starttime="20181020 14:51:49.470"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.492" starttime="20181020 14:51:49.465"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.492" starttime="20181020 14:51:49.405"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.492" starttime="20181020 14:51:49.307"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.493" starttime="20181020 14:51:49.493"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.493" starttime="20181020 14:51:49.493"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.495" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181020 14:51:49.495" starttime="20181020 14:51:49.493"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.534" level="INFO">f7d2b89c-71a6-4831-8e79-3394722493d6
    Manager "tcp:192.0.2.18:6640"
        is_connected: true
    Manager "tcp:192.0.2.6:6640"
        is_connected: true
    Manager "tcp:192.0.2.14:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Bridge br-int
        Controller "tcp:192.0.2.6:6653"
            is_connected: true
        Controller "tcp:192.0.2.14:6653"
            is_connected: true
        Controller "tcp:192.0.2.18:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tapc92bf838-14"
            tag: 4095
            Interface "tapc92bf838-14"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
        Port "tunfda004d5e48"
            Interface "tunfda004d5e48"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.18", remote_ip="192.0.2.14"}
        Port "tun3429b91664d"
            Interface "tun3429b91664d"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.18", remote_ip="192.0.2.25"}
        Port "tap2cbb8d1a-60"
            tag: 4095
            Interface "tap2cbb8d1a-60"
                type: internal
        Port "tun91356c17db2"
            Interface "tun91356c17db2"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.18", remote_ip="192.0.2.6"}
    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.0"
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.534" level="INFO">${output} = f7d2b89c-71a6-4831-8e79-3394722493d6
    Manager "tcp:192.0.2.18:6640"
        is_connected: true
    Manager "tcp:192.0.2.6:6640"
        is_connected: true
    Manager "tcp:192.0.2.14:6640"
  ...</msg>
<status status="PASS" endtime="20181020 14:51:49.534" starttime="20181020 14:51:49.496"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.534" starttime="20181020 14:51:49.492"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.536" starttime="20181020 14:51:49.535"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.536" starttime="20181020 14:51:49.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="20181020 14:51:49.540" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181020 14:51:49.540" starttime="20181020 14:51:49.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="20181020 14:51:49.568" level="INFO">_uuid               : f7d2b89c-71a6-4831-8e79-3394722493d6
bridges             : [88791295-89a9-40de-95e1-823bd6b79f95, ac3669a0-b867-4bf6-a33f-f7428f70e671]
cur_cfg             : 11
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="99cdc858-b665-48ae-9175-e27cea9f7e0a"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [0893c5fc-c64e-418b-9b1b-d9a69d545b9d, 1785c94b-c012-4bbc-bc51-10fc5b61a685, 2f1aa280-dc8a-4648-8b12-fb4a1229645d, c1204bb5-b1b0-42dd-96c9-2c7223423fac]
next_cfg            : 11
other_config        : {local_ip="192.0.2.18", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.569" level="INFO">${output} = _uuid               : f7d2b89c-71a6-4831-8e79-3394722493d6
bridges             : [88791295-89a9-40de-95e1-823bd6b79f95, ac3669a0-b867-4bf6-a33f-f7428f70e671]
cur_cfg             : 11
datapath_types...</msg>
<status status="PASS" endtime="20181020 14:51:49.569" starttime="20181020 14:51:49.540"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.569" starttime="20181020 14:51:49.535"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.571" starttime="20181020 14:51:49.571"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.572" starttime="20181020 14:51:49.571"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.575" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181020 14:51:49.575" starttime="20181020 14:51:49.572"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.605" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000ec9df3fcec8a
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:26:c1:fe:32:0a:dd
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tun3429b91664d): addr:3e:e2:4d:d8:5b:17
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tun91356c17db2): addr:aa:11:98:7f:9f:e0
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 4(tunfda004d5e48): addr:5a:b3:14:3d:45:7a
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tap2cbb8d1a-60): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 6(tapc92bf838-14): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:ec:9d:f3:fc:ec:8a
     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="20181020 14:51:49.606" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000ec9df3fcec8a
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="20181020 14:51:49.606" starttime="20181020 14:51:49.576"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.607" starttime="20181020 14:51:49.569"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.611" starttime="20181020 14:51:49.610"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.612" starttime="20181020 14:51:49.612"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.615" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181020 14:51:49.616" starttime="20181020 14:51:49.612"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.969" level="INFO">cookie=0x8000000, duration=711.226s, table=0, n_packets=18, n_bytes=1810, priority=4,in_port="tap2cbb8d1a-60",vlan_tci=0x0000/0x1fff actions=write_metadata:0x190000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=710.896s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=710.494s, table=0, n_packets=35, n_bytes=3088, priority=10,in_port="br-ex-patch",dl_vlan=1121 actions=pop_vlan,write_metadata:0x199a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=702.601s, table=0, n_packets=4, n_bytes=348, priority=4,in_port="tapc92bf838-14",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1f0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000001, duration=1029.693s, table=0, n_packets=1175, n_bytes=77550, priority=5,in_port=tun3429b91664d actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1029.056s, table=0, n_packets=1177, n_bytes=77730, priority=5,in_port=tun91356c17db2 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1026.297s, table=0, n_packets=1169, n_bytes=77202, priority=5,in_port=tunfda004d5e48 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8040000, duration=710.056s, table=17, n_packets=16, n_bytes=1642, priority=10,metadata=0x190000000000/0xffffff0000000000 actions=load:0x19-&gt;NXM_NX_REG1[0..19],load:0x157f-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00019157f000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=709.536s, table=17, n_packets=35, n_bytes=3088, priority=10,metadata=0x199a0000000000/0xffffff0000000000 actions=load:0x199a-&gt;NXM_NX_REG1[0..19],load:0x157f-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0199a157f000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=701.569s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x1f0000000000/0xffffff0000000000 actions=load:0x1f-&gt;NXM_NX_REG1[0..19],load:0x1580-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0001f1580000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1031.041s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1030.633s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1030.633s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1030.633s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1030.633s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=909.395s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=909.395s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1030.633s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1030.633s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1030.099s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001580, duration=701.595s, table=36, n_packets=4, n_bytes=360, priority=5,tun_id=0x50 actions=write_metadata:0x1580000000/0xfffffffff000000,goto_table:51
 cookie=0x9051580, duration=702.569s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x50 actions=write_metadata:0x1580000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=1029.149s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1029.118s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1030.121s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1031.041s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1030.121s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805157f, duration=710.118s, table=50, n_packets=16, n_bytes=1642, priority=20,metadata=0x19157f000000/0xfffffffff000000,dl_src=fa:16:3e:36:da:5d actions=goto_table:51
 cookie=0x8051580, duration=701.589s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x1f1580000000/0xfffffffff000000,dl_src=fa:16:3e:98:55:1e actions=goto_table:51
 cookie=0x8050001, duration=1030.121s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1030.121s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803157f, duration=710.118s, table=51, n_packets=12, n_bytes=1090, priority=20,metadata=0x157f000000/0xffff000000,dl_dst=fa:16:3e:36:da:5d actions=load:0x1900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031580, duration=701.588s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1580000000/0xffff000000,dl_dst=fa:16:3e:98:55:1e actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031580, duration=700.512s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1580000000/0xffff000000,dl_dst=fa:16:3e:f8:1b:e7 actions=set_field:0x50-&gt;tun_id,load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031580, duration=697.981s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1580000000/0xffff000000,dl_dst=fa:16:3e:03:97:b1 actions=set_field:0x50-&gt;tun_id,load:0x800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031580, duration=604.682s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1580000000/0xffff000000,dl_dst=fa:16:3e:d5:02:71 actions=drop
 cookie=0x8031580, duration=595.227s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1580000000/0xffff000000,dl_dst=fa:16:3e:ab:fc:df actions=drop
 cookie=0x8030000, duration=1030.099s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1030.121s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=710.122s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=710.118s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x8701580, duration=701.595s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1580000000/0xffff000001 actions=write_actions(group:211008)
 cookie=0x8701580, duration=701.591s, table=52, n_packets=4, n_bytes=360, priority=5,metadata=0x1580000001/0xffff000001 actions=write_actions(group:211007)
 cookie=0x8800019, duration=710.092s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x19,metadata=0x190000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=709.608s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880001f, duration=701.577s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x1f,metadata=0x1f0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800019, duration=710.114s, table=55, n_packets=23, n_bytes=1998, priority=9,tun_id=0x19 actions=load:0x1900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880199a, duration=709.608s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880001f, duration=701.583s, table=55, n_packets=4, n_bytes=360, priority=9,tun_id=0x1f actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1031.041s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1030.633s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1030.099s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1031.041s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1029.815s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1029.815s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1029.815s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1029.815s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1029.815s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1029.815s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1029.815s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1029.815s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1029.815s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1029.815s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1029.815s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1029.815s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1029.815s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1029.815s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1029.947s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1029.815s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1029.815s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1029.815s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1029.815s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1029.815s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1029.815s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1029.815s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1029.815s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1029.815s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=710.582s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=710.130s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x199a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1028.455s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:tun91356c17db2
 cookie=0x8000007, duration=1028.052s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:tun3429b91664d
 cookie=0x8000007, duration=1025.735s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:tunfda004d5e48
 cookie=0x8000007, duration=710.987s, table=220, n_packets=35, n_bytes=3088, priority=9,reg6=0x1900 actions=output:"tap2cbb8d1a-60"
 cookie=0x8000007, duration=710.582s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=710.130s, table=220, n_packets=16, n_bytes=1642, priority=9,reg6=0x199a00 actions=push_vlan:0x8100,set_field:5217-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x8000007, duration=702.475s, table=220, n_packets=4, n_bytes=360, priority=9,reg6=0x1f00 actions=output:"tapc92bf838-14"
 cookie=0x6900000, duration=1029.771s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1029.771s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1029.771s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1029.725s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1029.802s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1029.779s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1029.802s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1029.780s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1029.779s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1029.779s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1029.779s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1029.779s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1029.802s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1029.815s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1029.815s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1029.815s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1029.815s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1029.815s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1029.815s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1029.815s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1029.815s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1029.815s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1029.815s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.969" level="INFO">${output} =  cookie=0x8000000, duration=711.226s, table=0, n_packets=18, n_bytes=1810, priority=4,in_port="tap2cbb8d1a-60",vlan_tci=0x0000/0x1fff actions=write_metadata:0x190000000000/0xffffff0000000001,goto_tabl...</msg>
<status status="PASS" endtime="20181020 14:51:49.969" starttime="20181020 14:51:49.616"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.970" starttime="20181020 14:51:49.608"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.971" starttime="20181020 14:51:49.971"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.971" starttime="20181020 14:51:49.971"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:49.974" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181020 14:51:49.974" starttime="20181020 14:51:49.972"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:49.994" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=211005,type=all,bucket=actions=set_field:0x19-&gt;tun_id,resubmit(,55)
 group_id=211006,type=all,bucket=actions=group:211005,bucket=actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211007,type=all,bucket=actions=set_field:0x1f-&gt;tun_id,resubmit(,55)
 group_id=211008,type=all,bucket=actions=group:211007,bucket=actions=set_field:0x50-&gt;tun_id,load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x50-&gt;tun_id,load:0x800-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=227501,type=all,bucket=actions=drop
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:49.995" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=211005,type=all,bucket=actions=s...</msg>
<status status="PASS" endtime="20181020 14:51:49.995" starttime="20181020 14:51:49.975"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:49.995" starttime="20181020 14:51:49.970"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:49.997" starttime="20181020 14:51:49.996"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:49.997" starttime="20181020 14:51:49.997"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.000" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181020 14:51:50.001" starttime="20181020 14:51:49.998"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.023" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=1030.096s,ref_count=1,packet_count=19,byte_count=846,bucket0:packet_count=19,byte_count=846,bucket1:packet_count=19,byte_count=846,bucket2:packet_count=19,byte_count=846
 group_id=211005,duration=711.318s,ref_count=1,packet_count=25,byte_count=2178,bucket0:packet_count=25,byte_count=2178
 group_id=211006,duration=710.945s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180,bucket1:packet_count=2,byte_count=180
 group_id=211007,duration=702.947s,ref_count=1,packet_count=6,byte_count=540,bucket0:packet_count=6,byte_count=540
 group_id=211008,duration=702.618s,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
 group_id=227501,duration=660.899s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:51:50.024" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=1030.096s,ref_count=1,packet_count=19,byte_count=846,bucket0:packet_count=19,byte_count=846,bucket1:packet_count=19,byte_count=846,bucket2...</msg>
<status status="PASS" endtime="20181020 14:51:50.024" starttime="20181020 14:51:50.001"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.024" starttime="20181020 14:51:49.995"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.024" starttime="20181020 14:51:49.220"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.024" starttime="20181020 14:51:49.219"></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="20181020 14:51:50.026" starttime="20181020 14:51:50.026"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.028" starttime="20181020 14:51:50.027"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.028" starttime="20181020 14:51:50.028"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.033" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181020 14:51:50.033" starttime="20181020 14:51:50.028"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.046" 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:99:b8:8b:90:89 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 be:97:31:16:fa:d7 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:99:b8:8b:90:89 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:0f:0b:1d:93 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 f4:08:bc:d8:cf:83 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 96:e7:46:d7:c8:a7 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:51:50.046" 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="20181020 14:51:50.046" starttime="20181020 14:51:50.033"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.047" starttime="20181020 14:51:50.026"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.048" starttime="20181020 14:51:50.047"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.048" starttime="20181020 14:51:50.048"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.050" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181020 14:51:50.050" starttime="20181020 14:51:50.048"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.057" 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::299:b8ff:fe8b:9089/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.25/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::299:b8ff:fe8b:9089/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:fff:fe0b:1d93/64 scope link \       valid_lft forever preferred_lft forever
9: vxlan_sys_4789    inet6 fe80::94e7:46ff:fed7:c8a7/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:51:50.058" 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::299:b8...</msg>
<status status="PASS" endtime="20181020 14:51:50.058" starttime="20181020 14:51:50.050"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.058" starttime="20181020 14:51:50.047"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.059" starttime="20181020 14:51:50.059"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.060" starttime="20181020 14:51:50.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="20181020 14:51:50.063" level="INFO">ip route</msg>
<status status="PASS" endtime="20181020 14:51:50.063" starttime="20181020 14:51:50.060"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.067" level="INFO">default via 192.0.2.1 dev br-ex 
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.25 
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:51:50.067" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
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....</msg>
<status status="PASS" endtime="20181020 14:51:50.067" starttime="20181020 14:51:50.063"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.067" starttime="20181020 14:51:50.058"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.069" starttime="20181020 14:51:50.068"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.069" starttime="20181020 14:51:50.069"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.072" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181020 14:51:50.072" starttime="20181020 14:51:50.069"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.103" level="INFO">? (192.0.2.18) at 00:91:95:06:d4:a6 [ether] on br-ex
? (192.0.2.5) at 00:a5:34:20:ef:5e [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.1) at 00:78:60:43:2d:f0 [ether] on br-ex
? (192.0.2.14) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.10) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.6) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.99) at e2:03:05:34:e7:49 [ether] on br-ex
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:51:50.103" level="INFO">${output} = ? (192.0.2.18) at 00:91:95:06:d4:a6 [ether] on br-ex
? (192.0.2.5) at 00:a5:34:20:ef:5e [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.1) at 00:78:60:43:2d:f0 [eth...</msg>
<status status="PASS" endtime="20181020 14:51:50.104" starttime="20181020 14:51:50.073"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.104" starttime="20181020 14:51:50.067"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.106" starttime="20181020 14:51:50.105"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.107" starttime="20181020 14:51:50.106"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.109" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181020 14:51:50.110" starttime="20181020 14:51:50.107"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.113" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:51:50.114" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:51:50.114" starttime="20181020 14:51:50.110"></status>
</kw>
<msg timestamp="20181020 14:51:50.114" level="INFO">${nslist} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:51:50.114" starttime="20181020 14:51:50.104"></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="20181020 14:51:50.115" level="INFO">0 lines returned</msg>
<msg timestamp="20181020 14:51:50.115" level="INFO">@{lines} = [ ]</msg>
<status status="PASS" endtime="20181020 14:51:50.115" starttime="20181020 14:51:50.115"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<status status="PASS" endtime="20181020 14:51:50.116" starttime="20181020 14:51:50.116"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.118" starttime="20181020 14:51:50.117"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.118" starttime="20181020 14:51:50.118"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.121" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181020 14:51:50.121" starttime="20181020 14:51:50.118"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.165" level="INFO">d2bd3eee-008f-41f1-a63f-2506ee81c223
    Manager "tcp:192.0.2.14:6640"
        is_connected: true
    Manager "tcp:192.0.2.6:6640"
        is_connected: true
    Manager "tcp:192.0.2.18:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
    Bridge br-int
        Controller "tcp:192.0.2.14:6653"
            is_connected: true
        Controller "tcp:192.0.2.6:6653"
            is_connected: true
        Controller "tcp:192.0.2.18:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tun7dd6c062707"
            Interface "tun7dd6c062707"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.25", remote_ip="192.0.2.18"}
        Port "tunb223582a781"
            Interface "tunb223582a781"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.25", remote_ip="192.0.2.5"}
        Port "tunfb23e7715ee"
            Interface "tunfb23e7715ee"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.25", remote_ip="192.0.2.14"}
        Port "tun23278d86c3d"
            Interface "tun23278d86c3d"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.25", remote_ip="192.0.2.6"}
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    Bridge br-ex
        fail_mode: standalone
        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}
        Port "eth0"
            Interface "eth0"
    ovs_version: "2.9.0"
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:51:50.165" level="INFO">${output} = d2bd3eee-008f-41f1-a63f-2506ee81c223
    Manager "tcp:192.0.2.14:6640"
        is_connected: true
    Manager "tcp:192.0.2.6:6640"
        is_connected: true
    Manager "tcp:192.0.2.18:6640"
  ...</msg>
<status status="PASS" endtime="20181020 14:51:50.165" starttime="20181020 14:51:50.121"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.165" starttime="20181020 14:51:50.116"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.167" starttime="20181020 14:51:50.166"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.167" starttime="20181020 14:51:50.167"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.169" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181020 14:51:50.169" starttime="20181020 14:51:50.167"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.194" level="INFO">_uuid               : d2bd3eee-008f-41f1-a63f-2506ee81c223
bridges             : [aefacced-2f76-4a16-9abc-7d7b17aa00c9, eca35213-030a-4165-ac80-42e7122f262d]
cur_cfg             : 9
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="cfafae25-f90d-4a73-bec4-1a41b8e4589a"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [8e81857d-ec32-4459-b47d-7f953011ce40, 932a2b6d-2680-49c4-accd-a3e0a9b98195, c150ff27-86a3-439e-92f7-90d6d4bfd185, dd183342-b014-4fa4-b2bb-21bddd19f0d7]
next_cfg            : 9
other_config        : {local_ip="192.0.2.25", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:51:50.194" level="INFO">${output} = _uuid               : d2bd3eee-008f-41f1-a63f-2506ee81c223
bridges             : [aefacced-2f76-4a16-9abc-7d7b17aa00c9, eca35213-030a-4165-ac80-42e7122f262d]
cur_cfg             : 9
datapath_types ...</msg>
<status status="PASS" endtime="20181020 14:51:50.194" starttime="20181020 14:51:50.170"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.194" starttime="20181020 14:51:50.166"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.196" starttime="20181020 14:51:50.195"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.196" starttime="20181020 14:51:50.196"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.199" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181020 14:51:50.199" starttime="20181020 14:51:50.196"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.220" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000f408bcd8cf83
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:5a:40:21:a4:cc:ef
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tunb223582a781): addr:4a:11:b0:79:04:bc
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tun7dd6c062707): addr:ba:b4:5b:a4:1e:66
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 4(tun23278d86c3d): addr:fe:f6:df:69:dd:b2
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tunfb23e7715ee): addr:d2:67:95:b7:c5:66
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:f4:08:bc:d8:cf:83
     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="20181020 14:51:50.220" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000f408bcd8cf83
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="20181020 14:51:50.221" starttime="20181020 14:51:50.199"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.221" starttime="20181020 14:51:50.195"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.223" starttime="20181020 14:51:50.222"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.223" starttime="20181020 14:51:50.223"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.226" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181020 14:51:50.226" starttime="20181020 14:51:50.223"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.392" level="INFO">cookie=0x8000001, duration=1031.335s, table=0, n_packets=1177, n_bytes=77682, priority=5,in_port=tunb223582a781 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1031.257s, table=0, n_packets=1178, n_bytes=77748, priority=5,in_port=tun23278d86c3d actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1031.257s, table=0, n_packets=1176, n_bytes=77616, priority=5,in_port=tun7dd6c062707 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1027.620s, table=0, n_packets=1175, n_bytes=77550, priority=5,in_port=tunfb23e7715ee actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1031.335s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1031.122s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1031.122s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1031.122s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1031.122s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=909.983s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=909.982s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1031.122s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1031.122s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1030.618s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1029.710s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1029.710s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1030.744s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1031.335s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1031.335s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1030.744s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1031.335s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1030.618s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1030.744s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1031.335s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1031.122s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1030.618s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1031.335s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1030.413s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.413s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.413s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.413s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.413s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.413s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.413s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.413s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.413s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.413s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.413s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.413s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.413s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.413s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1030.526s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1030.477s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1030.413s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1030.413s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1030.413s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1030.413s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1030.403s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1030.413s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1030.413s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1030.413s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1029.608s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:tun7dd6c062707
 cookie=0x8000007, duration=1029.565s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:tunb223582a781
 cookie=0x8000007, duration=1029.522s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:tun23278d86c3d
 cookie=0x8000007, duration=1026.638s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:tunfb23e7715ee
 cookie=0x6900000, duration=1030.337s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1030.337s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1030.337s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1030.337s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1030.400s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1030.400s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1030.337s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.337s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.337s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.337s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.337s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.337s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.337s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1030.413s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1030.413s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1030.477s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1030.477s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1030.477s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1030.477s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1030.413s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1030.413s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1030.403s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1030.403s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:51:50.393" level="INFO">${output} =  cookie=0x8000001, duration=1031.335s, table=0, n_packets=1177, n_bytes=77682, priority=5,in_port=tunb223582a781 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001...</msg>
<status status="PASS" endtime="20181020 14:51:50.393" starttime="20181020 14:51:50.226"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.393" starttime="20181020 14:51:50.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-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.395" starttime="20181020 14:51:50.394"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.395" starttime="20181020 14:51:50.395"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.399" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpen Flow13</msg>
<status status="PASS" endtime="20181020 14:51:50.399" starttime="20181020 14:51:50.396"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.420" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:51:50.420" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:51:50.420" starttime="20181020 14:51:50.400"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.420" starttime="20181020 14:51:50.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>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.422" starttime="20181020 14:51:50.421"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.422" starttime="20181020 14:51:50.422"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.425" level="INFO">sudo ovs-ofctl dump-group-stats br-int - OOpenFlow13</msg>
<status status="PASS" endtime="20181020 14:51:50.425" starttime="20181020 14:51:50.422"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.439" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=1030.500s,ref_count=1,packet_count=6,byte_count=252,bucket0:packet_count=6,byte_count=252,bucket1:packet_count=6,byte_count=252,bucket2:packet_count=6,byte_count=252
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:51:50.440" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=1030.500s,ref_count=1,packet_count=6,byte_count=252,bucket0:packet_count=6,byte_count=252,bucket1:packet_count=6,byte_count=252,bucket2:pa...</msg>
<status status="PASS" endtime="20181020 14:51:50.440" starttime="20181020 14:51:50.425"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.440" starttime="20181020 14:51:50.420"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.440" starttime="20181020 14:51:50.025"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.440" starttime="20181020 14:51:50.024"></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="20181020 14:51:50.441" starttime="20181020 14:51:50.441"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.442" starttime="20181020 14:51:50.442"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.443" starttime="20181020 14:51:50.442"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.448" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181020 14:51:50.448" starttime="20181020 14:51:50.443"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.467" 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:a5:34:20:ef:5e 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 3e:bb:34:b1:af:37 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:a5:34:20:ef:5e 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:af:4c:5c:ea 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 88:26:60:d5:03:30 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 06:a4:88:27:71:40 brd ff:ff:ff:ff:ff:ff
10: tap7794a8fc-57: &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:ae:44:28 brd ff:ff:ff:ff:ff:ff
11: tap854ab070-d9: &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:d5:02:71 brd ff:ff:ff:ff:ff:ff
12: tap24575e36-56: &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:ab:fc:df brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:51:50.468" 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="20181020 14:51:50.468" starttime="20181020 14:51:50.448"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.468" starttime="20181020 14:51:50.441"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.469" starttime="20181020 14:51:50.469"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.470" starttime="20181020 14:51:50.470"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.472" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181020 14:51:50.472" starttime="20181020 14:51:50.470"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.483" 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::2a5:34ff:fe20:ef5e/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.5/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::2a5:34ff:fe20:ef5e/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:afff:fe4c:5cea/64 scope link \       valid_lft forever preferred_lft forever
9: vxlan_sys_4789    inet6 fe80::4a4:88ff:fe27:7140/64 scope link \       valid_lft forever preferred_lft forever
10: tap7794a8fc-57    inet6 fe80::fc16:3eff:feae:4428/64 scope link \       valid_lft forever preferred_lft forever
11: tap854ab070-d9    inet6 fe80::fc16:3eff:fed5:271/64 scope link \       valid_lft forever preferred_lft forever
12: tap24575e36-56    inet6 fe80::fc16:3eff:feab:fcdf/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:51:50.483" 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::2a5:34...</msg>
<status status="PASS" endtime="20181020 14:51:50.483" starttime="20181020 14:51:50.472"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.484" starttime="20181020 14:51:50.468"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.485" starttime="20181020 14:51:50.485"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.486" starttime="20181020 14:51:50.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="20181020 14:51:50.487" level="INFO">ip route</msg>
<status status="PASS" endtime="20181020 14:51:50.487" starttime="20181020 14:51:50.486"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.492" level="INFO">default via 192.0.2.1 dev br-ex 
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.5 
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:51:50.492" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
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....</msg>
<status status="PASS" endtime="20181020 14:51:50.492" starttime="20181020 14:51:50.488"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.492" starttime="20181020 14:51:50.484"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.494" starttime="20181020 14:51:50.493"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.494" starttime="20181020 14:51:50.494"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.496" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181020 14:51:50.496" starttime="20181020 14:51:50.494"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.513" level="INFO">? (192.0.2.6) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.10) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.1) at 00:78:60:43:2d:f0 [ether] on br-ex
? (192.0.2.99) at e2:03:05:34:e7:49 [ether] on br-ex
? (192.0.2.25) at 00:99:b8:8b:90:89 [ether] on br-ex
? (192.0.2.14) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.18) at 00:91:95:06:d4:a6 [ether] on br-ex
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:51:50.513" level="INFO">${output} = ? (192.0.2.6) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.10) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.1) at 00:78:60:43:2d:f0 [eth...</msg>
<status status="PASS" endtime="20181020 14:51:50.513" starttime="20181020 14:51:50.496"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.513" starttime="20181020 14:51:50.493"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.515" starttime="20181020 14:51:50.514"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.515" starttime="20181020 14:51:50.515"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.517" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181020 14:51:50.517" starttime="20181020 14:51:50.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="20181020 14:51:50.521" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:51:50.521" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:51:50.521" starttime="20181020 14:51:50.517"></status>
</kw>
<msg timestamp="20181020 14:51:50.521" level="INFO">${nslist} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:51:50.521" starttime="20181020 14:51:50.514"></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="20181020 14:51:50.522" level="INFO">0 lines returned</msg>
<msg timestamp="20181020 14:51:50.522" level="INFO">@{lines} = [ ]</msg>
<status status="PASS" endtime="20181020 14:51:50.522" starttime="20181020 14:51:50.522"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<status status="PASS" endtime="20181020 14:51:50.522" starttime="20181020 14:51:50.522"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.524" starttime="20181020 14:51:50.523"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.524" starttime="20181020 14:51:50.524"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.526" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181020 14:51:50.526" starttime="20181020 14:51:50.524"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.581" level="INFO">1a746078-90f9-4624-b697-eb3f1c4dd471
    Manager "ptcp:6639:127.0.0.1"
    Manager "tcp:192.0.2.18:6640"
        is_connected: true
    Manager "tcp:192.0.2.14:6640"
        is_connected: true
    Manager "tcp:192.0.2.6:6640"
        is_connected: true
    Bridge br-int
        Controller "tcp:192.0.2.18:6653"
            is_connected: true
        Controller "tcp:192.0.2.14:6653"
            is_connected: true
        Controller "tcp:192.0.2.6:6653"
            is_connected: true
        fail_mode: secure
        Port "tund94e4440a70"
            Interface "tund94e4440a70"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.5", remote_ip="192.0.2.6"}
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
        Port "tun617d26e46a5"
            Interface "tun617d26e46a5"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.5", remote_ip="192.0.2.18"}
        Port br-int
            Interface br-int
                type: internal
        Port "tunb3adfc3e977"
            Interface "tunb3adfc3e977"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.5", remote_ip="192.0.2.25"}
        Port "tap854ab070-d9"
            Interface "tap854ab070-d9"
        Port "tun6de6aefe245"
            Interface "tun6de6aefe245"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.5", remote_ip="192.0.2.14"}
        Port "tap7794a8fc-57"
            Interface "tap7794a8fc-57"
        Port "tap24575e36-56"
            Interface "tap24575e36-56"
    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.0"
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:51:50.581" level="INFO">${output} = 1a746078-90f9-4624-b697-eb3f1c4dd471
    Manager "ptcp:6639:127.0.0.1"
    Manager "tcp:192.0.2.18:6640"
        is_connected: true
    Manager "tcp:192.0.2.14:6640"
        is_connected: true
 ...</msg>
<status status="PASS" endtime="20181020 14:51:50.581" starttime="20181020 14:51:50.527"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.582" starttime="20181020 14:51:50.523"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.583" starttime="20181020 14:51:50.583"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.584" starttime="20181020 14:51:50.583"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.586" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181020 14:51:50.586" starttime="20181020 14:51:50.584"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.613" level="INFO">_uuid               : 1a746078-90f9-4624-b697-eb3f1c4dd471
bridges             : [1605fc47-1693-494f-a0c1-6e083df92f16, 87633e91-568c-47ca-b2fb-90f31decc984]
cur_cfg             : 13
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="17805173-9c15-469d-9ac1-fc395e5dbbbe"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [31623198-ed44-4f0c-a1f7-c490c232223f, 4c2e90d0-3361-4945-9c39-a89db804324a, 67b9e2da-a197-4acd-b07f-7480119ab193, cb1024da-8a67-47ed-8020-e0a0f2c43490]
next_cfg            : 13
other_config        : {local_ip="192.0.2.5", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:51:50.613" level="INFO">${output} = _uuid               : 1a746078-90f9-4624-b697-eb3f1c4dd471
bridges             : [1605fc47-1693-494f-a0c1-6e083df92f16, 87633e91-568c-47ca-b2fb-90f31decc984]
cur_cfg             : 13
datapath_types...</msg>
<status status="PASS" endtime="20181020 14:51:50.613" starttime="20181020 14:51:50.586"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.613" starttime="20181020 14:51:50.582"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.615" starttime="20181020 14:51:50.614"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.615" starttime="20181020 14:51:50.615"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.618" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181020 14:51:50.618" starttime="20181020 14:51:50.615"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:50.643" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000882660d50330
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:ee:8f:d5:d4:59:b2
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tunb3adfc3e977): addr:ca:17:76:6c:2d:11
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tun617d26e46a5): addr:d6:26:9b:3d:f4:c4
     config:     0
     state:      0
     speed: 0 Mbps now, 0 Mbps max
 4(tund94e4440a70): addr:ae:86:39:be:f9:1a
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tun6de6aefe245): addr:7a:7c:0e:56:99:07
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 6(tap7794a8fc-57): addr:fe:16:3e:ae:44:28
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 7(tap854ab070-d9): addr:fe:16:3e:d5:02:71
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 8(tap24575e36-56): addr:fe:16:3e:ab:fc:df
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:88:26:60:d5:03:30
     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="20181020 14:51:50.643" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000882660d50330
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="20181020 14:51:50.643" starttime="20181020 14:51:50.618"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:50.644" starttime="20181020 14:51:50.614"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:50.646" starttime="20181020 14:51:50.646"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:50.646" starttime="20181020 14:51:50.646"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:50.650" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181020 14:51:50.650" starttime="20181020 14:51:50.647"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:52.220" level="INFO">cookie=0x8000000, duration=631.268s, table=0, n_packets=146, n_bytes=13494, priority=4,in_port="tap7794a8fc-57",vlan_tci=0x0000/0x1fff actions=write_metadata:0x220000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=631.130s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=631.053s, table=0, n_packets=103, n_bytes=11438, priority=10,in_port="br-ex-patch",dl_vlan=1121 actions=pop_vlan,write_metadata:0x199d0000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=606.755s, table=0, n_packets=146, n_bytes=12784, priority=4,in_port="tap854ab070-d9",vlan_tci=0x0000/0x1fff actions=write_metadata:0x240000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=596.364s, table=0, n_packets=147, n_bytes=12826, priority=4,in_port="tap24575e36-56",vlan_tci=0x0000/0x1fff actions=write_metadata:0x250000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000001, duration=1031.773s, table=0, n_packets=1258, n_bytes=86642, priority=5,in_port=tund94e4440a70 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1031.773s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=tun617d26e46a5 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1031.770s, table=0, n_packets=1177, n_bytes=77682, priority=5,in_port=tunb3adfc3e977 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1028.060s, table=0, n_packets=1259, n_bytes=86734, priority=5,in_port=tun6de6aefe245 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6900000, duration=630.474s, table=17, n_packets=146, n_bytes=13494, priority=10,metadata=0x220000000000/0xffffff0000000000 actions=write_metadata:0x9000220000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=630.474s, table=17, n_packets=144, n_bytes=13314, priority=10,metadata=0x9000220000000000/0xffffff0000000000 actions=load:0x22-&gt;NXM_NX_REG1[0..19],load:0x157f-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00022157f000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=630.130s, table=17, n_packets=103, n_bytes=11438, priority=10,metadata=0x199d0000000000/0xffffff0000000000 actions=load:0x199d-&gt;NXM_NX_REG1[0..19],load:0x157f-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0199d157f000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6900000, duration=605.675s, table=17, n_packets=146, n_bytes=12784, priority=10,metadata=0x240000000000/0xffffff0000000000 actions=write_metadata:0x9000240000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=605.672s, table=17, n_packets=144, n_bytes=12604, priority=10,metadata=0x9000240000000000/0xffffff0000000000 actions=load:0x24-&gt;NXM_NX_REG1[0..19],load:0x1580-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000241580000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6900000, duration=595.975s, table=17, n_packets=147, n_bytes=12826, priority=10,metadata=0x250000000000/0xffffff0000000000 actions=write_metadata:0x9000250000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=595.969s, table=17, n_packets=145, n_bytes=12646, priority=10,metadata=0x9000250000000000/0xffffff0000000000 actions=load:0x25-&gt;NXM_NX_REG1[0..19],load:0x1580-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000251580000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1032.059s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1031.568s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1031.568s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1031.568s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1031.568s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=910.426s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=910.426s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1031.568s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1031.568s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1031.133s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001580, duration=605.722s, table=36, n_packets=169, n_bytes=18408, priority=5,tun_id=0x50 actions=write_metadata:0x1580000000/0xfffffffff000000,goto_table:51
 cookie=0x9051580, duration=606.732s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x50 actions=write_metadata:0x1580000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=1030.142s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1030.114s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1031.158s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1032.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1031.205s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805157f, duration=630.497s, table=50, n_packets=144, n_bytes=13314, priority=20,metadata=0x22157f000000/0xfffffffff000000,dl_src=fa:16:3e:ae:44:28 actions=goto_table:51
 cookie=0x8051580, duration=605.721s, table=50, n_packets=144, n_bytes=12604, priority=20,metadata=0x241580000000/0xfffffffff000000,dl_src=fa:16:3e:d5:02:71 actions=goto_table:51
 cookie=0x8051580, duration=596.226s, table=50, n_packets=145, n_bytes=12646, priority=20,metadata=0x251580000000/0xfffffffff000000,dl_src=fa:16:3e:ab:fc:df actions=goto_table:51
 cookie=0x8050001, duration=1031.168s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1031.205s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803157f, duration=630.491s, table=51, n_packets=103, n_bytes=11438, priority=20,metadata=0x157f000000/0xffff000000,dl_dst=fa:16:3e:ae:44:28 actions=load:0x2200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031580, duration=605.717s, table=51, n_packets=110, n_bytes=10464, priority=20,metadata=0x1580000000/0xffff000000,dl_dst=fa:16:3e:03:97:b1 actions=set_field:0x50-&gt;tun_id,load:0x500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031580, duration=605.717s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1580000000/0xffff000000,dl_dst=fa:16:3e:98:55:1e actions=set_field:0x50-&gt;tun_id,load:0x200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031580, duration=605.717s, table=51, n_packets=109, n_bytes=10422, priority=20,metadata=0x1580000000/0xffff000000,dl_dst=fa:16:3e:f8:1b:e7 actions=set_field:0x50-&gt;tun_id,load:0xd00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031580, duration=605.717s, table=51, n_packets=84, n_bytes=9184, priority=20,metadata=0x1580000000/0xffff000000,dl_dst=fa:16:3e:d5:02:71 actions=load:0x2400-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031580, duration=596.226s, table=51, n_packets=85, n_bytes=9224, priority=20,metadata=0x1580000000/0xffff000000,dl_dst=fa:16:3e:ab:fc:df actions=load:0x2500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1031.133s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1031.158s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=630.503s, table=52, n_packets=18, n_bytes=1468, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=630.500s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x8701580, duration=605.722s, table=52, n_packets=70, n_bytes=4364, priority=5,metadata=0x1580000000/0xffff000001 actions=write_actions(group:211008)
 cookie=0x8701580, duration=605.721s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1580000001/0xffff000001 actions=write_actions(group:211007)
 cookie=0x8800022, duration=630.487s, table=55, n_packets=18, n_bytes=1468, priority=10,tun_id=0x22,metadata=0x220000000000/0xfffff0000000000 actions=drop
 cookie=0x880199d, duration=630.170s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199d,metadata=0x199d0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800024, duration=605.704s, table=55, n_packets=35, n_bytes=2182, priority=10,tun_id=0x24,metadata=0x240000000000/0xfffff0000000000 actions=drop
 cookie=0x8800025, duration=596.226s, table=55, n_packets=35, n_bytes=2182, priority=10,tun_id=0x25,metadata=0x250000000000/0xfffff0000000000 actions=drop
 cookie=0x8800022, duration=630.487s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x22 actions=load:0x2200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880199d, duration=630.171s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199d actions=load:0x199d00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800024, duration=605.708s, table=55, n_packets=35, n_bytes=2182, priority=9,tun_id=0x24 actions=load:0x2400-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800025, duration=596.226s, table=55, n_packets=28, n_bytes=1232, priority=9,tun_id=0x25 actions=load:0x2500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1032.059s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1031.568s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1031.133s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1032.059s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1030.828s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.828s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.828s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=630.203s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x220000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=630.175s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x220000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=630.154s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x220000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=606.385s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x240000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=606.374s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x240000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=606.347s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x240000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=595.764s, 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=595.738s, 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=595.721s, 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=630.102s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x220000000000/0xfffff0000000000,dl_src=fa:16:3e:ae:44:28,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=630.076s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x220000000000/0xfffff0000000000,dl_src=fa:16:3e:ae:44:28,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=606.302s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x240000000000/0xfffff0000000000,dl_src=fa:16:3e:d5:02:71,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=606.291s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x240000000000/0xfffff0000000000,dl_src=fa:16:3e:d5:02:71,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=595.684s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:ab:fc:df,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=595.653s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:ab:fc:df,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=630.041s, table=210, n_packets=15, n_bytes=630, priority=63010,arp,metadata=0x220000000000/0xfffff0000000000,dl_src=fa:16:3e:ae:44:28,arp_spa=21.0.0.6,arp_sha=fa:16:3e:ae:44:28 actions=resubmit(,17)
 cookie=0x6900000, duration=606.270s, table=210, n_packets=30, n_bytes=1260, priority=63010,arp,metadata=0x240000000000/0xfffff0000000000,dl_src=fa:16:3e:d5:02:71,arp_spa=22.0.0.17,arp_sha=fa:16:3e:d5:02:71 actions=resubmit(,17)
 cookie=0x6900000, duration=595.638s, table=210, n_packets=31, n_bytes=1302, priority=63010,arp,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:ab:fc:df,arp_spa=22.0.0.6,arp_sha=fa:16:3e:ab:fc:df actions=resubmit(,17)
 cookie=0x6900000, duration=1030.828s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.828s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.828s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=630.035s, table=210, n_packets=123, n_bytes=11720, priority=61010,ip,metadata=0x220000000000/0xfffff0000000000,dl_src=fa:16:3e:ae:44:28,nw_src=21.0.0.6 actions=goto_table:211
 cookie=0x6900000, duration=606.256s, table=210, n_packets=108, n_bytes=10380, priority=61010,ip,metadata=0x240000000000/0xfffff0000000000,dl_src=fa:16:3e:d5:02:71,nw_src=22.0.0.17 actions=goto_table:211
 cookie=0x6900000, duration=595.620s, table=210, n_packets=108, n_bytes=10380, priority=61010,ip,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:ab:fc:df,nw_src=22.0.0.6 actions=goto_table:211
 cookie=0x6900000, duration=630.025s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x220000000000/0xfffff0000000000,dl_src=fa:16:3e:ae:44:28,ipv6_src=fe80::f816:3eff:feae:4428 actions=goto_table:211
 cookie=0x6900000, duration=606.241s, table=210, n_packets=0, n_bytes=0, priority=61010,ipv6,metadata=0x240000000000/0xfffff0000000000,dl_src=fa:16:3e:d5:02:71,ipv6_src=fe80::f816:3eff:fed5:271 actions=goto_table:211
 cookie=0x6900000, duration=595.603s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:ab:fc:df,ipv6_src=fe80::f816:3eff:feab:fcdf actions=goto_table:211
 cookie=0x6900000, duration=630.122s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x220000000000/0xfffff0000000000,dl_src=fa:16:3e:ae:44:28 actions=resubmit(,17)
 cookie=0x6900000, duration=606.335s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x240000000000/0xfffff0000000000,dl_src=fa:16:3e:d5:02:71 actions=resubmit(,17)
 cookie=0x6900000, duration=595.700s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x250000000000/0xfffff0000000000,dl_src=fa:16:3e:ab:fc:df actions=resubmit(,17)
 cookie=0x6900000, duration=1030.828s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1030.828s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.828s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.828s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.828s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.828s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.828s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1030.828s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=629.996s, table=212, n_packets=123, n_bytes=11720, priority=100,ip,metadata=0x220000000000/0xfffff0000000000 actions=ct(table=213,zone=5503)
 cookie=0x6900000, duration=629.985s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x220000000000/0xfffff0000000000 actions=ct(table=213,zone=5503)
 cookie=0x6900000, duration=606.234s, table=212, n_packets=108, n_bytes=10380, priority=100,ip,metadata=0x240000000000/0xfffff0000000000 actions=ct(table=213,zone=5504)
 cookie=0x6900000, duration=606.217s, table=212, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x240000000000/0xfffff0000000000 actions=ct(table=213,zone=5504)
 cookie=0x6900000, duration=595.590s, table=212, n_packets=108, n_bytes=10380, priority=100,ip,metadata=0x250000000000/0xfffff0000000000 actions=ct(table=213,zone=5504)
 cookie=0x6900000, duration=595.572s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x250000000000/0xfffff0000000000 actions=ct(table=213,zone=5504)
 cookie=0x6900000, duration=1030.958s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1030.828s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1030.828s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1030.828s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1030.828s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x220006900001, duration=629.964s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x220000000000/0xfffff0000000000 actions=drop
 cookie=0x240006900001, duration=606.207s, table=214, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,metadata=0x240000000000/0xfffff0000000000 actions=drop
 cookie=0x250006900001, duration=595.558s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x250000000000/0xfffff0000000000 actions=drop
 cookie=0x6900000, duration=629.882s, table=214, n_packets=36, n_bytes=2934, priority=2002,ip,metadata=0x220000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=629.854s, table=214, n_packets=0, n_bytes=0, priority=2002,ipv6,metadata=0x220000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=606.145s, table=214, n_packets=25, n_bytes=1986, priority=2002,ip,metadata=0x240000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=606.135s, table=214, n_packets=0, n_bytes=0, priority=2002,ipv6,metadata=0x240000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=595.503s, table=214, n_packets=25, n_bytes=1986, priority=2002,ip,metadata=0x250000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=595.486s, table=214, n_packets=0, n_bytes=0, priority=2002,ipv6,metadata=0x250000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=629.830s, table=214, n_packets=0, n_bytes=0, priority=2002,tcp,metadata=0x220000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=629.818s, table=214, n_packets=0, n_bytes=0, priority=2002,icmp,metadata=0x220000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=629.803s, table=214, n_packets=0, n_bytes=0, priority=2002,udp,metadata=0x220000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=606.116s, table=214, n_packets=0, n_bytes=0, priority=2002,tcp,metadata=0x240000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=606.102s, table=214, n_packets=0, n_bytes=0, priority=2002,icmp,metadata=0x240000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=606.077s, table=214, n_packets=0, n_bytes=0, priority=2002,udp,metadata=0x240000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=595.475s, table=214, n_packets=0, n_bytes=0, priority=2002,tcp,metadata=0x250000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=595.462s, table=214, n_packets=0, n_bytes=0, priority=2002,icmp,metadata=0x250000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=595.448s, table=214, n_packets=0, n_bytes=0, priority=2002,udp,metadata=0x250000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x220006900001, duration=629.951s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x220000000000/0xfffff0000000000 actions=drop
 cookie=0x240006900001, duration=606.197s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x240000000000/0xfffff0000000000 actions=drop
 cookie=0x250006900001, duration=595.551s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x250000000000/0xfffff0000000000 actions=drop
 cookie=0x6900000, duration=1030.828s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1030.828s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1030.828s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x220006900001, duration=630.203s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x220000000004/0xfffff0000000004 actions=drop
 cookie=0x240006900001, duration=606.399s, table=217, n_packets=2, n_bytes=180, priority=62020,metadata=0x240000000004/0xfffff0000000004 actions=drop
 cookie=0x250006900001, duration=595.786s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x250000000004/0xfffff0000000004 actions=drop
 cookie=0x6900000, duration=1030.828s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=629.928s, table=217, n_packets=36, n_bytes=2934, priority=100,ip,metadata=0x220000000000/0xfffff0000000002 actions=ct(commit,zone=5503,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=629.914s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x220000000000/0xfffff0000000002 actions=ct(commit,zone=5503,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=606.182s, table=217, n_packets=25, n_bytes=1986, priority=100,ip,metadata=0x240000000000/0xfffff0000000002 actions=ct(commit,zone=5504,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=606.175s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x240000000000/0xfffff0000000002 actions=ct(commit,zone=5504,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=595.539s, table=217, n_packets=25, n_bytes=1986, priority=100,ip,metadata=0x250000000000/0xfffff0000000002 actions=ct(commit,zone=5504,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=595.530s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x250000000000/0xfffff0000000002 actions=ct(commit,zone=5504,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=629.901s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x220000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=606.168s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x240000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=595.517s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x250000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=1030.828s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=630.935s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=630.899s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x199d00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1030.049s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:tund94e4440a70
 cookie=0x8000007, duration=1029.971s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:tunb3adfc3e977
 cookie=0x8000007, duration=1029.960s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:tun617d26e46a5
 cookie=0x8000007, duration=1026.956s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:tun6de6aefe245
 cookie=0x8000007, duration=630.920s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=630.912s, table=220, n_packets=103, n_bytes=11066, priority=9,reg6=0x90002200 actions=output:"tap7794a8fc-57"
 cookie=0x6900000, duration=630.900s, table=220, n_packets=103, n_bytes=11438, priority=6,reg6=0x2200 actions=load:0x90002200-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=630.885s, table=220, n_packets=144, n_bytes=13314, priority=9,reg6=0x199d00 actions=push_vlan:0x8100,set_field:5217-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x8000007, duration=606.537s, table=220, n_packets=116, n_bytes=11156, priority=9,reg6=0x90002400 actions=output:"tap854ab070-d9"
 cookie=0x6900000, duration=606.530s, table=220, n_packets=119, n_bytes=11366, priority=6,reg6=0x2400 actions=load:0x90002400-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=596.090s, table=220, n_packets=111, n_bytes=10316, priority=9,reg6=0x90002500 actions=output:"tap24575e36-56"
 cookie=0x6900000, duration=596.086s, table=220, n_packets=113, n_bytes=10456, priority=6,reg6=0x2500 actions=load:0x90002500-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x6900000, duration=1030.786s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1030.786s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1030.786s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=631.080s, table=240, n_packets=4, n_bytes=1543, priority=63010,udp,reg6=0x2200/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=631.049s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x2200/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=631.011s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2200/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=630.999s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2200/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=630.946s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2200/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=606.712s, table=240, n_packets=3, n_bytes=1150, priority=63010,udp,reg6=0x2400/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=606.698s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x2400/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=606.674s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2400/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=606.652s, table=240, n_packets=1, n_bytes=78, priority=63010,icmp6,reg6=0x2400/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=606.638s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2400/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=596.308s, table=240, n_packets=3, n_bytes=1149, priority=63010,udp,reg6=0x2500/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=596.272s, 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=596.226s, 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=596.226s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x2500/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=596.204s, 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=630.915s, table=240, n_packets=6, n_bytes=276, priority=63010,arp,reg6=0x2200/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=606.624s, table=240, n_packets=32, n_bytes=1344, priority=63010,arp,reg6=0x2400/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=596.187s, table=240, n_packets=30, n_bytes=1260, priority=63010,arp,reg6=0x2500/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=1030.786s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=630.875s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x2200/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=21.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=630.848s, table=240, n_packets=93, n_bytes=9619, priority=61010,ip,reg6=0x2200/0xfffff00,dl_dst=fa:16:3e:ae:44:28,nw_dst=21.0.0.6 actions=goto_table:241
 cookie=0x6900000, duration=606.587s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x2400/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=22.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=606.581s, table=240, n_packets=78, n_bytes=7908, priority=61010,ip,reg6=0x2400/0xfffff00,dl_dst=fa:16:3e:d5:02:71,nw_dst=22.0.0.17 actions=goto_table:241
 cookie=0x6900000, duration=596.165s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x2500/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=22.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=596.128s, table=240, n_packets=78, n_bytes=7907, priority=61010,ip,reg6=0x2500/0xfffff00,dl_dst=fa:16:3e:ab:fc:df,nw_dst=22.0.0.6 actions=goto_table:241
 cookie=0x6900000, duration=630.816s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x2200/0xfffff00,dl_dst=fa:16:3e:ae:44:28,ipv6_dst=fe80::f816:3eff:feae:4428 actions=goto_table:241
 cookie=0x6900000, duration=606.566s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x2400/0xfffff00,dl_dst=fa:16:3e:d5:02:71,ipv6_dst=fe80::f816:3eff:fed5:271 actions=goto_table:241
 cookie=0x6900000, duration=596.111s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x2500/0xfffff00,dl_dst=fa:16:3e:ab:fc:df,ipv6_dst=fe80::f816:3eff:feab:fcdf actions=goto_table:241
 cookie=0x6900000, duration=1030.786s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1030.786s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1030.786s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.786s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.786s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.786s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.786s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.786s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1030.786s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=630.711s, table=242, n_packets=93, n_bytes=9619, priority=100,ip,reg6=0x2200/0xfffff00 actions=ct(table=243,zone=5503)
 cookie=0x6900000, duration=630.711s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2200/0xfffff00 actions=ct(table=243,zone=5503)
 cookie=0x6900000, duration=606.554s, table=242, n_packets=80, n_bytes=8584, priority=100,ip,reg6=0x2400/0xfffff00 actions=ct(table=243,zone=5504)
 cookie=0x6900000, duration=606.541s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2400/0xfffff00 actions=ct(table=243,zone=5504)
 cookie=0x6900000, duration=596.082s, table=242, n_packets=78, n_bytes=7907, priority=100,ip,reg6=0x2500/0xfffff00 actions=ct(table=243,zone=5504)
 cookie=0x6900000, duration=596.063s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2500/0xfffff00 actions=ct(table=243,zone=5504)
 cookie=0x6900000, duration=1030.828s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1030.828s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1030.828s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1030.828s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1030.828s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x220006900001, duration=630.680s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x2200/0xfffff00 actions=drop
 cookie=0x240006900001, duration=606.526s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x2400/0xfffff00 actions=drop
 cookie=0x250006900001, duration=596.047s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x2500/0xfffff00 actions=drop
 cookie=0x6900000, duration=630.432s, table=244, n_packets=0, n_bytes=0, priority=2002,tcp,reg6=0x2200/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=630.376s, table=244, n_packets=0, n_bytes=0, priority=2002,icmp,reg6=0x2200/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=630.332s, table=244, n_packets=0, n_bytes=0, priority=2002,udp,reg6=0x2200/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=606.464s, table=244, n_packets=0, n_bytes=0, priority=2002,tcp,reg6=0x2400/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=606.450s, table=244, n_packets=0, n_bytes=0, priority=2002,icmp,reg6=0x2400/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=606.434s, table=244, n_packets=2, n_bytes=676, priority=2002,udp,reg6=0x2400/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=595.901s, table=244, n_packets=0, n_bytes=0, priority=2002,tcp,reg6=0x2500/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=595.836s, table=244, n_packets=0, n_bytes=0, priority=2002,icmp,reg6=0x2500/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=595.803s, table=244, n_packets=0, n_bytes=0, priority=2002,udp,reg6=0x2500/0xfffff00 actions=goto_table:247
 cookie=0x220006900001, duration=630.649s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x2200/0xfffff00 actions=drop
 cookie=0x240006900001, duration=606.509s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x2400/0xfffff00 actions=drop
 cookie=0x250006900001, duration=596.008s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x2500/0xfffff00 actions=drop
 cookie=0x6900000, duration=1030.829s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1030.829s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1030.829s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x220006900001, duration=631.175s, table=247, n_packets=0, n_bytes=0, priority=62020,reg6=0x2200/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x240006900001, duration=606.744s, table=247, n_packets=3, n_bytes=210, priority=62020,reg6=0x2400/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x250006900001, duration=596.339s, table=247, n_packets=2, n_bytes=140, priority=62020,reg6=0x2500/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1030.829s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=630.513s, table=247, n_packets=0, n_bytes=0, priority=100,ip,reg6=0x2200/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5503,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=630.486s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2200/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5503,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=606.495s, table=247, n_packets=2, n_bytes=676, priority=100,ip,reg6=0x2400/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5504,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=606.489s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2400/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5504,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=595.966s, table=247, n_packets=0, n_bytes=0, priority=100,ip,reg6=0x2500/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5504,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=595.945s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x2500/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5504,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=630.475s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x2200/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=606.475s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x2400/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=595.935s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x2500/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=1030.829s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:51:52.221" level="INFO">${output} =  cookie=0x8000000, duration=631.268s, table=0, n_packets=146, n_bytes=13494, priority=4,in_port="tap7794a8fc-57",vlan_tci=0x0000/0x1fff actions=write_metadata:0x220000000000/0xffffff0000000001,goto_ta...</msg>
<status status="PASS" endtime="20181020 14:51:52.221" starttime="20181020 14:51:50.650"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.222" starttime="20181020 14:51:50.644"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:52.224" starttime="20181020 14:51:52.223"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:52.224" starttime="20181020 14:51:52.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="20181020 14:51:52.227" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpen Flow13</msg>
<status status="PASS" endtime="20181020 14:51:52.228" starttime="20181020 14:51:52.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="20181020 14:51:52.244" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=211005,type=all,bucket=actions=set_field:0x22-&gt;tun_id,resubmit(,55)
 group_id=211006,type=all,bucket=actions=group:211005,bucket=actions=load:0x199d00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211007,type=all,bucket=actions=set_field:0x24-&gt;tun_id,resubmit(,55),bucket=actions=set_field:0x25-&gt;tun_id,resubmit(,55)
 group_id=211008,type=all,bucket=actions=group:211007,bucket=actions=set_field:0x50-&gt;tun_id,load:0x200-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x50-&gt;tun_id,load:0xd00-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x50-&gt;tun_id,load:0x500-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:51:52.245" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=211005,type=all,bucket=actions=s...</msg>
<status status="PASS" endtime="20181020 14:51:52.245" starttime="20181020 14:51:52.228"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.245" starttime="20181020 14:51:52.222"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:52.247" starttime="20181020 14:51:52.246"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:51:52.247" starttime="20181020 14:51:52.247"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.250" level="INFO">sudo ovs-ofctl dump-group-stats br-int - OOpenFlow13</msg>
<status status="PASS" endtime="20181020 14:51:52.250" starttime="20181020 14:51:52.247"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:51:52.268" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=1032.345s,ref_count=1,packet_count=80,byte_count=3372,bucket0:packet_count=80,byte_count=3372,bucket1:packet_count=80,byte_count=3372,bucket2:packet_count=80,byte_count=3372
 group_id=211005,duration=632.839s,ref_count=1,packet_count=18,byte_count=1468,bucket0:packet_count=18,byte_count=1468
 group_id=211006,duration=632.462s,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=211007,duration=608.324s,ref_count=1,packet_count=63,byte_count=3414,bucket0:packet_count=63,byte_count=3414,bucket1:packet_count=63,byte_count=3414
 group_id=211008,duration=608.001s,ref_count=1,packet_count=70,byte_count=4364,bucket0:packet_count=70,byte_count=4364,bucket1:packet_count=70,byte_count=4364,bucket2:packet_count=70,byte_count=4364,bucket3:packet_count=70,byte_count=4364
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:51:52.269" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=1032.345s,ref_count=1,packet_count=80,byte_count=3372,bucket0:packet_count=80,byte_count=3372,bucket1:packet_count=80,byte_count=3372,buck...</msg>
<status status="PASS" endtime="20181020 14:51:52.269" starttime="20181020 14:51:52.251"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.269" starttime="20181020 14:51:52.245"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.269" starttime="20181020 14:51:50.440"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.269" starttime="20181020 14:51:50.440"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.269" starttime="20181020 14:51:49.219"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.269" starttime="20181020 14:51:49.218"></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="20181020 14:51:52.280" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.11:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fbf2ef90f50&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181020 14:51:52.281" starttime="20181020 14:51:52.280"></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="20181020 14:51:52.339" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.340" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.340" starttime="20181020 14:51:52.281"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.341" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:52.341" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.341" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:52.341" starttime="20181020 14:51:52.340"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.341" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.342" starttime="20181020 14:51:52.341"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.342" starttime="20181020 14:51:52.281"></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="20181020 14:51:52.354" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.355" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.355" starttime="20181020 14:51:52.342"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.356" 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":5501,"mac-timeout":300},{"elan-instance-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","segmentation-id":80,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5504,"mac-timeout":300},{"elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","physical-network-name":"datacentre","segmentation-id":1121,"segment-type":"elan:segment-type-vlan","external":false,"elan-tag":5503,"mac-timeout":300}]}} </msg>
<msg timestamp="20181020 14:51:52.356" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.356" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5501,
                "exte...</msg>
<status status="PASS" endtime="20181020 14:51:52.356" starttime="20181020 14:51:52.355"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.357" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5501,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "elan-tag": 5504,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 80
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "elan-tag": 5503,
                "external": false,
                "mac-timeout": 300,
                "physical-network-name": "datacentre",
                "segment-type": "elan:segment-type-vlan",
                "segmentation-id": 1121
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.357" starttime="20181020 14:51:52.357"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.357" starttime="20181020 14:51:52.342"></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="20181020 14:51:52.372" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.372" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.372" starttime="20181020 14:51:52.358"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.374" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","elan-instance-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","static-mac-entries":[{"mac-address":"fa:16:3e:03:97:b1","ip-prefix":"22.0.0.4"}]},{"name":"454dc598-1929-4a4b-a5d5-6879ec5c974d","elan-instance-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","static-mac-entries":[{"mac-address":"fa:16:3e:f8:1b:e7","ip-prefix":"22.0.0.3"}]},{"name":"228722813034790:br-ex-patch:1121","elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2"},{"name":"48796303178259:br-ex-patch:1121","elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2"},{"name":"149698414707504:br-ex-patch:1121","elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2"},{"name":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","static-mac-entries":[{"mac-address":"fa:16:3e:36:da:5d","ip-prefix":"21.0.0.2"}]},{"name":"2f0fd48f-ee71-4b18-baea-1b0228aef474","elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","static-mac-entries":[{"mac-address":"fa:16:3e:b8:e9:e0","ip-prefix":"21.0.0.4"}]},{"name":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","static-mac-entries":[{"mac-address":"fa:16:3e:b1:41:14","ip-prefix":"21.0.0.3"}]},{"name":"7794a8fc-57f1-48b2-9772-f6d4e270e264","elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","static-mac-entries":[{"mac-address":"fa:16:3e:ae:44:28","ip-prefix":"21.0.0.6"}]},{"name":"24575e36-5636-4640-893c-c36cd3fd70e0","elan-instance-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","static-mac-entries":[{"mac-address":"fa:16:3e:ab:fc:df","ip-prefix":"22.0.0.6"}]},{"name":"dbdc4b53-754e-4128-a8b8-0ee3642ada7c","elan-instance-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","static-mac-entries":[{"mac-address":"fa:16:3e:36:37:2b","ip-prefix":"22.0.0.8"}]},{"name":"5e4f442a-389a-4bd0-bbb9-0a3153bd2a68","elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","static-mac-entries":[{"mac-address":"fa:16:3e:13:38:74","ip-prefix":"21.0.0.7"}]},{"name":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","elan-instance-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","static-mac-entries":[{"mac-address":"fa:16:3e:98:55:1e","ip-prefix":"22.0.0.2"}]},{"name":"7189e23c-ede7-44f8-aad6-2d0fb6f0a089","elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","static-mac-entries":[{"mac-address":"fa:16:3e:46:e1:86","ip-prefix":"21.0.0.5"}]},{"name":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","elan-instance-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","static-mac-entries":[{"mac-address":"fa:16:3e:d5:02:71","ip-prefix":"22.0.0.17"}]},{"name":"260163147459722:br-ex-patch:1121","elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2"}]}} </msg>
<msg timestamp="20181020 14:51:52.374" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.374" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "name": "f8d5f0e2-3bc1-419a-8428-418c...</msg>
<status status="PASS" endtime="20181020 14:51:52.374" starttime="20181020 14:51:52.373"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.375" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "name": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.4",
                        "mac-address": "fa:16:3e:03:97:b1"
                    }
                ]
            },
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "name": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.3",
                        "mac-address": "fa:16:3e:f8:1b:e7"
                    }
                ]
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "name": "228722813034790:br-ex-patch:1121"
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "name": "48796303178259:br-ex-patch:1121"
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "name": "149698414707504:br-ex-patch:1121"
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "name": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.2",
                        "mac-address": "fa:16:3e:36:da:5d"
                    }
                ]
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "name": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.4",
                        "mac-address": "fa:16:3e:b8:e9:e0"
                    }
                ]
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "name": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.3",
                        "mac-address": "fa:16:3e:b1:41:14"
                    }
                ]
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "name": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.6",
                        "mac-address": "fa:16:3e:ae:44:28"
                    }
                ]
            },
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "name": "24575e36-5636-4640-893c-c36cd3fd70e0",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.6",
                        "mac-address": "fa:16:3e:ab:fc:df"
                    }
                ]
            },
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "name": "dbdc4b53-754e-4128-a8b8-0ee3642ada7c",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.8",
                        "mac-address": "fa:16:3e:36:37:2b"
                    }
                ]
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "name": "5e4f442a-389a-4bd0-bbb9-0a3153bd2a68",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.7",
                        "mac-address": "fa:16:3e:13:38:74"
                    }
                ]
            },
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "name": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.2",
                        "mac-address": "fa:16:3e:98:55:1e"
                    }
                ]
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "name": "7189e23c-ede7-44f8-aad6-2d0fb6f0a089",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.5",
                        "mac-address": "fa:16:3e:46:e1:86"
                    }
                ]
            },
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "name": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.17",
                        "mac-address": "fa:16:3e:d5:02:71"
                    }
                ]
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "name": "260163147459722:br-ex-patch:1121"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.375" starttime="20181020 14:51:52.374"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.375" starttime="20181020 14:51:52.357"></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="20181020 14:51:52.406" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.407" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.407" starttime="20181020 14:51:52.376"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.413" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"RouteDistinguisherPool.-1073741298","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":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"interfaces.-1073741294","last-access-time":1540046479},{"child-pool-name":"interfaces.-1073741306","last-access-time":1540046514},{"child-pool-name":"interfaces.-1073741298","last-access-time":1540045566}],"available-ids-holder":{"start":1,"cursor":19659,"end":65535},"block-size":6553,"id-entries":[{"id-key":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","id-value":[27]},{"id-key":"tunb223582a781","id-value":[1]},{"id-key":"tun7dd6c062707","id-value":[4]},{"id-key":"tun6de6aefe245","id-value":[13]},{"id-key":"tunfda004d5e48","id-value":[16]},{"id-key":"149698414707504:br-ex-patch:trunk","id-value":[35]},{"id-key":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","id-value":[33]},{"id-key":"tuncd74734f6e0","id-value":[11]},{"id-key":"tund35867a1187","id-value":[12]},{"id-key":"tunb3adfc3e977","id-value":[3]},{"id-key":"tun3429b91664d","id-value":[7]},{"id-key":"tunfb23e7715ee","id-value":[14]},{"id-key":"24575e36-5636-4640-893c-c36cd3fd70e0","id-value":[37]},{"id-key":"48796303178259:br-ex-patch:trunk","id-value":[28]},{"id-key":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","id-value":[31]},{"id-key":"149698414707504:br-ex-patch:1121","id-value":[6557]},{"id-key":"2f0fd48f-ee71-4b18-baea-1b0228aef474","id-value":[29]},{"id-key":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","id-value":[36]},{"id-key":"tunb9b6ece5224","id-value":[15]},{"id-key":"228722813034790:br-ex-patch:1121","id-value":[6556]},{"id-key":"tun23278d86c3d","id-value":[6]},{"id-key":"tun5ef24485410","id-value":[18]},{"id-key":"tund8c3e0fcf05","id-value":[17]},{"id-key":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","id-value":[25]},{"id-key":"48796303178259:br-ex-patch:1121","id-value":[6555]},{"id-key":"tun617d26e46a5","id-value":[2]},{"id-key":"tund94e4440a70","id-value":[5]},{"id-key":"260163147459722:br-ex-patch:1121","id-value":[6554]},{"id-key":"tuna8339e52304","id-value":[9]},{"id-key":"tun1914722e5af","id-value":[10]},{"id-key":"tunaf467906869","id-value":[19]},{"id-key":"260163147459722:br-ex-patch:trunk","id-value":[26]},{"id-key":"454dc598-1929-4a4b-a5d5-6879ec5c974d","id-value":[32]},{"id-key":"228722813034790:br-ex-patch:trunk","id-value":[30]},{"id-key":"7794a8fc-57f1-48b2-9772-f6d4e270e264","id-value":[34]},{"id-key":"tun91356c17db2","id-value":[8]}]},{"pool-name":"interfaces.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":13107,"cursor":13106,"end":19659},"block-size":6553},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741306","last-access-time":1540045565},{"child-pool-name":"nextHopPointerPool.-1073741294","last-access-time":1540045569},{"child-pool-name":"nextHopPointerPool.-1073741298","last-access-time":1540045571}],"available-ids-holder":{"start":150000,"cursor":157499,"end":175000},"block-size":2500},{"pool-name":"snatGroupIdPool.-1073741306","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":"aliveness-monitor.-1073741306","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741306","last-access-time":1540045569},{"child-pool-name":"snatGroupIdPool.-1073741298","last-access-time":1540045575},{"child-pool-name":"snatGroupIdPool.-1073741294","last-access-time":1540046398}],"available-ids-holder":{"start":225000,"cursor":232499,"end":250000},"block-size":2500,"id-entries":[{"id-key":"snatmiss.696a25aa-6961-4600-af39-00b50e262ee0","id-value":[227500]},{"id-key":"snatmiss.d5d03cd5-d1f2-48a6-8050-689240132f2c","id-value":[227501]}]},{"pool-name":"elan.ids.pool.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":6000,"cursor":5999,"end":6499},"block-size":500},{"pool-name":"RouteDistinguisherPool.-1073741294","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":"lporttag.-1073741298","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":"tables.-1073741306","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"lporttag.-1073741306","last-access-time":1540045566},{"child-pool-name":"lporttag.-1073741294","last-access-time":1540045569},{"child-pool-name":"lporttag.-1073741298","last-access-time":1540045572}],"available-ids-holder":{"start":170001,"cursor":199997,"end":270000},"block-size":9999},{"pool-name":"lporttag.-1073741294","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":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"groups.-1073741306","last-access-time":1540045561},{"child-pool-name":"groups.-1073741298","last-access-time":1540045563}],"available-ids-holder":{"start":0,"cursor":49,"end":254},"block-size":25},{"pool-name":"nextHopPointerPool.-1073741306","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":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741306","last-access-time":1540045566},{"child-pool-name":"aliveness-monitor.-1073741298","last-access-time":1540045562}],"available-ids-holder":{"start":1,"cursor":13106,"end":65535},"block-size":6553,"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"elan.ids.pool.-1073741294","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1540046390,"id":5502}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5500,"cursor":5504,"end":5999},"block-size":500},{"pool-name":"meters.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":25,"cursor":24,"end":49},"block-size":25},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"tables.-1073741306","last-access-time":1540045561},{"child-pool-name":"tables.-1073741298","last-access-time":1540045562}],"available-ids-holder":{"start":0,"cursor":49,"end":254},"block-size":25},{"pool-name":"aliveness-monitor.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":6554,"cursor":6553,"end":13106},"block-size":6553},{"pool-name":"groups.-1073741306","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"meters.-1073741306","last-access-time":1540045561},{"child-pool-name":"meters.-1073741298","last-access-time":1540045563}],"available-ids-holder":{"start":0,"cursor":49,"end":254},"block-size":25},{"pool-name":"elan.ids.pool.-1073741306","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.-1073741306","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","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741294","last-access-time":1540046397},{"child-pool-name":"elan.ids.pool.-1073741306","last-access-time":1540045564},{"child-pool-name":"elan.ids.pool.-1073741298","last-access-time":1540045569}],"available-ids-holder":{"start":5000,"cursor":6499,"end":10000},"block-size":500,"id-entries":[{"id-key":"21f82e14-24b5-4466-a775-f49e7293b4c2","id-value":[5503]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5501]},{"id-key":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","id-value":[5504]},{"id-key":"arp.responder.group.id","id-value":[5500]}]},{"pool-name":"nextHopPointerPool.-1073741294","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":"vpnservices.-1073741294","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1540046385,"id":103001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":103000,"cursor":103002,"end":105999},"block-size":3000},{"pool-name":"ACL-TAG-POOL.-1073741306","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":"interfaces.-1073741306","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1540046390,"id":22},{"ready-time-sec":1540046390,"id":21},{"ready-time-sec":1540046390,"id":23},{"ready-time-sec":1540046390,"id":20},{"ready-time-sec":1540046390,"id":24}],"available-id-count":5,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":37,"end":6553},"block-size":6553},{"pool-name":"nextHopPointerPool.-1073741298","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.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":106000,"cursor":105999,"end":108999},"block-size":3000},{"pool-name":"ACL-TAG-POOL.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1999,"cursor":1998,"end":2997},"block-size":999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741306","last-access-time":1540045568},{"child-pool-name":"RouteDistinguisherPool.-1073741294","last-access-time":1540045570},{"child-pool-name":"RouteDistinguisherPool.-1073741298","last-access-time":1540045574}],"available-ids-holder":{"start":1,"cursor":19659,"end":65535},"block-size":6553},{"pool-name":"vpnservices.-1073741306","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":"meters.-1073741306","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"opendaylight-vni-ranges.-1073741306","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":"tables.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":25,"cursor":24,"end":49},"block-size":25},{"pool-name":"RouteDistinguisherPool.-1073741306","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":"groups.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":25,"cursor":24,"end":49},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"vpnservices.-1073741294","last-access-time":1540046355},{"child-pool-name":"vpnservices.-1073741306","last-access-time":1540045565},{"child-pool-name":"vpnservices.-1073741298","last-access-time":1540045571}],"available-ids-holder":{"start":100000,"cursor":108999,"end":130000},"block-size":3000,"id-entries":[{"id-key":"8726b87b-b42f-41e5-a293-c46fee68f1ad","id-value":[103000]},{"id-key":"696a25aa-6961-4600-af39-00b50e262ee0.192.0.2.0/24","id-value":[103002]}]},{"pool-name":"snatGroupIdPool.-1073741294","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":227500,"cursor":227501,"end":229999},"block-size":2500},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741306","last-access-time":1540045568}],"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741306","last-access-time":1540045563},{"child-pool-name":"ACL-TAG-POOL.-1073741298","last-access-time":1540045568},{"child-pool-name":"ACL-TAG-POOL.-1073741294","last-access-time":1540046408}],"available-ids-holder":{"start":1,"cursor":2997,"end":10000},"block-size":999,"id-entries":[{"id-key":"4ae23966-383b-47d8-b460-32090333e3cb","id-value":[1000]},{"id-key":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","id-value":[1001]},{"id-key":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","id-value":[1002]}]},{"pool-name":"ACL-TAG-POOL.-1073741294","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1000,"cursor":1002,"end":1998},"block-size":999},{"pool-name":"snatGroupIdPool.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":230000,"cursor":229999,"end":232499},"block-size":2500},{"pool-name":"interfaces.-1073741294","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":6554,"cursor":6557,"end":13106},"block-size":6553}]}} </msg>
<msg timestamp="20181020 14:51:52.414" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.414" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 13106,
                    "end": 19659,
                    "start": 131...</msg>
<status status="PASS" endtime="20181020 14:51:52.414" starttime="20181020 14:51:52.407"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.416" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 13106,
                    "end": 19659,
                    "start": 13107
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741298",
                "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.-1073741294",
                        "last-access-time": 1540046479
                    },
                    {
                        "child-pool-name": "interfaces.-1073741306",
                        "last-access-time": 1540046514
                    },
                    {
                        "child-pool-name": "interfaces.-1073741298",
                        "last-access-time": 1540045566
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                        "id-value": [
                            27
                        ]
                    },
                    {
                        "id-key": "tunb223582a781",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "tun7dd6c062707",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "tun6de6aefe245",
                        "id-value": [
                            13
                        ]
                    },
                    {
                        "id-key": "tunfda004d5e48",
                        "id-value": [
                            16
                        ]
                    },
                    {
                        "id-key": "149698414707504:br-ex-patch:trunk",
                        "id-value": [
                            35
                        ]
                    },
                    {
                        "id-key": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                        "id-value": [
                            33
                        ]
                    },
                    {
                        "id-key": "tuncd74734f6e0",
                        "id-value": [
                            11
                        ]
                    },
                    {
                        "id-key": "tund35867a1187",
                        "id-value": [
                            12
                        ]
                    },
                    {
                        "id-key": "tunb3adfc3e977",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "tun3429b91664d",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "tunfb23e7715ee",
                        "id-value": [
                            14
                        ]
                    },
                    {
                        "id-key": "24575e36-5636-4640-893c-c36cd3fd70e0",
                        "id-value": [
                            37
                        ]
                    },
                    {
                        "id-key": "48796303178259:br-ex-patch:trunk",
                        "id-value": [
                            28
                        ]
                    },
                    {
                        "id-key": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                        "id-value": [
                            31
                        ]
                    },
                    {
                        "id-key": "149698414707504:br-ex-patch:1121",
                        "id-value": [
                            6557
                        ]
                    },
                    {
                        "id-key": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                        "id-value": [
                            29
                        ]
                    },
                    {
                        "id-key": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                        "id-value": [
                            36
                        ]
                    },
                    {
                        "id-key": "tunb9b6ece5224",
                        "id-value": [
                            15
                        ]
                    },
                    {
                        "id-key": "228722813034790:br-ex-patch:1121",
                        "id-value": [
                            6556
                        ]
                    },
                    {
                        "id-key": "tun23278d86c3d",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "tun5ef24485410",
                        "id-value": [
                            18
                        ]
                    },
                    {
                        "id-key": "tund8c3e0fcf05",
                        "id-value": [
                            17
                        ]
                    },
                    {
                        "id-key": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                        "id-value": [
                            25
                        ]
                    },
                    {
                        "id-key": "48796303178259:br-ex-patch:1121",
                        "id-value": [
                            6555
                        ]
                    },
                    {
                        "id-key": "tun617d26e46a5",
                        "id-value": [
                            2
                        ]
                    },
                    {
                        "id-key": "tund94e4440a70",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "260163147459722:br-ex-patch:1121",
                        "id-value": [
                            6554
                        ]
                    },
                    {
                        "id-key": "tuna8339e52304",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "tun1914722e5af",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "tunaf467906869",
                        "id-value": [
                            19
                        ]
                    },
                    {
                        "id-key": "260163147459722:br-ex-patch:trunk",
                        "id-value": [
                            26
                        ]
                    },
                    {
                        "id-key": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                        "id-value": [
                            32
                        ]
                    },
                    {
                        "id-key": "228722813034790:br-ex-patch:trunk",
                        "id-value": [
                            30
                        ]
                    },
                    {
                        "id-key": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                        "id-value": [
                            34
                        ]
                    },
                    {
                        "id-key": "tun91356c17db2",
                        "id-value": [
                            8
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 13106,
                    "end": 19659,
                    "start": 13107
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 157499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741306",
                        "last-access-time": 1540045565
                    },
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741294",
                        "last-access-time": 1540045569
                    },
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741298",
                        "last-access-time": 1540045571
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 224999,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741306",
                "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.-1073741306",
                        "last-access-time": 1540045569
                    },
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741298",
                        "last-access-time": 1540045575
                    },
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741294",
                        "last-access-time": 1540046398
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.696a25aa-6961-4600-af39-00b50e262ee0",
                        "id-value": [
                            227500
                        ]
                    },
                    {
                        "id-key": "snatmiss.d5d03cd5-d1f2-48a6-8050-689240132f2c",
                        "id-value": [
                            227501
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5999,
                    "end": 6499,
                    "start": 6000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741298",
                "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.-1073741294",
                "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.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741306",
                "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.-1073741306",
                        "last-access-time": 1540045566
                    },
                    {
                        "child-pool-name": "lporttag.-1073741294",
                        "last-access-time": 1540045569
                    },
                    {
                        "child-pool-name": "lporttag.-1073741298",
                        "last-access-time": 1540045572
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 189998,
                    "start": 180000
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 49,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741306",
                        "last-access-time": 1540045561
                    },
                    {
                        "child-pool-name": "groups.-1073741298",
                        "last-access-time": 1540045563
                    }
                ],
                "pool-name": "groups",
                "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.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 13106,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741306",
                        "last-access-time": 1540045566
                    },
                    {
                        "child-pool-name": "aliveness-monitor.-1073741298",
                        "last-access-time": 1540045562
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5504,
                    "end": 5999,
                    "start": 5500
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 5502,
                            "ready-time-sec": 1540046390
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 49,
                    "start": 25
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 49,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741306",
                        "last-access-time": 1540045561
                    },
                    {
                        "child-pool-name": "tables.-1073741298",
                        "last-access-time": 1540045562
                    }
                ],
                "pool-name": "tables",
                "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": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 49,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741306",
                        "last-access-time": 1540045561
                    },
                    {
                        "child-pool-name": "meters.-1073741298",
                        "last-access-time": 1540045563
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 4999,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741306",
                "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.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741294",
                        "last-access-time": 1540046397
                    },
                    {
                        "child-pool-name": "elan.ids.pool.-1073741306",
                        "last-access-time": 1540045564
                    },
                    {
                        "child-pool-name": "elan.ids.pool.-1073741298",
                        "last-access-time": 1540045569
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "id-value": [
                            5503
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5501
                        ]
                    },
                    {
                        "id-key": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                        "id-value": [
                            5504
                        ]
                    },
                    {
                        "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": 152499,
                    "end": 154999,
                    "start": 152500
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 103002,
                    "end": 105999,
                    "start": 103000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 103001,
                            "ready-time-sec": 1540046385
                        }
                    ],
                    "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.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 37,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 5,
                    "delayed-id-entries": [
                        {
                            "id": 22,
                            "ready-time-sec": 1540046390
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1540046390
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1540046390
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1540046390
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1540046390
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 154999,
                    "end": 157499,
                    "start": 155000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 105999,
                    "end": 108999,
                    "start": 106000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1998,
                    "end": 2997,
                    "start": 1999
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741298",
                "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.-1073741306",
                        "last-access-time": 1540045568
                    },
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741294",
                        "last-access-time": 1540045570
                    },
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741298",
                        "last-access-time": 1540045574
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "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.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741306",
                "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.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 49,
                    "start": 25
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 49,
                    "start": 25
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 108999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741294",
                        "last-access-time": 1540046355
                    },
                    {
                        "child-pool-name": "vpnservices.-1073741306",
                        "last-access-time": 1540045565
                    },
                    {
                        "child-pool-name": "vpnservices.-1073741298",
                        "last-access-time": 1540045571
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                        "id-value": [
                            103000
                        ]
                    },
                    {
                        "id-key": "696a25aa-6961-4600-af39-00b50e262ee0.192.0.2.0/24",
                        "id-value": [
                            103002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227501,
                    "end": 229999,
                    "start": 227500
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741306",
                        "last-access-time": 1540045568
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 2997,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741306",
                        "last-access-time": 1540045563
                    },
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741298",
                        "last-access-time": 1540045568
                    },
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741294",
                        "last-access-time": 1540046408
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "4ae23966-383b-47d8-b460-32090333e3cb",
                        "id-value": [
                            1000
                        ]
                    },
                    {
                        "id-key": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                        "id-value": [
                            1001
                        ]
                    },
                    {
                        "id-key": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                        "id-value": [
                            1002
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1002,
                    "end": 1998,
                    "start": 1000
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 229999,
                    "end": 232499,
                    "start": 230000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6557,
                    "end": 13106,
                    "start": 6554
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.416" starttime="20181020 14:51:52.415"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.416" starttime="20181020 14:51:52.375"></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="20181020 14:51:52.442" 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="20181020 14:51:52.443" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.443" starttime="20181020 14:51:52.417"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.445" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","access-list-entries":{"ace":[{"rule-name":"2014cade-2a4f-4311-ad6f-7e591564ae07","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"2e608dde-5628-4009-9851-44bec8b142c7","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":"7dddab02-36ce-49ff-8438-860852628aa8","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"b0df72aa-f784-4a90-b37a-36e6b1dbd77c","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","aclservice:direction":"aclservice:direction-ingress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4ae23966-383b-47d8-b460-32090333e3cb","access-list-entries":{"ace":[{"rule-name":"3dd95e3c-1c0d-4882-9bdf-eb210690aab0","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":"66dfbfad-3e7f-4c01-b289-858b28faef82","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6c5127b5-a34e-4476-ad34-27700a448840","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"4ae23966-383b-47d8-b460-32090333e3cb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"4ae23966-383b-47d8-b460-32090333e3cb","aclservice:direction":"aclservice:direction-ingress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","access-list-entries":{"ace":[{"rule-name":"7b0b286b-1595-4278-ab13-b3a92dc16fb5","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":"c30618b8-35e9-4fa6-bef4-acd75aceddc9","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"8c5726c4-7826-461e-93cb-154526013b67","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":"b40005fd-93eb-4f90-bdbf-564f2dede22d","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":"880f5c32-a8a3-4284-81cd-97753efc85fe","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"73e355fd-8f45-426a-b359-38fe6b4062ad","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6dffaa1e-d414-4940-9611-f69f03f3ed18","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":"427695f1-0593-4967-a674-9ef565517dce","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="20181020 14:51:52.445" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.445" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction...</msg>
<status status="PASS" endtime="20181020 14:51:52.445" starttime="20181020 14:51:52.443"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.446" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "2014cade-2a4f-4311-ad6f-7e591564ae07"
                        },
                        {
                            "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": "2e608dde-5628-4009-9851-44bec8b142c7"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "7dddab02-36ce-49ff-8438-860852628aa8"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "b0df72aa-f784-4a90-b37a-36e6b1dbd77c"
                        }
                    ]
                },
                "acl-name": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "3dd95e3c-1c0d-4882-9bdf-eb210690aab0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "66dfbfad-3e7f-4c01-b289-858b28faef82"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "6c5127b5-a34e-4476-ad34-27700a448840"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba"
                        }
                    ]
                },
                "acl-name": "4ae23966-383b-47d8-b460-32090333e3cb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "7b0b286b-1595-4278-ab13-b3a92dc16fb5"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c30618b8-35e9-4fa6-bef4-acd75aceddc9"
                        },
                        {
                            "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": "8c5726c4-7826-461e-93cb-154526013b67"
                        },
                        {
                            "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": "b40005fd-93eb-4f90-bdbf-564f2dede22d"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "880f5c32-a8a3-4284-81cd-97753efc85fe"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "73e355fd-8f45-426a-b359-38fe6b4062ad"
                        },
                        {
                            "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": "6dffaa1e-d414-4940-9611-f69f03f3ed18"
                        },
                        {
                            "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": "427695f1-0593-4967-a674-9ef565517dce"
                        }
                    ]
                },
                "acl-name": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.446" starttime="20181020 14:51:52.446"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.447" starttime="20181020 14:51:52.417"></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="20181020 14:51:52.467" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.467" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.467" starttime="20181020 14:51:52.447"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.471" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"tund94e4440a70","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":149698414707504,"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.5","odl-interface:tunnel-destination":"192.0.2.6","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":"149698414707504:br-ex-patch:1121","enabled":true,"odl-interface:parent-interface":"149698414707504: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":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapc92bf838-14"},{"name":"tun617d26e46a5","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":149698414707504,"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.5","odl-interface:tunnel-destination":"192.0.2.18","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":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap2cbb8d1a-60"},{"name":"454dc598-1929-4a4b-a5d5-6879ec5c974d","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap454dc598-19"},{"name":"24575e36-5636-4640-893c-c36cd3fd70e0","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:ab:fc:df","ip-address":"22.0.0.6"},{"mac-address":"fa:16:3e:ab:fc:df","ip-address":"fe80:0:0:0:f816:3eff:feab:fcdf"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap24575e36-56"},{"name":"tun3429b91664d","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":260163147459722,"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.18","odl-interface:tunnel-destination":"192.0.2.25","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":"228722813034790:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"228722813034790:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"2f0fd48f-ee71-4b18-baea-1b0228aef474","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap2f0fd48f-ee"},{"name":"tuna8339e52304","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":228722813034790,"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.6","odl-interface:tunnel-destination":"192.0.2.25","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":"260163147459722:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"260163147459722:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun7dd6c062707","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":268318365241219,"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.25","odl-interface:tunnel-destination":"192.0.2.18","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":"260163147459722:br-ex-patch:1121","enabled":true,"odl-interface:parent-interface":"260163147459722: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":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:d5:02:71","ip-address":"22.0.0.17"},{"mac-address":"fa:16:3e:d5:02:71","ip-address":"fe80:0:0:0:f816:3eff:fed5:271"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap854ab070-d9"},{"name":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap26c6b8fb-44"},{"name":"tund8c3e0fcf05","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":48796303178259,"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.14","odl-interface:tunnel-destination":"192.0.2.25","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":"228722813034790:br-ex-patch:1121","enabled":true,"odl-interface:parent-interface":"228722813034790: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":"48796303178259:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"48796303178259:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun23278d86c3d","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":268318365241219,"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.25","odl-interface:tunnel-destination":"192.0.2.6","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":"tun6de6aefe245","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":149698414707504,"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.5","odl-interface:tunnel-destination":"192.0.2.14","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":"tund35867a1187","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":48796303178259,"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.14","odl-interface:tunnel-destination":"192.0.2.5","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":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapf8d5f0e2-3b"},{"name":"tun91356c17db2","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":260163147459722,"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.18","odl-interface:tunnel-destination":"192.0.2.6","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":"tunb223582a781","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":268318365241219,"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.25","odl-interface:tunnel-destination":"192.0.2.5","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":"7794a8fc-57f1-48b2-9772-f6d4e270e264","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:ae:44:28","ip-address":"21.0.0.6"},{"mac-address":"fa:16:3e:ae:44:28","ip-address":"fe80:0:0:0:f816:3eff:feae:4428"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap7794a8fc-57"},{"name":"tuncd74734f6e0","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":228722813034790,"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.6","odl-interface:tunnel-destination":"192.0.2.5","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":"tunb3adfc3e977","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":149698414707504,"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.5","odl-interface:tunnel-destination":"192.0.2.25","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":"tun1914722e5af","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":228722813034790,"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.6","odl-interface:tunnel-destination":"192.0.2.18","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":"tunfb23e7715ee","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":268318365241219,"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.25","odl-interface:tunnel-destination":"192.0.2.14","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":"tunaf467906869","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":48796303178259,"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.14","odl-interface:tunnel-destination":"192.0.2.6","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":"48796303178259:br-ex-patch:1121","enabled":true,"odl-interface:parent-interface":"48796303178259: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":"tun5ef24485410","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":48796303178259,"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.14","odl-interface:tunnel-destination":"192.0.2.18","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":"149698414707504:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"149698414707504:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tunfda004d5e48","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":260163147459722,"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.18","odl-interface:tunnel-destination":"192.0.2.14","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":"tund356ff49ce4","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":260163147459722,"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.18","odl-interface:tunnel-destination":"192.0.2.5","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":"tunb9b6ece5224","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":228722813034790,"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.6","odl-interface:tunnel-destination":"192.0.2.14","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="20181020 14:51:52.471" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.472" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tund94e4440a70",
          ...</msg>
<status status="PASS" endtime="20181020 14:51:52.472" starttime="20181020 14:51:52.468"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.473" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tund94e4440a70",
                "odl-interface:datapath-node-identifier": 149698414707504,
                "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.6",
                "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.5",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "149698414707504:br-ex-patch:1121",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "149698414707504:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1121,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapc92bf838-14",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun617d26e46a5",
                "odl-interface:datapath-node-identifier": 149698414707504,
                "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.18",
                "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.5",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap2cbb8d1a-60",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap454dc598-19",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "22.0.0.6",
                        "mac-address": "fa:16:3e:ab:fc:df"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:feab:fcdf",
                        "mac-address": "fa:16:3e:ab:fc:df"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"
                ],
                "enabled": true,
                "name": "24575e36-5636-4640-893c-c36cd3fd70e0",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap24575e36-56",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun3429b91664d",
                "odl-interface:datapath-node-identifier": 260163147459722,
                "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.25",
                "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.18",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "228722813034790:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "228722813034790:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap2f0fd48f-ee",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tuna8339e52304",
                "odl-interface:datapath-node-identifier": 228722813034790,
                "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.25",
                "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.6",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "260163147459722:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "260163147459722:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun7dd6c062707",
                "odl-interface:datapath-node-identifier": 268318365241219,
                "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.18",
                "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.25",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "260163147459722:br-ex-patch:1121",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "260163147459722:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1121,
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "22.0.0.17",
                        "mac-address": "fa:16:3e:d5:02:71"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fed5:271",
                        "mac-address": "fa:16:3e:d5:02:71"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"
                ],
                "enabled": true,
                "name": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap854ab070-d9",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap26c6b8fb-44",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tund8c3e0fcf05",
                "odl-interface:datapath-node-identifier": 48796303178259,
                "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.25",
                "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.14",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "228722813034790:br-ex-patch:1121",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "228722813034790:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1121,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "48796303178259:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "48796303178259:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun23278d86c3d",
                "odl-interface:datapath-node-identifier": 268318365241219,
                "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.6",
                "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.25",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun6de6aefe245",
                "odl-interface:datapath-node-identifier": 149698414707504,
                "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.14",
                "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.5",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tund35867a1187",
                "odl-interface:datapath-node-identifier": 48796303178259,
                "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.5",
                "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.14",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapf8d5f0e2-3b",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun91356c17db2",
                "odl-interface:datapath-node-identifier": 260163147459722,
                "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.6",
                "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.18",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunb223582a781",
                "odl-interface:datapath-node-identifier": 268318365241219,
                "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.5",
                "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.25",
                "type": "iana-if-type:tunnel"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "21.0.0.6",
                        "mac-address": "fa:16:3e:ae:44:28"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:feae:4428",
                        "mac-address": "fa:16:3e:ae:44:28"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"
                ],
                "enabled": true,
                "name": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap7794a8fc-57",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tuncd74734f6e0",
                "odl-interface:datapath-node-identifier": 228722813034790,
                "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.5",
                "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.6",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunb3adfc3e977",
                "odl-interface:datapath-node-identifier": 149698414707504,
                "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.25",
                "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.5",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun1914722e5af",
                "odl-interface:datapath-node-identifier": 228722813034790,
                "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.18",
                "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.6",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunfb23e7715ee",
                "odl-interface:datapath-node-identifier": 268318365241219,
                "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.14",
                "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.25",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunaf467906869",
                "odl-interface:datapath-node-identifier": 48796303178259,
                "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.6",
                "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.14",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "48796303178259:br-ex-patch:1121",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "48796303178259:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1121,
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun5ef24485410",
                "odl-interface:datapath-node-identifier": 48796303178259,
                "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.18",
                "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.14",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "149698414707504:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "149698414707504:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunfda004d5e48",
                "odl-interface:datapath-node-identifier": 260163147459722,
                "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.14",
                "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.18",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tund356ff49ce4",
                "odl-interface:datapath-node-identifier": 260163147459722,
                "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.5",
                "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.18",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunb9b6ece5224",
                "odl-interface:datapath-node-identifier": 228722813034790,
                "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.14",
                "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.6",
                "type": "iana-if-type:tunnel"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.473" starttime="20181020 14:51:52.472"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.473" starttime="20181020 14:51:52.447"></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="20181020 14:51:52.515" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.515" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.515" starttime="20181020 14:51:52.474"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.529" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"149698414707504:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.149698414707504: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":"149698414707504:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tunb3adfc3e977","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunb3adfc3e977","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":"tund8c3e0fcf05","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tund8c3e0fcf05","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":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","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":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","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":"260163147459722:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.260163147459722:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6554,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"2f0fd48f-ee71-4b18-baea-1b0228aef474","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.2f0fd48f-ee71-4b18-baea-1b0228aef474","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":29,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"2f0fd48f-ee71-4b18-baea-1b0228aef474","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.2f0fd48f-ee71-4b18-baea-1b0228aef474","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":"tunb223582a781","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunb223582a781","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":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5504,"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":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":27,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"149698414707504:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.149698414707504:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6557,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"tund35867a1187","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tund35867a1187","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":"454dc598-1929-4a4b-a5d5-6879ec5c974d","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.454dc598-1929-4a4b-a5d5-6879ec5c974d","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5504,"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":"tun3429b91664d","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun3429b91664d","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":"tunb9b6ece5224","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunb9b6ece5224","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":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.2cbb8d1a-6001-454f-9da4-62daccf1ac98","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":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.854ab070-d9b1-4f78-b90c-ddf2e13113e2","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5504,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":36,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.854ab070-d9b1-4f78-b90c-ddf2e13113e2","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":"tund94e4440a70","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tund94e4440a70","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":"48796303178259:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.48796303178259: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":"tun7dd6c062707","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun7dd6c062707","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":"260163147459722:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"7794a8fc-57f1-48b2-9772-f6d4e270e264","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.7794a8fc-57f1-48b2-9772-f6d4e270e264","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5503,"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}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.7794a8fc-57f1-48b2-9772-f6d4e270e264","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":"228722813034790:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.228722813034790: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":"268318365241219:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tuna8339e52304","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tuna8339e52304","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":"tun1914722e5af","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun1914722e5af","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":"tun617d26e46a5","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun617d26e46a5","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":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.c92bf838-14a3-48b0-bbd7-4627a6f474e6","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":"tuncd74734f6e0","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tuncd74734f6e0","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":"tunaf467906869","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunaf467906869","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":"48796303178259:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.48796303178259: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":"tunfda004d5e48","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunfda004d5e48","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":"228722813034790:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.228722813034790: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":"tunfb23e7715ee","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunfb23e7715ee","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":"24575e36-5636-4640-893c-c36cd3fd70e0","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.24575e36-5636-4640-893c-c36cd3fd70e0","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.24575e36-5636-4640-893c-c36cd3fd70e0","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":"24575e36-5636-4640-893c-c36cd3fd70e0","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.24575e36-5636-4640-893c-c36cd3fd70e0","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5504,"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.24575e36-5636-4640-893c-c36cd3fd70e0","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":"228722813034790:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.228722813034790:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6556,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"48796303178259:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"454dc598-1929-4a4b-a5d5-6879ec5c974d","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.454dc598-1929-4a4b-a5d5-6879ec5c974d","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":"228722813034790:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tun6de6aefe245","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun6de6aefe245","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":"149698414707504:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.149698414707504: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":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.c92bf838-14a3-48b0-bbd7-4627a6f474e6","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5504,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"tun5ef24485410","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun5ef24485410","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":"tun23278d86c3d","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun23278d86c3d","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":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.854ab070-d9b1-4f78-b90c-ddf2e13113e2","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.854ab070-d9b1-4f78-b90c-ddf2e13113e2","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":"7794a8fc-57f1-48b2-9772-f6d4e270e264","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.7794a8fc-57f1-48b2-9772-f6d4e270e264","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.7794a8fc-57f1-48b2-9772-f6d4e270e264","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":"268318365241219:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"260163147459722:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.260163147459722: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":"tun91356c17db2","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun91356c17db2","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":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.2cbb8d1a-6001-454f-9da4-62daccf1ac98","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":25,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"260163147459722:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.260163147459722: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":"48796303178259:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.48796303178259:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6555,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]}]}} </msg>
<msg timestamp="20181020 14:51:52.530" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.531" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                       ...</msg>
<status status="PASS" endtime="20181020 14:51:52.531" starttime="20181020 14:51:52.515"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.532" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "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.149698414707504:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "149698414707504:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "149698414707504: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.tunb3adfc3e977",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunb3adfc3e977",
                "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.tund8c3e0fcf05",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tund8c3e0fcf05",
                "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.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                "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.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92325019648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5503
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6554
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.260163147459722:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "260163147459722:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92325019648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5503
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 29
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.2f0fd48f-ee71-4b18-baea-1b0228aef474",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                "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.2f0fd48f-ee71-4b18-baea-1b0228aef474",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                "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.tunb223582a781",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunb223582a781",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92341796864,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5504
                                            },
                                            "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.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92325019648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5503
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 27
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92325019648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5503
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6557
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.149698414707504:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "149698414707504: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": "2"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tund35867a1187",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tund35867a1187",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92341796864,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5504
                                            },
                                            "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.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.454dc598-1929-4a4b-a5d5-6879ec5c974d",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                "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.tun3429b91664d",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun3429b91664d",
                "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.tunb9b6ece5224",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunb9b6ece5224",
                "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.2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92341796864,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5504
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 36
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                        "service-priority": 9,
                        "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.854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tund94e4440a70",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tund94e4440a70",
                "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.48796303178259:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "48796303178259: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": "3"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun7dd6c062707",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun7dd6c062707",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "260163147459722:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92325019648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5503
                                            },
                                            "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.21f82e14-24b5-4466-a775-f49e7293b4c2.7794a8fc-57f1-48b2-9772-f6d4e270e264",
                        "service-priority": 9,
                        "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.7794a8fc-57f1-48b2-9772-f6d4e270e264",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                "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.228722813034790:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "228722813034790:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "268318365241219: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": "3"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tuna8339e52304",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tuna8339e52304",
                "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.tun1914722e5af",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun1914722e5af",
                "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.tun617d26e46a5",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun617d26e46a5",
                "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.c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                "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.tuncd74734f6e0",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tuncd74734f6e0",
                "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.tunaf467906869",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunaf467906869",
                "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.48796303178259:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "48796303178259: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.tunfda004d5e48",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunfda004d5e48",
                "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.228722813034790:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "228722813034790: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.tunfb23e7715ee",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunfb23e7715ee",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "8"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.24575e36-5636-4640-893c-c36cd3fd70e0",
                        "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.24575e36-5636-4640-893c-c36cd3fd70e0",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "24575e36-5636-4640-893c-c36cd3fd70e0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92341796864,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5504
                                            },
                                            "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.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.24575e36-5636-4640-893c-c36cd3fd70e0",
                        "service-priority": 9,
                        "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.24575e36-5636-4640-893c-c36cd3fd70e0",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "24575e36-5636-4640-893c-c36cd3fd70e0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92325019648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5503
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6556
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.228722813034790:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "228722813034790:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "48796303178259: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": "7"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.454dc598-1929-4a4b-a5d5-6879ec5c974d",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "228722813034790: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": "5"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun6de6aefe245",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun6de6aefe245",
                "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.149698414707504:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "149698414707504:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92341796864,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5504
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 31
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun5ef24485410",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun5ef24485410",
                "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.tun23278d86c3d",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun23278d86c3d",
                "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.854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                        "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.854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                "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.7794a8fc-57f1-48b2-9772-f6d4e270e264",
                        "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.7794a8fc-57f1-48b2-9772-f6d4e270e264",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "268318365241219: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": 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.260163147459722:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "260163147459722: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.tun91356c17db2",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun91356c17db2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92325019648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5503
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 25
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                "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.260163147459722:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "260163147459722:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92325019648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5503
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6555
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.48796303178259:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "48796303178259:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.533" starttime="20181020 14:51:52.531"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.533" starttime="20181020 14:51:52.473"></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="20181020 14:51:52.575" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.575" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.576" starttime="20181020 14:51:52.533"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.577" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":149698414707504,"tunnel-end-points":[{"ip-address":"192.0.2.5","tunnel-type":"odl-interface:tunnel-type-vxlan","portname":"","VLAN-ID":0,"subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"149698414707504::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":260163147459722,"tunnel-end-points":[{"ip-address":"192.0.2.18","tunnel-type":"odl-interface:tunnel-type-vxlan","portname":"","VLAN-ID":0,"subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"260163147459722::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":228722813034790,"tunnel-end-points":[{"ip-address":"192.0.2.6","tunnel-type":"odl-interface:tunnel-type-vxlan","portname":"","VLAN-ID":0,"subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"228722813034790::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":268318365241219,"tunnel-end-points":[{"ip-address":"192.0.2.25","tunnel-type":"odl-interface:tunnel-type-vxlan","portname":"","VLAN-ID":0,"subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"268318365241219::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":48796303178259,"tunnel-end-points":[{"ip-address":"192.0.2.14","tunnel-type":"odl-interface:tunnel-type-vxlan","portname":"","VLAN-ID":0,"subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"48796303178259::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181020 14:51:52.577" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.578" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 149698414707504,
                "tunnel-end-points": [
                    {
                        "VLAN-...</msg>
<status status="PASS" endtime="20181020 14:51:52.578" starttime="20181020 14:51:52.576"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.579" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 149698414707504,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "149698414707504::0",
                        "ip-address": "192.0.2.5",
                        "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": 260163147459722,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "260163147459722::0",
                        "ip-address": "192.0.2.18",
                        "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": 228722813034790,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "228722813034790::0",
                        "ip-address": "192.0.2.6",
                        "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": 268318365241219,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "268318365241219::0",
                        "ip-address": "192.0.2.25",
                        "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": 48796303178259,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "48796303178259::0",
                        "ip-address": "192.0.2.14",
                        "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="20181020 14:51:52.579" starttime="20181020 14:51:52.578"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.579" starttime="20181020 14:51:52.533"></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="20181020 14:51:52.605" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.605" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.605" starttime="20181020 14:51:52.579"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.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="20181020 14:51:52.607" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.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="20181020 14:51:52.607" starttime="20181020 14:51:52.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="20181020 14:51:52.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="20181020 14:51:52.608" starttime="20181020 14:51:52.607"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.608" starttime="20181020 14:51:52.579"></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="20181020 14:51:52.676" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.676" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.676" starttime="20181020 14:51:52.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="20181020 14:51:52.677" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:52.677" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.677" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:52.677" starttime="20181020 14:51:52.677"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.678" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.678" starttime="20181020 14:51:52.678"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.678" starttime="20181020 14:51:52.608"></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="20181020 14:51:52.705" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.705" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.705" starttime="20181020 14:51:52.679"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.707" level="INFO">To JSON using : content={"tunnel-list":{"internal-tunnel":[{"source-DPN":48796303178259,"destination-DPN":228722813034790,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunaf467906869"]},{"source-DPN":228722813034790,"destination-DPN":48796303178259,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunb9b6ece5224"]},{"source-DPN":260163147459722,"destination-DPN":149698414707504,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tund356ff49ce4"]},{"source-DPN":149698414707504,"destination-DPN":260163147459722,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun617d26e46a5"]},{"source-DPN":260163147459722,"destination-DPN":268318365241219,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun3429b91664d"]},{"source-DPN":268318365241219,"destination-DPN":260163147459722,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun7dd6c062707"]},{"source-DPN":48796303178259,"destination-DPN":149698414707504,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tund35867a1187"]},{"source-DPN":149698414707504,"destination-DPN":48796303178259,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun6de6aefe245"]},{"source-DPN":48796303178259,"destination-DPN":268318365241219,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tund8c3e0fcf05"]},{"source-DPN":268318365241219,"destination-DPN":48796303178259,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunfb23e7715ee"]},{"source-DPN":149698414707504,"destination-DPN":268318365241219,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunb3adfc3e977"]},{"source-DPN":268318365241219,"destination-DPN":149698414707504,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunb223582a781"]},{"source-DPN":228722813034790,"destination-DPN":268318365241219,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tuna8339e52304"]},{"source-DPN":268318365241219,"destination-DPN":228722813034790,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun23278d86c3d"]},{"source-DPN":228722813034790,"destination-DPN":149698414707504,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tuncd74734f6e0"]},{"source-DPN":149698414707504,"destination-DPN":228722813034790,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tund94e4440a70"]},{"source-DPN":48796303178259,"destination-DPN":260163147459722,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun5ef24485410"]},{"source-DPN":260163147459722,"destination-DPN":48796303178259,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunfda004d5e48"]},{"source-DPN":228722813034790,"destination-DPN":260163147459722,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun1914722e5af"]},{"source-DPN":260163147459722,"destination-DPN":228722813034790,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun91356c17db2"]}]}} </msg>
<msg timestamp="20181020 14:51:52.707" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.707" level="INFO">${pretty_output} = {
    "tunnel-list": {
        "internal-tunnel": [
            {
                "destination-DPN": 228722813034790,
                "source-DPN": 48796303178259,
                "transport-type": "o...</msg>
<status status="PASS" endtime="20181020 14:51:52.707" starttime="20181020 14:51:52.706"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.708" level="INFO">{
    "tunnel-list": {
        "internal-tunnel": [
            {
                "destination-DPN": 228722813034790,
                "source-DPN": 48796303178259,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunaf467906869"
                ]
            },
            {
                "destination-DPN": 48796303178259,
                "source-DPN": 228722813034790,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunb9b6ece5224"
                ]
            },
            {
                "destination-DPN": 149698414707504,
                "source-DPN": 260163147459722,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tund356ff49ce4"
                ]
            },
            {
                "destination-DPN": 260163147459722,
                "source-DPN": 149698414707504,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun617d26e46a5"
                ]
            },
            {
                "destination-DPN": 268318365241219,
                "source-DPN": 260163147459722,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun3429b91664d"
                ]
            },
            {
                "destination-DPN": 260163147459722,
                "source-DPN": 268318365241219,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun7dd6c062707"
                ]
            },
            {
                "destination-DPN": 149698414707504,
                "source-DPN": 48796303178259,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tund35867a1187"
                ]
            },
            {
                "destination-DPN": 48796303178259,
                "source-DPN": 149698414707504,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun6de6aefe245"
                ]
            },
            {
                "destination-DPN": 268318365241219,
                "source-DPN": 48796303178259,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tund8c3e0fcf05"
                ]
            },
            {
                "destination-DPN": 48796303178259,
                "source-DPN": 268318365241219,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunfb23e7715ee"
                ]
            },
            {
                "destination-DPN": 268318365241219,
                "source-DPN": 149698414707504,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunb3adfc3e977"
                ]
            },
            {
                "destination-DPN": 149698414707504,
                "source-DPN": 268318365241219,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunb223582a781"
                ]
            },
            {
                "destination-DPN": 268318365241219,
                "source-DPN": 228722813034790,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tuna8339e52304"
                ]
            },
            {
                "destination-DPN": 228722813034790,
                "source-DPN": 268318365241219,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun23278d86c3d"
                ]
            },
            {
                "destination-DPN": 149698414707504,
                "source-DPN": 228722813034790,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tuncd74734f6e0"
                ]
            },
            {
                "destination-DPN": 228722813034790,
                "source-DPN": 149698414707504,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tund94e4440a70"
                ]
            },
            {
                "destination-DPN": 260163147459722,
                "source-DPN": 48796303178259,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun5ef24485410"
                ]
            },
            {
                "destination-DPN": 48796303178259,
                "source-DPN": 260163147459722,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunfda004d5e48"
                ]
            },
            {
                "destination-DPN": 260163147459722,
                "source-DPN": 228722813034790,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun1914722e5af"
                ]
            },
            {
                "destination-DPN": 228722813034790,
                "source-DPN": 260163147459722,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun91356c17db2"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.708" starttime="20181020 14:51:52.708"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.708" starttime="20181020 14:51:52.678"></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="20181020 14:51:52.723" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.723" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.723" starttime="20181020 14:51:52.709"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.724" 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":268318365241219,"portname":"","ip-address":"192.0.2.25","weight":1,"option-of-tunnel":false},{"dpn-id":149698414707504,"portname":"","ip-address":"192.0.2.5","weight":1,"option-of-tunnel":false},{"dpn-id":48796303178259,"portname":"","ip-address":"192.0.2.14","option-of-tunnel":false},{"dpn-id":260163147459722,"portname":"","ip-address":"192.0.2.18","weight":1,"option-of-tunnel":false},{"dpn-id":228722813034790,"portname":"","ip-address":"192.0.2.6","weight":1,"option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181020 14:51:52.725" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.725" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181020 14:51:52.725" starttime="20181020 14:51:52.724"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.725" 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": 268318365241219,
                                "ip-address": "192.0.2.25",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 149698414707504,
                                "ip-address": "192.0.2.5",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 48796303178259,
                                "ip-address": "192.0.2.14",
                                "option-of-tunnel": false,
                                "portname": ""
                            },
                            {
                                "dpn-id": 260163147459722,
                                "ip-address": "192.0.2.18",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 228722813034790,
                                "ip-address": "192.0.2.6",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.726" starttime="20181020 14:51:52.725"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.726" starttime="20181020 14:51:52.708"></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="20181020 14:51:52.778" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.778" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.778" starttime="20181020 14:51:52.726"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.780" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181020 14:51:52.780" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.780" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:52.780" starttime="20181020 14:51:52.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="20181020 14:51:52.780" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:52.781" starttime="20181020 14:51:52.780"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.781" starttime="20181020 14:51:52.726"></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="20181020 14:51:52.804" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.804" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.804" starttime="20181020 14:51:52.781"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.805" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181020 14:51:52.805" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.806" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:52.806" starttime="20181020 14:51:52.805"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.806" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:52.806" starttime="20181020 14:51:52.806"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.806" starttime="20181020 14:51:52.781"></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="20181020 14:51:52.827" 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="20181020 14:51:52.827" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.827" starttime="20181020 14:51:52.807"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.834" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/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/1a746078-90f9-4624-b697-eb3f1c4dd471/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653"},{"target":"tcp:192.0.2.18:6653"},{"target":"tcp:192.0.2.6:6653"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"d0:05:ae:05:e1:26"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"},{"tp-id":"tuna8339e52304","ovsdb:options":[{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.25"},{"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":"tuna8339e52304"},{"tp-id":"tun1914722e5af","ovsdb:options":[{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.18"},{"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":"tun1914722e5af"},{"tp-id":"tunb9b6ece5224","ovsdb:options":[{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.14"},{"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":"tunb9b6ece5224"},{"tp-id":"tuncd74734f6e0","ovsdb:options":[{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.5"},{"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":"tuncd74734f6e0"}]},{"node-id":"ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653"},{"target":"tcp:192.0.2.18:6653"},{"target":"tcp:192.0.2.6:6653"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"ec:9d:f3:fc:ec:8a"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6']","termination-point":[{"tp-id":"tun3429b91664d","ovsdb:options":[{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.25"},{"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":"tun3429b91664d"},{"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":"tunfda004d5e48","ovsdb:options":[{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.14"},{"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":"tunfda004d5e48"},{"tp-id":"tun91356c17db2","ovsdb:options":[{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.6"},{"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":"tun91356c17db2"}]},{"node-id":"ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/091ce738-9116-4531-9a46-0fc4944dd228/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653"},{"target":"tcp:192.0.2.18:6653"},{"target":"tcp:192.0.2.6:6653"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"2c:61:46:51:3a:13"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228']","termination-point":[{"tp-id":"tund8c3e0fcf05","ovsdb:options":[{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.25"},{"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":"tund8c3e0fcf05"},{"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":"tunaf467906869","ovsdb:options":[{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.6"},{"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":"tunaf467906869"},{"tp-id":"tund35867a1187","ovsdb:options":[{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.5"},{"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":"tund35867a1187"},{"tp-id":"tun5ef24485410","ovsdb:options":[{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.18"},{"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":"tun5ef24485410"}]},{"node-id":"ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653"},{"target":"tcp:192.0.2.18:6653"},{"target":"tcp:192.0.2.6:6653"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"f4:08:bc:d8:cf:83"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"},{"tp-id":"tun7dd6c062707","ovsdb:options":[{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.18"},{"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":"tun7dd6c062707"},{"tp-id":"tunb223582a781","ovsdb:options":[{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.5"},{"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":"tunb223582a781"},{"tp-id":"tunfb23e7715ee","ovsdb:options":[{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.14"},{"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":"tunfb23e7715ee"},{"tp-id":"tun23278d86c3d","ovsdb:options":[{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.6"},{"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":"tun23278d86c3d"}]},{"node-id":"ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653"},{"target":"tcp:192.0.2.18:6653"},{"target":"tcp:192.0.2.6:6653"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"88:26:60:d5:03:30"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471']","termination-point":[{"tp-id":"tunb3adfc3e977","ovsdb:options":[{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.25"},{"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":"tunb3adfc3e977"},{"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":"tun6de6aefe245","ovsdb:options":[{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.14"},{"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":"tun6de6aefe245"},{"tp-id":"tun617d26e46a5","ovsdb:options":[{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.18"},{"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":"tun617d26e46a5"},{"tp-id":"tund94e4440a70","ovsdb:options":[{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.6"},{"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":"tund94e4440a70"}]}]}]} </msg>
<msg timestamp="20181020 14:51:52.835" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.835" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-ex",
                    "termination-...</msg>
<status status="PASS" endtime="20181020 14:51:52.835" starttime="20181020 14:51:52.828"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.836" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/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/1a746078-90f9-4624-b697-eb3f1c4dd471/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "d0:05:ae:05:e1:26"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "target": "tcp:192.0.2.6: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/c4115c0f-f4be-40ef-b005-f63c6a201c57']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "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": "tuna8339e52304",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tuna8339e52304"
                        },
                        {
                            "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": "tun1914722e5af",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun1914722e5af"
                        },
                        {
                            "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": "tunb9b6ece5224",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunb9b6ece5224"
                        },
                        {
                            "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": "tuncd74734f6e0",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tuncd74734f6e0"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "ec:9d:f3:fc:ec:8a"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "target": "tcp:192.0.2.6: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/f7d2b89c-71a6-4831-8e79-3394722493d6']",
                    "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": "tun3429b91664d",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun3429b91664d"
                        },
                        {
                            "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": "tunfda004d5e48",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunfda004d5e48"
                        },
                        {
                            "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": "tun91356c17db2",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun91356c17db2"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/091ce738-9116-4531-9a46-0fc4944dd228/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "2c:61:46:51:3a:13"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "target": "tcp:192.0.2.6: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/091ce738-9116-4531-9a46-0fc4944dd228']",
                    "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": "tund8c3e0fcf05",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tund8c3e0fcf05"
                        },
                        {
                            "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": "tunaf467906869",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunaf467906869"
                        },
                        {
                            "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": "tund35867a1187",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tund35867a1187"
                        },
                        {
                            "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": "tun5ef24485410",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun5ef24485410"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "f4:08:bc:d8:cf:83"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "target": "tcp:192.0.2.6: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/d2bd3eee-008f-41f1-a63f-2506ee81c223']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "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": "tun7dd6c062707",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun7dd6c062707"
                        },
                        {
                            "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": "tunb223582a781",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunb223582a781"
                        },
                        {
                            "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": "tunfb23e7715ee",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunfb23e7715ee"
                        },
                        {
                            "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": "tun23278d86c3d",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun23278d86c3d"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "88:26:60:d5:03:30"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "target": "tcp:192.0.2.6: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/1a746078-90f9-4624-b697-eb3f1c4dd471']",
                    "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": "tunb3adfc3e977",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunb3adfc3e977"
                        },
                        {
                            "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": "tun6de6aefe245",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun6de6aefe245"
                        },
                        {
                            "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": "tun617d26e46a5",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun617d26e46a5"
                        },
                        {
                            "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": "tund94e4440a70",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tund94e4440a70"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181020 14:51:52.837" starttime="20181020 14:51:52.836"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.837" starttime="20181020 14:51:52.806"></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="20181020 14:51:52.886" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.887" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.887" starttime="20181020 14:51:52.838"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.890" 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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","admin-state-up":true,"status":"ACTIVE","project-id":"30aba7c692df4eb5b35215cb70b9fae6","neutron-provider-ext:segmentation-id":"80","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l2_net_2"},{"uuid":"21f82e14-24b5-4466-a775-f49e7293b4c2","admin-state-up":true,"status":"ACTIVE","project-id":"30aba7c692df4eb5b35215cb70b9fae6","neutron-provider-ext:segmentation-id":"1121","neutron-provider-ext:physical-network":"datacentre","neutron-provider-ext:network-type":"neutron-networks:network-type-vlan","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l2_net_1"}]},"security-groups":{"security-group":[{"uuid":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","revision-number":1,"name":"default","project-id":"30aba7c692df4eb5b35215cb70b9fae6"},{"uuid":"4ae23966-383b-47d8-b460-32090333e3cb","tenant-id":"f3c18c38-fb5b-440d-86a1-f8e33c3e2e89","revision-number":1,"name":"default","project-id":"f3c18c38fb5b440d86a1f8e33c3e2e89"},{"uuid":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","revision-number":1,"name":"l2_sg","project-id":"30aba7c692df4eb5b35215cb70b9fae6"}]},"security-rules":{"security-rule":[{"uuid":"6dffaa1e-d414-4940-9611-f69f03f3ed18","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","port-range-min":1,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"73e355fd-8f45-426a-b359-38fe6b4062ad","ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"2e608dde-5628-4009-9851-44bec8b142c7","ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a"},{"uuid":"b40005fd-93eb-4f90-bdbf-564f2dede22d","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","port-range-min":1,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"b0df72aa-f784-4a90-b37a-36e6b1dbd77c","remote-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a"},{"uuid":"7b0b286b-1595-4278-ab13-b3a92dc16fb5","ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"},{"uuid":"8c5726c4-7826-461e-93cb-154526013b67","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","port-range-min":1,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"66dfbfad-3e7f-4c01-b289-858b28faef82","ethertype":"neutron-constants:ethertype-v6","project-id":"f3c18c38fb5b440d86a1f8e33c3e2e89","tenant-id":"f3c18c38-fb5b-440d-86a1-f8e33c3e2e89","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4ae23966-383b-47d8-b460-32090333e3cb"},{"uuid":"7dddab02-36ce-49ff-8438-860852628aa8","ethertype":"neutron-constants:ethertype-v6","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a"},{"uuid":"3dd95e3c-1c0d-4882-9bdf-eb210690aab0","ethertype":"neutron-constants:ethertype-v4","project-id":"f3c18c38fb5b440d86a1f8e33c3e2e89","tenant-id":"f3c18c38-fb5b-440d-86a1-f8e33c3e2e89","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4ae23966-383b-47d8-b460-32090333e3cb"},{"uuid":"f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba","remote-group-id":"4ae23966-383b-47d8-b460-32090333e3cb","ethertype":"neutron-constants:ethertype-v6","project-id":"f3c18c38fb5b440d86a1f8e33c3e2e89","tenant-id":"f3c18c38-fb5b-440d-86a1-f8e33c3e2e89","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"4ae23966-383b-47d8-b460-32090333e3cb"},{"uuid":"2014cade-2a4f-4311-ad6f-7e591564ae07","remote-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","ethertype":"neutron-constants:ethertype-v6","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a"},{"uuid":"6c5127b5-a34e-4476-ad34-27700a448840","remote-group-id":"4ae23966-383b-47d8-b460-32090333e3cb","ethertype":"neutron-constants:ethertype-v4","project-id":"f3c18c38fb5b440d86a1f8e33c3e2e89","tenant-id":"f3c18c38-fb5b-440d-86a1-f8e33c3e2e89","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"4ae23966-383b-47d8-b460-32090333e3cb"},{"uuid":"c30618b8-35e9-4fa6-bef4-acd75aceddc9","ethertype":"neutron-constants:ethertype-v6","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"},{"uuid":"427695f1-0593-4967-a674-9ef565517dce","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","port-range-min":1,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"880f5c32-a8a3-4284-81cd-97753efc85fe","ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","remote-ip-prefix":"0.0.0.0/0"}]},"subnets":{"subnet":[{"uuid":"d5d03cd5-d1f2-48a6-8050-689240132f2c","gateway-ip":"21.0.0.1","project-id":"30aba7c692df4eb5b35215cb70b9fae6","enable-dhcp":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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":"21f82e14-24b5-4466-a775-f49e7293b4c2","name":"l2_sub_1"},{"uuid":"36bca058-4c94-495e-b4eb-7660a9abcbcd","gateway-ip":"22.0.0.1","project-id":"30aba7c692df4eb5b35215cb70b9fae6","enable-dhcp":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","name":"l2_sub_2"}]},"ports":{"port":[{"uuid":"2f0fd48f-ee71-4b18-baea-1b0228aef474","fixed-ips":[{"ip-address":"21.0.0.4","subnet-id":"d5d03cd5-d1f2-48a6-8050-689240132f2c"}],"device-id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21f82e14-24b5-4466-a775-f49e7293b4c2","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:b8:e9:e0","admin-state-up":true,"network-id":"21f82e14-24b5-4466-a775-f49e7293b4c2","name":""},{"uuid":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","fixed-ips":[{"ip-address":"22.0.0.17","subnet-id":"36bca058-4c94-495e-b4eb-7660a9abcbcd"}],"device-id":"5dff1394-b99b-4d9d-b0f1-6d560efc3c34","neutron-portsecurity:port-security-enabled":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:d5:02:71","security-groups":["2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"],"admin-state-up":true,"network-id":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","name":""},{"uuid":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","fixed-ips":[{"ip-address":"22.0.0.2","subnet-id":"36bca058-4c94-495e-b4eb-7660a9abcbcd"}],"device-id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:98:55:1e","admin-state-up":true,"network-id":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","name":""},{"uuid":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","fixed-ips":[{"ip-address":"22.0.0.4","subnet-id":"36bca058-4c94-495e-b4eb-7660a9abcbcd"}],"device-id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:03:97:b1","admin-state-up":true,"network-id":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","name":""},{"uuid":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","fixed-ips":[{"ip-address":"21.0.0.2","subnet-id":"d5d03cd5-d1f2-48a6-8050-689240132f2c"}],"device-id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21f82e14-24b5-4466-a775-f49e7293b4c2","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:36:da:5d","admin-state-up":true,"network-id":"21f82e14-24b5-4466-a775-f49e7293b4c2","name":""},{"uuid":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","fixed-ips":[{"ip-address":"21.0.0.3","subnet-id":"d5d03cd5-d1f2-48a6-8050-689240132f2c"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21f82e14-24b5-4466-a775-f49e7293b4c2","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:b1:41:14","admin-state-up":true,"network-id":"21f82e14-24b5-4466-a775-f49e7293b4c2","name":""},{"uuid":"454dc598-1929-4a4b-a5d5-6879ec5c974d","fixed-ips":[{"ip-address":"22.0.0.3","subnet-id":"36bca058-4c94-495e-b4eb-7660a9abcbcd"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:f8:1b:e7","admin-state-up":true,"network-id":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","name":""},{"uuid":"7794a8fc-57f1-48b2-9772-f6d4e270e264","fixed-ips":[{"ip-address":"21.0.0.6","subnet-id":"d5d03cd5-d1f2-48a6-8050-689240132f2c"}],"device-id":"13f3f606-16e3-4b59-be73-e0452d2e4451","neutron-portsecurity:port-security-enabled":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:ae:44:28","security-groups":["2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"],"admin-state-up":true,"network-id":"21f82e14-24b5-4466-a775-f49e7293b4c2","name":""},{"uuid":"24575e36-5636-4640-893c-c36cd3fd70e0","fixed-ips":[{"ip-address":"22.0.0.6","subnet-id":"36bca058-4c94-495e-b4eb-7660a9abcbcd"}],"device-id":"33477e01-cd98-4475-821b-23d296c9e5d9","neutron-portsecurity:port-security-enabled":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:ab:fc:df","security-groups":["2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"],"admin-state-up":true,"network-id":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","name":""}]}}} </msg>
<msg timestamp="20181020 14:51:52.891" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.891" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181020 14:51:52.891" starttime="20181020 14:51:52.887"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.892" 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-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "80",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b"
                },
                {
                    "admin-state-up": true,
                    "name": "l2_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vlan",
                    "neutron-provider-ext:physical-network": "datacentre",
                    "neutron-provider-ext:segmentation-id": "1121",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "21f82e14-24b5-4466-a775-f49e7293b4c2"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21f82e14-24b5-4466-a775-f49e7293b4c2",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.4",
                            "subnet-id": "d5d03cd5-d1f2-48a6-8050-689240132f2c"
                        }
                    ],
                    "mac-address": "fa:16:3e:b8:e9:e0",
                    "name": "",
                    "network-id": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "2f0fd48f-ee71-4b18-baea-1b0228aef474"
                },
                {
                    "admin-state-up": true,
                    "device-id": "5dff1394-b99b-4d9d-b0f1-6d560efc3c34",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.17",
                            "subnet-id": "36bca058-4c94-495e-b4eb-7660a9abcbcd"
                        }
                    ],
                    "mac-address": "fa:16:3e:d5:02:71",
                    "name": "",
                    "network-id": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                    "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": [
                        "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"
                    ],
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "854ab070-d9b1-4f78-b90c-ddf2e13113e2"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.2",
                            "subnet-id": "36bca058-4c94-495e-b4eb-7660a9abcbcd"
                        }
                    ],
                    "mac-address": "fa:16:3e:98:55:1e",
                    "name": "",
                    "network-id": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "c92bf838-14a3-48b0-bbd7-4627a6f474e6"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.4",
                            "subnet-id": "36bca058-4c94-495e-b4eb-7660a9abcbcd"
                        }
                    ],
                    "mac-address": "fa:16:3e:03:97:b1",
                    "name": "",
                    "network-id": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21f82e14-24b5-4466-a775-f49e7293b4c2",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.2",
                            "subnet-id": "d5d03cd5-d1f2-48a6-8050-689240132f2c"
                        }
                    ],
                    "mac-address": "fa:16:3e:36:da:5d",
                    "name": "",
                    "network-id": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "2cbb8d1a-6001-454f-9da4-62daccf1ac98"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21f82e14-24b5-4466-a775-f49e7293b4c2",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.3",
                            "subnet-id": "d5d03cd5-d1f2-48a6-8050-689240132f2c"
                        }
                    ],
                    "mac-address": "fa:16:3e:b1:41:14",
                    "name": "",
                    "network-id": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.3",
                            "subnet-id": "36bca058-4c94-495e-b4eb-7660a9abcbcd"
                        }
                    ],
                    "mac-address": "fa:16:3e:f8:1b:e7",
                    "name": "",
                    "network-id": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "454dc598-1929-4a4b-a5d5-6879ec5c974d"
                },
                {
                    "admin-state-up": true,
                    "device-id": "13f3f606-16e3-4b59-be73-e0452d2e4451",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.6",
                            "subnet-id": "d5d03cd5-d1f2-48a6-8050-689240132f2c"
                        }
                    ],
                    "mac-address": "fa:16:3e:ae:44:28",
                    "name": "",
                    "network-id": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                    "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": [
                        "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"
                    ],
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "7794a8fc-57f1-48b2-9772-f6d4e270e264"
                },
                {
                    "admin-state-up": true,
                    "device-id": "33477e01-cd98-4475-821b-23d296c9e5d9",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.6",
                            "subnet-id": "36bca058-4c94-495e-b4eb-7660a9abcbcd"
                        }
                    ],
                    "mac-address": "fa:16:3e:ab:fc:df",
                    "name": "",
                    "network-id": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                    "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": [
                        "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"
                    ],
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "24575e36-5636-4640-893c-c36cd3fd70e0"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "3d599d2d-2011-4c3f-88e0-7290f0eba41a"
                },
                {
                    "name": "default",
                    "project-id": "f3c18c38fb5b440d86a1f8e33c3e2e89",
                    "revision-number": 1,
                    "tenant-id": "f3c18c38-fb5b-440d-86a1-f8e33c3e2e89",
                    "uuid": "4ae23966-383b-47d8-b460-32090333e3cb"
                },
                {
                    "name": "l2_sg",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "6dffaa1e-d414-4940-9611-f69f03f3ed18"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "73e355fd-8f45-426a-b359-38fe6b4062ad"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "security-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "2e608dde-5628-4009-9851-44bec8b142c7"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "b40005fd-93eb-4f90-bdbf-564f2dede22d"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "remote-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "revision-number": 0,
                    "security-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "b0df72aa-f784-4a90-b37a-36e6b1dbd77c"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "security-group-id": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "7b0b286b-1595-4278-ab13-b3a92dc16fb5"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "8c5726c4-7826-461e-93cb-154526013b67"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "f3c18c38fb5b440d86a1f8e33c3e2e89",
                    "revision-number": 0,
                    "security-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "tenant-id": "f3c18c38-fb5b-440d-86a1-f8e33c3e2e89",
                    "uuid": "66dfbfad-3e7f-4c01-b289-858b28faef82"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "security-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "7dddab02-36ce-49ff-8438-860852628aa8"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "f3c18c38fb5b440d86a1f8e33c3e2e89",
                    "revision-number": 0,
                    "security-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "tenant-id": "f3c18c38-fb5b-440d-86a1-f8e33c3e2e89",
                    "uuid": "3dd95e3c-1c0d-4882-9bdf-eb210690aab0"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "f3c18c38fb5b440d86a1f8e33c3e2e89",
                    "remote-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "revision-number": 0,
                    "security-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "tenant-id": "f3c18c38-fb5b-440d-86a1-f8e33c3e2e89",
                    "uuid": "f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "remote-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "revision-number": 0,
                    "security-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "2014cade-2a4f-4311-ad6f-7e591564ae07"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "f3c18c38fb5b440d86a1f8e33c3e2e89",
                    "remote-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "revision-number": 0,
                    "security-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "tenant-id": "f3c18c38-fb5b-440d-86a1-f8e33c3e2e89",
                    "uuid": "6c5127b5-a34e-4476-ad34-27700a448840"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "security-group-id": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "c30618b8-35e9-4fa6-bef4-acd75aceddc9"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "427695f1-0593-4967-a674-9ef565517dce"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "880f5c32-a8a3-4284-81cd-97753efc85fe"
                }
            ]
        },
        "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": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "d5d03cd5-d1f2-48a6-8050-689240132f2c"
                },
                {
                    "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": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "36bca058-4c94-495e-b4eb-7660a9abcbcd"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.893" starttime="20181020 14:51:52.892"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.893" starttime="20181020 14:51:52.838"></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="20181020 14:51:52.908" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.909" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.909" starttime="20181020 14:51:52.893"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.910" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","subnet-id-list":["36bca058-4c94-495e-b4eb-7660a9abcbcd"]},{"network-id":"21f82e14-24b5-4466-a775-f49e7293b4c2","subnet-id-list":["d5d03cd5-d1f2-48a6-8050-689240132f2c"]}]}} </msg>
<msg timestamp="20181020 14:51:52.910" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.910" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "subnet-id-list": [
                    "36bca058-4c9...</msg>
<status status="PASS" endtime="20181020 14:51:52.910" starttime="20181020 14:51:52.909"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.911" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "subnet-id-list": [
                    "36bca058-4c94-495e-b4eb-7660a9abcbcd"
                ]
            },
            {
                "network-id": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "subnet-id-list": [
                    "d5d03cd5-d1f2-48a6-8050-689240132f2c"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.911" starttime="20181020 14:51:52.910"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.911" starttime="20181020 14:51:52.893"></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="20181020 14:51:52.919" 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="20181020 14:51:52.920" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.920" starttime="20181020 14:51:52.911"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.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="20181020 14:51:52.921" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.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="20181020 14:51:52.922" starttime="20181020 14:51:52.920"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.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="20181020 14:51:52.923" starttime="20181020 14:51:52.922"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.923" starttime="20181020 14:51:52.911"></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="20181020 14:51:52.951" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.951" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.951" starttime="20181020 14:51:52.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="20181020 14:51:52.953" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:52.953" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.953" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:52.953" starttime="20181020 14:51:52.952"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.953" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.953" starttime="20181020 14:51:52.953"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.954" starttime="20181020 14:51:52.923"></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="20181020 14:51:52.972" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.973" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.973" starttime="20181020 14:51:52.954"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.974" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"d5d03cd5-d1f2-48a6-8050-689240132f2c","network-type":"VLAN","port-list":["2f0fd48f-ee71-4b18-baea-1b0228aef474","2cbb8d1a-6001-454f-9da4-62daccf1ac98","26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","7794a8fc-57f1-48b2-9772-f6d4e270e264"],"segmentation-id":1121,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","network-id":"21f82e14-24b5-4466-a775-f49e7293b4c2","subnet-ip":"21.0.0.0/24"},{"id":"36bca058-4c94-495e-b4eb-7660a9abcbcd","network-type":"VXLAN","port-list":["454dc598-1929-4a4b-a5d5-6879ec5c974d","c92bf838-14a3-48b0-bbd7-4627a6f474e6","f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","854ab070-d9b1-4f78-b90c-ddf2e13113e2","24575e36-5636-4640-893c-c36cd3fd70e0"],"segmentation-id":80,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","network-id":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","subnet-ip":"22.0.0.0/24"}]}} </msg>
<msg timestamp="20181020 14:51:52.974" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.974" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "d5d03cd5-d1f2-48a6-8050-689240132f2c",
                "network-id": "21f82e14-24b5-4466-a775-f49e7293b4c2",
         ...</msg>
<status status="PASS" endtime="20181020 14:51:52.974" starttime="20181020 14:51:52.973"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.975" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "d5d03cd5-d1f2-48a6-8050-689240132f2c",
                "network-id": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "network-type": "VLAN",
                "port-list": [
                    "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                    "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                    "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                    "7794a8fc-57f1-48b2-9772-f6d4e270e264"
                ],
                "segmentation-id": 1121,
                "subnet-ip": "21.0.0.0/24",
                "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6"
            },
            {
                "id": "36bca058-4c94-495e-b4eb-7660a9abcbcd",
                "network-id": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "network-type": "VXLAN",
                "port-list": [
                    "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                    "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                    "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                    "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                    "24575e36-5636-4640-893c-c36cd3fd70e0"
                ],
                "segmentation-id": 80,
                "subnet-ip": "22.0.0.0/24",
                "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:52.975" starttime="20181020 14:51:52.975"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.975" starttime="20181020 14:51:52.954"></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="20181020 14:51:52.982" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181020 14:51:52.982" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:52.982" starttime="20181020 14:51:52.975"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:52.983" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181020 14:51:52.983" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:52.983" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:52.983" starttime="20181020 14:51:52.983"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:52.984" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:52.984" starttime="20181020 14:51:52.984"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:52.984" starttime="20181020 14:51:52.975"></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="20181020 14:51:53.001" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.001" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.002" starttime="20181020 14:51:52.984"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.003" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181020 14:51:53.003" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.003" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:53.003" starttime="20181020 14:51:53.002"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.003" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:53.004" starttime="20181020 14:51:53.003"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.004" starttime="20181020 14:51:52.984"></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="20181020 14:51:53.022" 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="20181020 14:51:53.023" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.023" starttime="20181020 14:51:53.004"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.025" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"48796303178259:br-ex-patch","interface-child-entry":[{"child-interface":"48796303178259:br-ex-patch:trunk"}]},{"parent-interface":"tap2f0fd48f-ee","interface-child-entry":[{"child-interface":"2f0fd48f-ee71-4b18-baea-1b0228aef474"}]},{"parent-interface":"tap454dc598-19","interface-child-entry":[{"child-interface":"454dc598-1929-4a4b-a5d5-6879ec5c974d"}]},{"parent-interface":"tap854ab070-d9","interface-child-entry":[{"child-interface":"854ab070-d9b1-4f78-b90c-ddf2e13113e2"}]},{"parent-interface":"260163147459722:br-ex-patch","interface-child-entry":[{"child-interface":"260163147459722:br-ex-patch:trunk"}]},{"parent-interface":"tap2cbb8d1a-60","interface-child-entry":[{"child-interface":"2cbb8d1a-6001-454f-9da4-62daccf1ac98"}]},{"parent-interface":"149698414707504:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"149698414707504:br-ex-patch:1121"}]},{"parent-interface":"tapf8d5f0e2-3b","interface-child-entry":[{"child-interface":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6"}]},{"parent-interface":"149698414707504:br-ex-patch","interface-child-entry":[{"child-interface":"149698414707504:br-ex-patch:trunk"}]},{"parent-interface":"tap24575e36-56","interface-child-entry":[{"child-interface":"24575e36-5636-4640-893c-c36cd3fd70e0"}]},{"parent-interface":"tap26c6b8fb-44","interface-child-entry":[{"child-interface":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f"}]},{"parent-interface":"228722813034790:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"228722813034790:br-ex-patch:1121"}]},{"parent-interface":"tap7794a8fc-57","interface-child-entry":[{"child-interface":"7794a8fc-57f1-48b2-9772-f6d4e270e264"}]},{"parent-interface":"260163147459722:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"260163147459722:br-ex-patch:1121"}]},{"parent-interface":"48796303178259:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"48796303178259:br-ex-patch:1121"}]},{"parent-interface":"228722813034790:br-ex-patch","interface-child-entry":[{"child-interface":"228722813034790:br-ex-patch:trunk"}]},{"parent-interface":"tapc92bf838-14","interface-child-entry":[{"child-interface":"c92bf838-14a3-48b0-bbd7-4627a6f474e6"}]}]}} </msg>
<msg timestamp="20181020 14:51:53.025" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.026" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "487963031...</msg>
<status status="PASS" endtime="20181020 14:51:53.026" starttime="20181020 14:51:53.023"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.027" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "48796303178259:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "48796303178259:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "2f0fd48f-ee71-4b18-baea-1b0228aef474"
                    }
                ],
                "parent-interface": "tap2f0fd48f-ee"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "454dc598-1929-4a4b-a5d5-6879ec5c974d"
                    }
                ],
                "parent-interface": "tap454dc598-19"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "854ab070-d9b1-4f78-b90c-ddf2e13113e2"
                    }
                ],
                "parent-interface": "tap854ab070-d9"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "260163147459722:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "260163147459722:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "2cbb8d1a-6001-454f-9da4-62daccf1ac98"
                    }
                ],
                "parent-interface": "tap2cbb8d1a-60"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "149698414707504:br-ex-patch:1121"
                    }
                ],
                "parent-interface": "149698414707504:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6"
                    }
                ],
                "parent-interface": "tapf8d5f0e2-3b"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "149698414707504:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "149698414707504:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "24575e36-5636-4640-893c-c36cd3fd70e0"
                    }
                ],
                "parent-interface": "tap24575e36-56"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f"
                    }
                ],
                "parent-interface": "tap26c6b8fb-44"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "228722813034790:br-ex-patch:1121"
                    }
                ],
                "parent-interface": "228722813034790:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "7794a8fc-57f1-48b2-9772-f6d4e270e264"
                    }
                ],
                "parent-interface": "tap7794a8fc-57"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "260163147459722:br-ex-patch:1121"
                    }
                ],
                "parent-interface": "260163147459722:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "48796303178259:br-ex-patch:1121"
                    }
                ],
                "parent-interface": "48796303178259:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "228722813034790:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "228722813034790:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "c92bf838-14a3-48b0-bbd7-4627a6f474e6"
                    }
                ],
                "parent-interface": "tapc92bf838-14"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.027" starttime="20181020 14:51:53.026"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.027" starttime="20181020 14:51:53.004"></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="20181020 14:51:53.038" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.039" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.039" starttime="20181020 14:51:53.027"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.040" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.040" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.040" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.040" starttime="20181020 14:51:53.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="20181020 14:51:53.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="20181020 14:51:53.041" starttime="20181020 14:51:53.040"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.041" starttime="20181020 14:51:53.027"></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="20181020 14:51:53.055" 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="20181020 14:51:53.055" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.055" starttime="20181020 14:51:53.041"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.056" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":103000,"external-vpn":false,"vrf-id":"8726b87b-b42f-41e5-a293-c46fee68f1ad","vpn-instance-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad"}]}} </msg>
<msg timestamp="20181020 14:51:53.056" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.056" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 103000,
                "vpn-instance-name": "8726b87b-b42f-41e5-a...</msg>
<status status="PASS" endtime="20181020 14:51:53.056" starttime="20181020 14:51:53.055"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.057" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 103000,
                "vpn-instance-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                "vrf-id": "8726b87b-b42f-41e5-a293-c46fee68f1ad"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.057" starttime="20181020 14:51:53.056"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.057" starttime="20181020 14:51:53.041"></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="20181020 14:51:53.071" 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="20181020 14:51:53.072" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.072" starttime="20181020 14:51:53.057"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.073" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","vrf-id":"8726b87b-b42f-41e5-a293-c46fee68f1ad","vpn-id":103000}]}} </msg>
<msg timestamp="20181020 14:51:53.073" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.073" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 103000,
                "vpn-instance-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
               ...</msg>
<status status="PASS" endtime="20181020 14:51:53.073" starttime="20181020 14:51:53.072"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.074" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 103000,
                "vpn-instance-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                "vrf-id": "8726b87b-b42f-41e5-a293-c46fee68f1ad"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.074" starttime="20181020 14:51:53.073"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.074" starttime="20181020 14:51:53.057"></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="20181020 14:51:53.084" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.085" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.085" starttime="20181020 14:51:53.074"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.086" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.086" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.086" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.086" starttime="20181020 14:51:53.085"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.086" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.086" starttime="20181020 14:51:53.086"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.086" starttime="20181020 14:51:53.074"></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="20181020 14:51:53.105" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.105" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.105" starttime="20181020 14:51:53.087"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.106" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181020 14:51:53.106" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.106" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:53.106" starttime="20181020 14:51:53.106"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.107" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:53.107" starttime="20181020 14:51:53.106"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.107" starttime="20181020 14:51:53.086"></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="20181020 14:51:53.127" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.128" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.128" starttime="20181020 14:51:53.107"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.129" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181020 14:51:53.129" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.129" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:53.129" starttime="20181020 14:51:53.128"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.130" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:53.130" starttime="20181020 14:51:53.130"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.130" starttime="20181020 14:51:53.107"></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="20181020 14:51:53.141" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.141" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.141" starttime="20181020 14:51:53.131"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.142" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.142" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.142" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.142" starttime="20181020 14:51:53.142"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.143" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.143" starttime="20181020 14:51:53.143"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.143" starttime="20181020 14:51:53.130"></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="20181020 14:51:53.156" 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="20181020 14:51:53.156" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.156" starttime="20181020 14:51:53.143"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.158" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.158" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.158" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.158" starttime="20181020 14:51:53.157"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.159" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.159" starttime="20181020 14:51:53.158"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.159" starttime="20181020 14:51:53.143"></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="20181020 14:51:53.216" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.216" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.216" starttime="20181020 14:51:53.160"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.217" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.217" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.217" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.217" starttime="20181020 14:51:53.216"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.217" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.217" starttime="20181020 14:51:53.217"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.218" starttime="20181020 14:51:53.159"></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="20181020 14:51:53.226" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.226" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.226" starttime="20181020 14:51:53.218"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.227" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.227" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.228" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.228" starttime="20181020 14:51:53.227"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.228" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.228" starttime="20181020 14:51:53.228"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.228" starttime="20181020 14:51:53.218"></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="20181020 14:51:53.245" 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="20181020 14:51:53.245" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.245" starttime="20181020 14:51:53.229"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.246" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.246" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.246" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.246" starttime="20181020 14:51:53.245"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.247" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.247" starttime="20181020 14:51:53.246"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.247" starttime="20181020 14:51:53.229"></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="20181020 14:51:53.503" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.504" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.504" starttime="20181020 14:51:53.247"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.663" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:149698414707504","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.149698414707504.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"Egress_Fixed_Conntrk_149698414707504_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":"ACL","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":5504}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_36_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5504}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_34_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5503}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_36_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5504}}]}}]},"idle-timeout":0,"barrier":false},{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_34_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5503}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_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":"ACL","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":5504}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.149698414707504.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.149698414707504.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Egress_Fixed_Goto_Classifier_149698414707504_34_fa:16:3e:ae:44:28_21.0.0.6","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ae:44:28"},"ethernet-type":{"type":2048}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"ipv4-source":"21.0.0.6/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","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,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ARP_149698414707504_36_fa:16:3e:d5:02:7122.0.0.17","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d5:02:71"},"ethernet-type":{"type":2054}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"arp-source-transport-address":"22.0.0.17/32","arp-source-hardware-address":{"address":"fa:16:3e:d5:02:71"}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_34_fa:16:3e:ae:44:28_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ae:44:28"},"ethernet-type":{"type":34525}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_36_fa:16:3e:d5:02:71_fe80:0:0:0:f816:3eff:fed5:271","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d5:02:71"},"ethernet-type":{"type":34525}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fed5:271/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_L2Broadcast_149698414707504_36_fa:16:3e:d5:02:71","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d5:02:71"}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_ICMPv6_149698414707504_36_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_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":"ACL","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_149698414707504_34_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_36_fa:16:3e:d5:02:71_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d5:02:71"},"ethernet-type":{"type":34525}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v4149698414707504_34_fa:16:3e:ae:44:28_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ae:44:28"},"ethernet-type":{"type":2048}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"ACL","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_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_149698414707504_34_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_34_fa:16:3e:ae:44:28_fe80:0:0:0:f816:3eff:feae:4428","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ae:44:28"},"ethernet-type":{"type":34525}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:feae:4428/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","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_ICMPv6_149698414707504_36_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_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":"ACL","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_149698414707504_37_fa:16:3e:ab:fc:df_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ab:fc:df"},"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":"ACL","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_ICMPv6_149698414707504_36_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_ICMPv6_149698414707504_34_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_37_fa:16:3e:ab:fc:df_22.0.0.6","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ab:fc:df"},"ethernet-type":{"type":2048}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ipv4-source":"22.0.0.6/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v4149698414707504_37_fa:16:3e:ab:fc:df_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ab:fc:df"},"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":"ACL","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_149698414707504_37_fa:16:3e:ab:fc:df_fe80:0:0:0:f816:3eff:feab:fcdf","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ab:fc:df"},"ethernet-type":{"type":34525}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:feab:fcdf/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v4149698414707504_36_fa:16:3e:d5:02:71_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d5:02:71"},"ethernet-type":{"type":2048}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_36_fa:16:3e:d5:02:71_22.0.0.17","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d5:02:71"},"ethernet-type":{"type":2048}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"ipv4-source":"22.0.0.17/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ARP_149698414707504_34_fa:16:3e:ae:44:2821.0.0.6","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ae:44:28"},"ethernet-type":{"type":2054}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"arp-source-transport-address":"21.0.0.6/32","arp-source-hardware-address":{"address":"fa:16:3e:ae:44:28"}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_37_fa:16:3e:ab:fc:df22.0.0.6","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ab:fc:df"},"ethernet-type":{"type":2054}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"arp-source-transport-address":"22.0.0.6/32","arp-source-hardware-address":{"address":"fa:16:3e:ab:fc:df"}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_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":"ACL","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_149698414707504_34_fa:16:3e:ae:44:28","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ae:44:28"}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_37_fa:16:3e:ab:fc:df","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ab:fc:df"}},"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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.149698414707504.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Egress_Acl_Commit_Conntrack_149698414707504_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":"ACL","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":5504}},{"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_149698414707504_36_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":39582418599940,"metadata-mask":1152920405095219204}},"strict":false,"cookie":39582528700417,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_149698414707504_36_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5504}},{"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_149698414707504_36","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":39582418599938,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_34_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5503}},{"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_149698414707504_37","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":40681930227714,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"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_Acl_Commit_Conntrack_149698414707504_36_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5504}},{"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_149698414707504_34_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5503}},{"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_149698414707504_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":"ACL","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":5504}},{"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_149698414707504_34_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":37383395344388,"metadata-mask":1152920405095219204}},"strict":false,"cookie":37383505444865,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Non_Conntrack_149698414707504_34","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":37383395344386,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_149698414707504_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":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.149698414707504.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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_149698414707504_36_b40005fd-93eb-4f90-bdbf-564f2dede22d","priority":2002,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop149698414707504_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":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop149698414707504_34_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":37383395344384,"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":37383505444865,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_149698414707504_34_427695f1-0593-4967-a674-9ef565517dce","priority":2002,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_149698414707504_36_73e355fd-8f45-426a-b359-38fe6b4062ad","priority":2002,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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":"ETHERnullEgress_149698414707504_34_7b0b286b-1595-4278-ab13-b3a92dc16fb5","priority":2002,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop149698414707504_36_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":39582418599936,"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":39582528700417,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_34_c30618b8-35e9-4fa6-bef4-acd75aceddc9","priority":2002,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_149698414707504_37_427695f1-0593-4967-a674-9ef565517dce","priority":2002,"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":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_149698414707504_34_b40005fd-93eb-4f90-bdbf-564f2dede22d","priority":2002,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_149698414707504_36_427695f1-0593-4967-a674-9ef565517dce","priority":2002,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_149698414707504_34_73e355fd-8f45-426a-b359-38fe6b4062ad","priority":2002,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_36","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200}},"strict":false,"cookie":39582528700417,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_36_c30618b8-35e9-4fa6-bef4-acd75aceddc9","priority":2002,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_149698414707504_37_b40005fd-93eb-4f90-bdbf-564f2dede22d","priority":2002,"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":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_34","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200}},"strict":false,"cookie":37383505444865,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_36_7b0b286b-1595-4278-ab13-b3a92dc16fb5","priority":2002,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_149698414707504_37_73e355fd-8f45-426a-b359-38fe6b4062ad","priority":2002,"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":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_37","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200}},"strict":false,"cookie":40682040328193,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_37_7b0b286b-1595-4278-ab13-b3a92dc16fb5","priority":2002,"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":"ACL","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,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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":"ETHERnullEgress_149698414707504_37_c30618b8-35e9-4fa6-bef4-acd75aceddc9","priority":2002,"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":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.149698414707504.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"149698414707504.220.149698414707504: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":8960}}}]},"strict":true,"cookie":134217735,"flow-name":"default.149698414707504:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.149698414707504: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":1678592}}}]},"strict":true,"cookie":134217735,"flow-name":"default.149698414707504:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.24575e36-5636-4640-893c-c36cd3fd70e0.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.24575e36-5636-4640-893c-c36cd3fd70e0","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"8"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.149698414707504: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":1678592}}}]},"strict":true,"cookie":134217735,"flow-name":"default.149698414707504: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":"149698414707504.220.854ab070-d9b1-4f78-b90c-ddf2e13113e2.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":2415928320}}}]},"strict":true,"cookie":134217735,"flow-name":"default.854ab070-d9b1-4f78-b90c-ddf2e13113e2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.149698414707504: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":8960}}}]},"strict":true,"cookie":134217735,"flow-name":"default.149698414707504: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":"149698414707504.220.7794a8fc-57f1-48b2-9772-f6d4e270e264.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":8704}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.7794a8fc-57f1-48b2-9772-f6d4e270e264","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":2415927808,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.854ab070-d9b1-4f78-b90c-ddf2e13113e2.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":9216}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.854ab070-d9b1-4f78-b90c-ddf2e13113e2","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":2415928320,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tund94e4440a70.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.tund94e4440a70","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tunb3adfc3e977.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.tunb3adfc3e977","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tun6de6aefe245.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.tun6de6aefe245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.7794a8fc-57f1-48b2-9772-f6d4e270e264.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":2415927808}}}]},"strict":true,"cookie":134217735,"flow-name":"default.7794a8fc-57f1-48b2-9772-f6d4e270e264","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tun617d26e46a5.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.tun617d26e46a5","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.24575e36-5636-4640-893c-c36cd3fd70e0.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.24575e36-5636-4640-893c-c36cd3fd70e0","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":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3680","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":80}},"strict":false,"cookie":151000448,"flow-name":"ITM Flow Entry :5504","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92341796864,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385504","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":80}},"strict":false,"cookie":151328128,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92341796864,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_DHCP_Server_v4149698414707504_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":"ACL","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_149698414707504_34_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":8704}}}],"ipv4-destination":"21.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_149698414707504_36_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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_36_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":9216}}}],"ipv4-destination":"22.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_149698414707504_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":"ACL","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_v4149698414707504_36_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":9216}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_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_149698414707504_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_149698414707504_34_fa:16:3e:ae:44:28_21.0.0.6","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ae:44:28"},"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":8704}}}],"ipv4-destination":"21.0.0.6/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_149698414707504_36_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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_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":"ACL","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_149698414707504_36_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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_34_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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v4149698414707504_34_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":8704}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_34_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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_37_fa:16:3e:ab:fc:df_22.0.0.6","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ab:fc:df"},"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":"22.0.0.6/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","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,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_149698414707504_34_fa:16:3e:ae:44:28_fe80:0:0:0:f816:3eff:feae:4428","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ae:44:28"},"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":8704}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:feae:4428/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v6_149698414707504_34_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":8704}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_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_149698414707504_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_149698414707504_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":"ACL","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_149698414707504_37_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":9472}}}],"ipv4-destination":"22.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_149698414707504_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":"ACL","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_149698414707504_36_fa:16:3e:d5:02:71_fe80:0:0:0:f816:3eff:fed5:271","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d5:02:71"},"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":9216}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fed5:271/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_149698414707504_36","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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_34_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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_36_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":9216}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_37_fa:16:3e:ab:fc:df_fe80:0:0:0:f816:3eff:feab:fcdf","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ab:fc:df"},"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:feab:fcdf/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_149698414707504_34","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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_36_fa:16:3e:d5:02:71_22.0.0.17","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d5:02:71"},"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":9216}}}],"ipv4-destination":"22.0.0.17/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v6_149698414707504_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":"ACL","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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504","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_149698414707504","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504","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_149698414707504","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_149698414707504_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_149698414707504_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":"Ingress_Fixed_Conntrk_Drop149698414707504_36_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":9216}}}]},"strict":false,"cookie":39582528700417,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_36","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":9216}}}]},"strict":false,"cookie":39582528700417,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_34","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":8704}}}]},"strict":false,"cookie":37383505444865,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_149698414707504_37_8c5726c4-7826-461e-93cb-154526013b67","priority":2002,"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":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_149698414707504_37_880f5c32-a8a3-4284-81cd-97753efc85fe","priority":2002,"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":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_149698414707504_37_6dffaa1e-d414-4940-9611-f69f03f3ed18","priority":2002,"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":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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_Acl_Rule_Miss_Drop_149698414707504_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":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_149698414707504_34_8c5726c4-7826-461e-93cb-154526013b67","priority":2002,"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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_149698414707504_34_880f5c32-a8a3-4284-81cd-97753efc85fe","priority":2002,"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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_Drop149698414707504_34_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":8704}}}]},"strict":false,"cookie":37383505444865,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_Drop149698414707504_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":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_149698414707504_36_8c5726c4-7826-461e-93cb-154526013b67","priority":2002,"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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_149698414707504_34_6dffaa1e-d414-4940-9611-f69f03f3ed18","priority":2002,"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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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":"ICMP_Ingress_149698414707504_36_880f5c32-a8a3-4284-81cd-97753efc85fe","priority":2002,"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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_149698414707504_36_6dffaa1e-d414-4940-9611-f69f03f3ed18","priority":2002,"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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525503false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211006}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525504true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92341796865,"metadata-mask":1099494850561}},"strict":false,"cookie":141563264,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211007}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525504false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92341796864,"metadata-mask":1099494850561}},"strict":false,"cookie":141563264,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211008}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50550314969841470750434fa:16:3e:ae:44:28","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ae:44:28"}},"metadata":{"metadata":37475720364032,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550911,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550414969841470750437fa:16:3e:ab:fc:df","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:ab:fc:df"}},"metadata":{"metadata":40774272024576,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550912,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550414969841470750436fa:16:3e:d5:02:71","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d5:02:71"}},"metadata":{"metadata":39674760396800,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550912,"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_149698414707504_34_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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5503}}]}}]},"idle-timeout":0,"barrier":false},{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_34_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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5503}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_36_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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5504}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_36_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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5504}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_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":"ACL","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":5504}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_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":"ACL","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":5504}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"515503149698414707504260163147459722fa:16:3e:36:da:5d","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:36:da:5d"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51550414969841470750437fa:16:3e:ab:fc:df","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ab:fc:df"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","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":"515504149698414707504228722813034790fa:16:3e:03:97:b1","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:03:97:b1"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1280,"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":"51550314969841470750434fa:16:3e:ae:44:28","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ae:44:28"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","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":"515504149698414707504260163147459722fa:16:3e:98:55:1e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:98:55:1e"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":512,"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":"51550414969841470750448796303178259fa:16:3e:f8:1b:e7","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:f8:1b:e7"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3328,"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":"14969841470750451l2control01: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":"51550414969841470750436fa:16:3e:d5:02:71","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d5:02:71"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":9216,"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":"515503149698414707504228722813034790fa:16:3e:b8:e9:e0","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:b8:e9:e0"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51550314969841470750448796303178259fa:16:3e:b1:41:14","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:b1:41:14"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_149698414707504_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":"ACL","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":5504}},{"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_149698414707504_34_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":8704}}}]},"strict":false,"cookie":37383505444865,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_149698414707504_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":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_149698414707504_34_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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5503}},{"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_149698414707504_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":"ACL","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":5504}},{"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_149698414707504_36_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":9216}}}]},"strict":false,"cookie":39582528700417,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_149698414707504_36_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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5504}},{"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_149698414707504_34_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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5503}},{"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_149698414707504_34","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":8704}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"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,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Non_Conntrack_149698414707504_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":"ACL","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_149698414707504_36","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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_36_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":9216}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5504}},{"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.36.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":36}},"strict":true,"cookie":142606372,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":9216,"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.36.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":39582418599936,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":36}},"strict":true,"cookie":142606372,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6557.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6557}},"strict":true,"cookie":142612893,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1678592,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.37.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":37}},"strict":true,"cookie":142606373,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":9472,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.37.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":37}},"strict":true,"cookie":142606373,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","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":"21f82e14-24b5-4466-a775-f49e7293b4c2","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.6557.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7209497743327232,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6557}},"strict":true,"cookie":142612893,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","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":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:149698414707504:149698414707504:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:149698414707504:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":38482906972161,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1496984147075040tunb3adfc3e977","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:2"},"strict":false,"cookie":134217729,"flow-name":"tunb3adfc3e977","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":"1496984147075040tun6de6aefe245","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:5"},"strict":false,"cookie":134217729,"flow-name":"tun6de6aefe245","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":"0:149698414707504:149698414707504:br-ex-patch:1121","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:1","vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:149698414707504:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7209497743327233,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1496984147075040tund94e4440a70","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:4"},"strict":false,"cookie":134217729,"flow-name":"tund94e4440a70","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":"1496984147075040tun617d26e46a5","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:3"},"strict":false,"cookie":134217729,"flow-name":"tun617d26e46a5","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":"0:149698414707504:7794a8fc-57f1-48b2-9772-f6d4e270e264","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:7794a8fc-57f1-48b2-9772-f6d4e270e264","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":37383395344384,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:149698414707504:24575e36-5636-4640-893c-c36cd3fd70e0","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:8","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:24575e36-5636-4640-893c-c36cd3fd70e0","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:149698414707504:854ab070-d9b1-4f78-b90c-ddf2e13113e2","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:854ab070-d9b1-4f78-b90c-ddf2e13113e2","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":39582418599936,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.149698414707504.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"149698414707504.17.854ab070-d9b1-4f78-b90c-ddf2e13113e2.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":39582418599936,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.854ab070-d9b1-4f78-b90c-ddf2e13113e2","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":10376333123880222720,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.7794a8fc-57f1-48b2-9772-f6d4e270e264.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":37383395344384,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.7794a8fc-57f1-48b2-9772-f6d4e270e264","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":10376330924856967168,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.24575e36-5636-4640-893c-c36cd3fd70e0.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.24575e36-5636-4640-893c-c36cd3fd70e0","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":10376334223391850496,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.24575e36-5636-4640-893c-c36cd3fd70e0.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376334223391850496,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.24575e36-5636-4640-893c-c36cd3fd70e0","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":5504,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529255820340494336,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.854ab070-d9b1-4f78-b90c-ddf2e13113e2.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376333123880222720,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.854ab070-d9b1-4f78-b90c-ddf2e13113e2","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":36,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5504,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529254720828866560,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.7794a8fc-57f1-48b2-9772-f6d4e270e264.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376330924856967168,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.7794a8fc-57f1-48b2-9772-f6d4e270e264","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":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529252521788833792,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.149698414707504:br-ex-patch:1121.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7209497743327232,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.149698414707504: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":6557,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536424636136816640,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":211006,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211005}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1678592,"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":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211005,"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":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":211008,"buckets":{"bucket":[{"bucket-id":3,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1280,"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":211007}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3328,"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":80}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":512,"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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","group-type":"group-all"},{"group-id":211007,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":36}}},{"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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","group-type":"group-all"}]},{"id":"openflow:228722813034790","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.228722813034790.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.228722813034790.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.228722813034790.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.228722813034790.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.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":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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.228722813034790.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"228722813034790.220.228722813034790: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":7680}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tuna8339e52304.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.tuna8339e52304","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.2f0fd48f-ee71-4b18-baea-1b0228aef474.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.2f0fd48f-ee71-4b18-baea-1b0228aef474","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790: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":7680}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790: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":"228722813034790.220.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6.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.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tunb9b6ece5224.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.tunb9b6ece5224","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790: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":1678336}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tun1914722e5af.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.tun1914722e5af","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tuncd74734f6e0.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.tuncd74734f6e0","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790: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":1678336}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790: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":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3680","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":80}},"strict":false,"cookie":151000448,"flow-name":"ITM Flow Entry :5504","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92341796864,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385504","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":80}},"strict":false,"cookie":151328128,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92341796864,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790","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_228722813034790","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790","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_228722813034790","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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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":"525503false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211006}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525504true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92341796865,"metadata-mask":1099494850561}},"strict":false,"cookie":141563264,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211007}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525504false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92341796864,"metadata-mask":1099494850561}},"strict":false,"cookie":141563264,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211008}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50550322872281303479029fa:16:3e:b8:e9:e0","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:b8:e9:e0"}},"metadata":{"metadata":31978162225152,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550911,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550422872281303479033fa:16:3e:03:97:b1","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:03:97:b1"}},"metadata":{"metadata":36376225513472,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550912,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"515503228722813034790260163147459722fa:16:3e:36:da:5d","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:36:da:5d"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"51550422872281303479033fa:16:3e:03:97:b1","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:03:97:b1"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","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":"51550322872281303479048796303178259fa:16:3e:b1:41:14","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:b1:41:14"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"22872281303479051l2control01: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":"515504228722813034790149698414707504fa:16:3e:ab:fc:df","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ab:fc:df"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":"515504228722813034790149698414707504fa:16:3e:d5:02:71","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d5:02:71"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":"51550322872281303479029fa:16:3e:b8:e9:e0","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:b8:e9:e0"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7424,"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":"51550422872281303479048796303178259fa:16:3e:f8:1b:e7","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:f8:1b:e7"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":"515504228722813034790260163147459722fa:16:3e:98:55:1e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:98:55:1e"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":"515503228722813034790149698414707504fa:16:3e:ae:44:28","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ae:44:28"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1678336,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.24.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":26388279066624,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":24}},"strict":true,"cookie":142606360,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","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.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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.29.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":31885837205504,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":29}},"strict":true,"cookie":142606365,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.29.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":29}},"strict":true,"cookie":142606365,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7424,"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.24.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":24}},"strict":true,"cookie":142606360,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6144,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6556.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6556}},"strict":true,"cookie":142612892,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1678336,"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.6556.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7208398231699456,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6556}},"strict":true,"cookie":142612892,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:228722813034790:2f0fd48f-ee71-4b18-baea-1b0228aef474","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:2f0fd48f-ee71-4b18-baea-1b0228aef474","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":31885837205504,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:228722813034790:228722813034790:br-ex-patch:1121","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:1","vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:228722813034790:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7208398231699457,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"2287228130347900tuna8339e52304","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:3"},"strict":false,"cookie":134217729,"flow-name":"tuna8339e52304","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":"2287228130347900tun1914722e5af","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:4"},"strict":false,"cookie":134217729,"flow-name":"tun1914722e5af","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":"2287228130347900tunb9b6ece5224","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:5"},"strict":false,"cookie":134217729,"flow-name":"tunb9b6ece5224","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":"2287228130347900tuncd74734f6e0","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:2"},"strict":false,"cookie":134217729,"flow-name":"tuncd74734f6e0","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":"0:228722813034790:228722813034790:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:228722813034790:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":32985348833281,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:228722813034790:f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":36283883716608,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.228722813034790.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"228722813034790.17.228722813034790:br-ex-patch:1121.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7208398231699456,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.228722813034790: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":6556,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536423536625188864,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.17.2f0fd48f-ee71-4b18-baea-1b0228aef474.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":31885837205504,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.2f0fd48f-ee71-4b18-baea-1b0228aef474","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":29,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529247024230694912,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.17.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6.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.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","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":5504,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529251422293983232,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":211006,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211005}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1678336,"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":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211005,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":29}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":227501,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"d5d03cd5-d1f2-48a6-8050-689240132f2c","group-type":"group-all"},{"group-id":211008,"buckets":{"bucket":[{"bucket-id":8,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":7,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211007}}],"watch_port":4294967295},{"bucket-id":10,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":9,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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}]},"group-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","group-type":"group-all"},{"group-id":211007,"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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","group-type":"group-all"},{"group-id":211004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211003}}],"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":"8726b87b-b42f-41e5-a293-c46fee68f1ad","group-type":"group-all"},{"group-id":211003,"buckets":{},"group-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","group-type":"group-all"}]},{"id":"openflow:48796303178259","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.48796303178259.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.48796303178259.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.48796303178259.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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.48796303178259.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"48796303178259.220.48796303178259: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":7168}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259: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":"48796303178259.220.tun5ef24485410.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.tun5ef24485410","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tund35867a1187.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.tund35867a1187","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tund8c3e0fcf05.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.tund8c3e0fcf05","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f.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.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259: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":7168}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tunaf467906869.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.tunaf467906869","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259: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":1678080}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259: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":1678080}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259: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":"48796303178259.220.454dc598-1929-4a4b-a5d5-6879ec5c974d.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.454dc598-1929-4a4b-a5d5-6879ec5c974d","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3680","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":80}},"strict":false,"cookie":151000448,"flow-name":"ITM Flow Entry :5504","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92341796864,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385504","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":80}},"strict":false,"cookie":151328128,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92341796864,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_48796303178259_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_48796303178259_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_48796303178259_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_48796303178259_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259","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_48796303178259","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259","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_48796303178259","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_48796303178259_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_48796303178259_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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":"525503false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211006}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525504true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92341796865,"metadata-mask":1099494850561}},"strict":false,"cookie":141563264,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211007}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525504false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92341796864,"metadata-mask":1099494850561}},"strict":false,"cookie":141563264,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211008}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5055044879630317825932fa:16:3e:f8:1b:e7","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:f8:1b:e7"}},"metadata":{"metadata":35276713885696,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550912,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5055034879630317825927fa:16:3e:b1:41:14","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:b1:41:14"}},"metadata":{"metadata":29779138969600,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550911,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"51550348796303178259260163147459722fa:16:3e:36:da:5d","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:36:da:5d"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51550348796303178259149698414707504fa:16:3e:ae:44:28","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ae:44:28"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1678080,"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":"51550448796303178259149698414707504fa:16:3e:ab:fc:df","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ab:fc:df"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":"51550348796303178259228722813034790fa:16:3e:b8:e9:e0","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:b8:e9:e0"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1678080,"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":"51550448796303178259228722813034790fa:16:3e:03:97:b1","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:03:97:b1"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4864,"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":"4879630317825951l2control01: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":"51550448796303178259149698414707504fa:16:3e:d5:02:71","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d5:02:71"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":"5155044879630317825932fa:16:3e:f8:1b:e7","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:f8:1b:e7"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","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":"5155034879630317825927fa:16:3e:b1:41:14","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:b1:41:14"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6912,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51550448796303178259260163147459722fa:16:3e:98:55:1e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:98:55:1e"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.27.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":29686813949952,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":27}},"strict":true,"cookie":142606363,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6555.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7207298720071680,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6555}},"strict":true,"cookie":142612891,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","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.27.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":27}},"strict":true,"cookie":142606363,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6912,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6555.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6555}},"strict":true,"cookie":142612891,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1678080,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"487963031782590tunaf467906869","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:5"},"strict":false,"cookie":134217729,"flow-name":"tunaf467906869","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:48796303178259:48796303178259:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:48796303178259:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":30786325577729,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"487963031782590tund8c3e0fcf05","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:3"},"strict":false,"cookie":134217729,"flow-name":"tund8c3e0fcf05","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:48796303178259:26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":29686813949952,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:48796303178259:48796303178259:br-ex-patch:1121","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:1","vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:48796303178259:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7207298720071681,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:48796303178259:454dc598-1929-4a4b-a5d5-6879ec5c974d","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:454dc598-1929-4a4b-a5d5-6879ec5c974d","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":"487963031782590tun5ef24485410","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:4"},"strict":false,"cookie":134217729,"flow-name":"tun5ef24485410","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":"487963031782590tund35867a1187","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:2"},"strict":false,"cookie":134217729,"flow-name":"tund35867a1187","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":80,"flow":[{"id":"L3.48796303178259.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"48796303178259.17.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":29686813949952,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","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":27,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529244825207439360,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.17.48796303178259:br-ex-patch:1121.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7207298720071680,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.48796303178259: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":6555,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536422437113561088,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.17.454dc598-1929-4a4b-a5d5-6879ec5c974d.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.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.454dc598-1929-4a4b-a5d5-6879ec5c974d","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":5504,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529250322782355456,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":211006,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211005}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1678080,"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":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211005,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":27}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":227501,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"d5d03cd5-d1f2-48a6-8050-689240132f2c","group-type":"group-all"},{"group-id":211008,"buckets":{"bucket":[{"bucket-id":4,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":3,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211007}}],"watch_port":4294967295},{"bucket-id":6,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":80}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4864,"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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","group-type":"group-all"},{"group-id":211007,"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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","group-type":"group-all"}]},{"id":"openflow:260163147459722","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.260163147459722.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.260163147459722.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.260163147459722.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.260163147459722.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.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,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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.260163147459722.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"260163147459722.220.tun3429b91664d.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.tun3429b91664d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.c92bf838-14a3-48b0-bbd7-4627a6f474e6.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.c92bf838-14a3-48b0-bbd7-4627a6f474e6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.tunfda004d5e48.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.tunfda004d5e48","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.tun91356c17db2.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.tun91356c17db2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722: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":6656}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722: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":"260163147459722.220.260163147459722: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":1677824}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722: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":"260163147459722.220.2cbb8d1a-6001-454f-9da4-62daccf1ac98.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.2cbb8d1a-6001-454f-9da4-62daccf1ac98","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722: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":6656}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722: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":1677824}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3680","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":80}},"strict":false,"cookie":151000448,"flow-name":"ITM Flow Entry :5504","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92341796864,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385504","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":80}},"strict":false,"cookie":151328128,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92341796864,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722","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_260163147459722","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722","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_260163147459722","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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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":"525503false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211006}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525504true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92341796865,"metadata-mask":1099494850561}},"strict":false,"cookie":141563264,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211007}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525504false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92341796864,"metadata-mask":1099494850561}},"strict":false,"cookie":141563264,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211008}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50550326016314745972225fa:16:3e:36:da:5d","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:36:da:5d"}},"metadata":{"metadata":27580115714048,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550911,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550426016314745972231fa:16:3e:98:55:1e","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:98:55:1e"}},"metadata":{"metadata":34177202257920,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550912,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"515503260163147459722228722813034790fa:16:3e:b8:e9:e0","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:b8:e9:e0"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1677824,"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":"515504260163147459722149698414707504fa:16:3e:d5:02:71","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d5:02:71"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"515503260163147459722149698414707504fa:16:3e:ae:44:28","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ae:44:28"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1677824,"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":"51550426016314745972231fa:16:3e:98:55:1e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:98:55:1e"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"515504260163147459722228722813034790fa:16:3e:03:97:b1","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:03:97:b1"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":"51550326016314745972248796303178259fa:16:3e:b1:41:14","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:b1:41:14"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1677824,"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":"26016314745972251l2control01: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":"51550326016314745972225fa:16:3e:36:da:5d","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:36:da:5d"}},"metadata":{"metadata":92325019648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419839,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","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":"51550426016314745972248796303178259fa:16:3e:f8:1b:e7","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:f8:1b:e7"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":"515504260163147459722149698414707504fa:16:3e:ab:fc:df","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:ab:fc:df"}},"metadata":{"metadata":92341796864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419840,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.25.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":25}},"strict":true,"cookie":142606361,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","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":"55.25.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":27487790694400,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":25}},"strict":true,"cookie":142606361,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6554.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6554}},"strict":true,"cookie":142612890,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1677824,"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.6554.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7206199208443904,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6554}},"strict":true,"cookie":142612890,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"2601631474597220tun3429b91664d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:2"},"strict":false,"cookie":134217729,"flow-name":"tun3429b91664d","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":"0:260163147459722:c92bf838-14a3-48b0-bbd7-4627a6f474e6","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:c92bf838-14a3-48b0-bbd7-4627a6f474e6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:260163147459722:260163147459722:br-ex-patch:1121","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:1","vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:260163147459722:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7206199208443905,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:260163147459722:2cbb8d1a-6001-454f-9da4-62daccf1ac98","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:5","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:2cbb8d1a-6001-454f-9da4-62daccf1ac98","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":27487790694400,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"2601631474597220tun91356c17db2","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:3"},"strict":false,"cookie":134217729,"flow-name":"tun91356c17db2","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":"2601631474597220tunfda004d5e48","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:4"},"strict":false,"cookie":134217729,"flow-name":"tunfda004d5e48","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":"0:260163147459722:260163147459722:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:260163147459722:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":28587302322177,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.260163147459722.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"260163147459722.17.2cbb8d1a-6001-454f-9da4-62daccf1ac98.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":27487790694400,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.2cbb8d1a-6001-454f-9da4-62daccf1ac98","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":25,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529242626184183808,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.17.c92bf838-14a3-48b0-bbd7-4627a6f474e6.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.c92bf838-14a3-48b0-bbd7-4627a6f474e6","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":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5504,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529249223270727680,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.17.260163147459722:br-ex-patch:1121.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7206199208443904,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.21f82e14-24b5-4466-a775-f49e7293b4c2.260163147459722: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":6554,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5503,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536421337601933312,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":211006,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211005}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1677824,"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":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211005,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":25}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":227501,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"d5d03cd5-d1f2-48a6-8050-689240132f2c","group-type":"group-all"},{"group-id":211008,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211007}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":80}}},{"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":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","group-type":"group-all"},{"group-id":211007,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","group-type":"group-all"}]},{"id":"openflow:268318365241219","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.268318365241219.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.268318365241219.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.268318365241219.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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.268318365241219.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"268318365241219.220.tun7dd6c062707.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.tun7dd6c062707","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tunfb23e7715ee.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.tunfb23e7715ee","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tunb223582a781.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.tunb223582a781","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tun23278d86c3d.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.tun23278d86c3d","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_268318365241219_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_268318365241219_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_268318365241219_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_268318365241219_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219","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_268318365241219","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219","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_268318365241219","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_268318365241219_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_268318365241219_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"26831836524121951l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"2683183652412190tunb223582a781","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:2"},"strict":false,"cookie":134217729,"flow-name":"tunb223582a781","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":"2683183652412190tunfb23e7715ee","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:5"},"strict":false,"cookie":134217729,"flow-name":"tunfb23e7715ee","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":"2683183652412190tun23278d86c3d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:4"},"strict":false,"cookie":134217729,"flow-name":"tun23278d86c3d","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":"2683183652412190tun7dd6c062707","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:3"},"strict":false,"cookie":134217729,"flow-name":"tun7dd6c062707","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":80,"flow":[{"id":"L3.268318365241219.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181020 14:51:53.666" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.679" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181020 14:51:53.679" starttime="20181020 14:51:53.504"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.690" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211005
                                            },
                                            "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": 1678592
                                            },
                                            "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": 211006,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "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": 211005,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 80
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 1280
                                            },
                                            "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": 211007
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 80
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3328
                                            },
                                            "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": 80
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 512
                                            },
                                            "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": 211008,
                        "group-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 36
                                                }
                                            }
                                        },
                                        {
                                            "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": 211007,
                        "group-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_37_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_36_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_34_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5503,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_36_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_34_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5503,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_37_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.149698414707504.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.149698414707504.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_34_fa:16:3e:ae:44:28_21.0.0.6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:ae:44:28"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "21.0.0.6/32",
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_149698414707504_36_fa:16:3e:d5:02:7122.0.0.17",
                                "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:d5:02:71"
                                    },
                                    "arp-source-transport-address": "22.0.0.17/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d5:02:71"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_149698414707504_34_fa:16:3e:ae:44:28_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:ae:44:28"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_36_fa:16:3e:d5:02:71_fe80:0:0:0:f816:3eff:fed5:271",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d5:02:71"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fed5:271/128",
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_149698414707504_36_fa:16:3e:d5:02:71",
                                "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:d5:02:71"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_36_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": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_34_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": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_149698414707504_36_fa:16:3e:d5:02:71_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:d5:02:71"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4149698414707504_34_fa:16:3e:ae:44:28_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:ae:44:28"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "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_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_34_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": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_34_fa:16:3e:ae:44:28_fe80:0:0:0:f816:3eff:feae:4428",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:ae:44:28"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:feae:4428/128",
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_36_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": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_149698414707504_37_fa:16:3e:ab:fc:df_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:ab:fc:df"
                                        },
                                        "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": "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_36_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": 39582418599936,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_34_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": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_37_fa:16:3e:ab:fc:df_22.0.0.6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:ab:fc:df"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "22.0.0.6/32",
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4149698414707504_37_fa:16:3e:ab:fc:df_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:ab:fc:df"
                                        },
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_37_fa:16:3e:ab:fc:df_fe80:0:0:0:f816:3eff:feab:fcdf",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:ab:fc:df"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:feab:fcdf/128",
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4149698414707504_36_fa:16:3e:d5:02:71_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:d5:02:71"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_36_fa:16:3e:d5:02:71_22.0.0.17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d5:02:71"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "22.0.0.17/32",
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_149698414707504_34_fa:16:3e:ae:44:2821.0.0.6",
                                "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:ae:44:28"
                                    },
                                    "arp-source-transport-address": "21.0.0.6/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:ae:44:28"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_149698414707504_37_fa:16:3e:ab:fc:df22.0.0.6",
                                "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:ab:fc:df"
                                    },
                                    "arp-source-transport-address": "22.0.0.6/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:ab:fc:df"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_149698414707504_34_fa:16:3e:ae:44:28",
                                "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:ae:44:28"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_149698414707504_37_fa:16:3e:ab:fc:df",
                                "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:ab:fc:df"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 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_149698414707504_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_37_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": 39582528700417,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_149698414707504_36_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 39582418599940,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_36_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": 39582418599936,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_149698414707504_36",
                                "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": 39582418599938,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_34_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5503,
                                                            "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": 37383395344384,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_149698414707504_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": "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_36_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": 39582418599936,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_34_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5503,
                                                            "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": 37383395344384,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_37_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": 37383505444865,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_149698414707504_34_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 37383395344388,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_149698414707504_34",
                                "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": 37383395344386,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_149698414707504_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
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_149698414707504_36_b40005fd-93eb-4f90-bdbf-564f2dede22d",
                                "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": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop149698414707504_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": 37383505444865,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop149698414707504_34_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_149698414707504_34_427695f1-0593-4967-a674-9ef565517dce",
                                "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": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_149698414707504_36_73e355fd-8f45-426a-b359-38fe6b4062ad",
                                "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": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_34_7b0b286b-1595-4278-ab13-b3a92dc16fb5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 39582528700417,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop149698414707504_36_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_34_c30618b8-35e9-4fa6-bef4-acd75aceddc9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_149698414707504_37_427695f1-0593-4967-a674-9ef565517dce",
                                "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": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_149698414707504_34_b40005fd-93eb-4f90-bdbf-564f2dede22d",
                                "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": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_149698414707504_36_427695f1-0593-4967-a674-9ef565517dce",
                                "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": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_149698414707504_34_73e355fd-8f45-426a-b359-38fe6b4062ad",
                                "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": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 39582528700417,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_36",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_36_c30618b8-35e9-4fa6-bef4-acd75aceddc9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_149698414707504_37_b40005fd-93eb-4f90-bdbf-564f2dede22d",
                                "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": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 37383505444865,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_34",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_36_7b0b286b-1595-4278-ab13-b3a92dc16fb5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_149698414707504_37_73e355fd-8f45-426a-b359-38fe6b4062ad",
                                "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": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_37_7b0b286b-1595-4278-ab13-b3a92dc16fb5",
                                "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": 2002,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_37_c30618b8-35e9-4fa6-bef4-acd75aceddc9",
                                "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": 2002,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.149698414707504:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.149698414707504: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": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.149698414707504:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.149698414707504: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": 1678592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.24575e36-5636-4640-893c-c36cd3fd70e0",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.24575e36-5636-4640-893c-c36cd3fd70e0.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": 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.149698414707504:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.149698414707504: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": 1678592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.854ab070-d9b1-4f78-b90c-ddf2e13113e2.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": 2415928320
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.149698414707504:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.149698414707504: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": 8960
                                                }
                                            },
                                            "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.7794a8fc-57f1-48b2-9772-f6d4e270e264",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.7794a8fc-57f1-48b2-9772-f6d4e270e264.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": 2415927808
                                                        },
                                                        "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": 8704
                                                }
                                            },
                                            "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.854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.854ab070-d9b1-4f78-b90c-ddf2e13113e2.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": 2415928320
                                                        },
                                                        "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tund94e4440a70",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tund94e4440a70.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
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunb3adfc3e977",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tunb3adfc3e977.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.tun6de6aefe245",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tun6de6aefe245.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": 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.7794a8fc-57f1-48b2-9772-f6d4e270e264",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.7794a8fc-57f1-48b2-9772-f6d4e270e264.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": 2415927808
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun617d26e46a5",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tun617d26e46a5.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": 110100480,
                                "flow-name": "acl.egressacl.24575e36-5636-4640-893c-c36cd3fd70e0",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.24575e36-5636-4640-893c-c36cd3fd70e0.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
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000448,
                                "flow-name": "ITM Flow Entry :5504",
                                "hard-timeout": 0,
                                "id": "3680",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92341796864,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 80
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328128,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "385504",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92341796864,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 80
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_34_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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_36_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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_36_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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4149698414707504_36_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": 9216
                                                }
                                            },
                                            "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_L2_Broadcast_149698414707504_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_34_fa:16:3e:ae:44:28_21.0.0.6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:ae:44:28"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "21.0.0.6/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_36_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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_36_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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_34_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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4149698414707504_34_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": 8704
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_34_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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_37_fa:16:3e:ab:fc:df_22.0.0.6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:ab:fc:df"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "22.0.0.6/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": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_34_fa:16:3e:ae:44:28_fe80:0:0:0:f816:3eff:feae:4428",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:ae:44:28"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:feae:4428/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_149698414707504_34_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": 8704
                                                }
                                            },
                                            "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_149698414707504_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_37_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": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_36_fa:16:3e:d5:02:71_fe80:0:0:0:f816:3eff:fed5:271",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d5:02:71"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fed5:271/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_149698414707504_36",
                                "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_34_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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_149698414707504_36_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": 9216
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_37_fa:16:3e:ab:fc:df_fe80:0:0:0:f816:3eff:feab:fcdf",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:ab:fc:df"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:feab:fcdf/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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_149698414707504_34",
                                "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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_36_fa:16:3e:d5:02:71_22.0.0.17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d5:02:71"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "22.0.0.17/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_149698414707504_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
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504",
                                "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_149698414707504_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": 39582528700417,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop149698414707504_36_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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 39582528700417,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_36",
                                "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 37383505444865,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_34",
                                "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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_149698414707504_37_8c5726c4-7826-461e-93cb-154526013b67",
                                "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": 2002,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_149698414707504_37_880f5c32-a8a3-4284-81cd-97753efc85fe",
                                "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": 2002,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_149698414707504_37_6dffaa1e-d414-4940-9611-f69f03f3ed18",
                                "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": 2002,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": 40682040328193,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_149698414707504_34_8c5726c4-7826-461e-93cb-154526013b67",
                                "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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_149698414707504_34_880f5c32-a8a3-4284-81cd-97753efc85fe",
                                "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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 37383505444865,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop149698414707504_34_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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_149698414707504_36_8c5726c4-7826-461e-93cb-154526013b67",
                                "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_149698414707504_34_6dffaa1e-d414-4940-9611-f69f03f3ed18",
                                "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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_149698414707504_36_880f5c32-a8a3-4284-81cd-97753efc85fe",
                                "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_149698414707504_36_6dffaa1e-d414-4940-9611-f69f03f3ed18",
                                "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2002,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563264,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "525504true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211007
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92341796865,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563264,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "525504false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211008
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550911,
                                "hard-timeout": 0,
                                "id": "50550314969841470750434fa:16:3e:ae:44:28",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:ae:44:28"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 37475720364032,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550912,
                                "hard-timeout": 0,
                                "id": "50550414969841470750437fa:16:3e:ab:fc:df",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:ab:fc:df"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40774272024576,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550912,
                                "hard-timeout": 0,
                                "id": "50550414969841470750436fa:16:3e:d5:02:71",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d5:02:71"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 39674760396800,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_34_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5503,
                                                            "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": 8704
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_34_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5503,
                                                            "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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_36_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_36_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_37_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_37_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "515503149698414707504260163147459722fa:16:3e:36:da:5d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:36:da:5d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550414969841470750437fa:16:3e:ab:fc:df",
                                "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:ab:fc:df"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "515504149698414707504228722813034790fa:16:3e:03:97:b1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1280
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:03:97:b1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "51550314969841470750434fa:16:3e:ae:44:28",
                                "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:ae:44:28"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "515504149698414707504260163147459722fa:16:3e:98:55:1e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 512
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:98:55:1e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550414969841470750448796303178259fa:16:3e:f8:1b:e7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3328
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:f8:1b:e7"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "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": "14969841470750451l2control01: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": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550414969841470750436fa:16:3e:d5:02:71",
                                "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": 9216
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d5:02:71"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "515503149698414707504228722813034790fa:16:3e:b8:e9:e0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:b8:e9:e0"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "51550314969841470750448796303178259fa:16:3e:b1:41:14",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:b1:41:14"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_37_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": 37383505444865,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_149698414707504_34_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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 40682040328193,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_34_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5503,
                                                            "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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_37_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": 39582528700417,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_149698414707504_36_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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_36_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_34_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5503,
                                                            "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": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_149698414707504_34",
                                "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": 8704
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_149698414707504_36",
                                "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_36_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5504,
                                                            "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": 9216
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606372,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "55.36.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": 9216
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 36
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606372,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "55.36.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 36
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612893,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6557.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": 1678592
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6557
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606373,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "55.37.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 9472
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 37
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606373,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "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": 142606370,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "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": 142612893,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6557.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7209497743327232,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6557
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606370,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:149698414707504:149698414707504:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:149698414707504:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 38482906972161,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:149698414707504: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": "tunb3adfc3e977",
                                "hard-timeout": 0,
                                "id": "1496984147075040tunb3adfc3e977",
                                "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:149698414707504:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun6de6aefe245",
                                "hard-timeout": 0,
                                "id": "1496984147075040tun6de6aefe245",
                                "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:149698414707504:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:149698414707504:149698414707504:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:149698414707504: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": 7209497743327233,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:149698414707504: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": "tund94e4440a70",
                                "hard-timeout": 0,
                                "id": "1496984147075040tund94e4440a70",
                                "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:149698414707504:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun617d26e46a5",
                                "hard-timeout": 0,
                                "id": "1496984147075040tun617d26e46a5",
                                "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:149698414707504:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:149698414707504:7794a8fc-57f1-48b2-9772-f6d4e270e264",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:7794a8fc-57f1-48b2-9772-f6d4e270e264",
                                "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:149698414707504: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:149698414707504:24575e36-5636-4640-893c-c36cd3fd70e0",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:24575e36-5636-4640-893c-c36cd3fd70e0",
                                "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:149698414707504: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:149698414707504:854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 39582418599936,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:149698414707504: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": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.854ab070-d9b1-4f78-b90c-ddf2e13113e2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 10376333123880222720,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 39582418599936,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.7794a8fc-57f1-48b2-9772-f6d4e270e264",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.7794a8fc-57f1-48b2-9772-f6d4e270e264.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 10376330924856967168,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.24575e36-5636-4640-893c-c36cd3fd70e0",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.24575e36-5636-4640-893c-c36cd3fd70e0.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 10376334223391850496,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.24575e36-5636-4640-893c-c36cd3fd70e0",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.24575e36-5636-4640-893c-c36cd3fd70e0.9",
                                "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": 5504
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529255820340494336,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376334223391850496,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.854ab070-d9b1-4f78-b90c-ddf2e13113e2.9",
                                "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": 36
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5504
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529254720828866560,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376333123880222720,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.7794a8fc-57f1-48b2-9772-f6d4e270e264",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.7794a8fc-57f1-48b2-9772-f6d4e270e264.9",
                                "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": 5503
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529252521788833792,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376330924856967168,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.149698414707504:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.149698414707504: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": 6557
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5503
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536424636136816640,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7209497743327232,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:149698414707504"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211005
                                            },
                                            "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": 1678336
                                            },
                                            "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": 211006,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 29
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211005,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227501,
                        "group-name": "d5d03cd5-d1f2-48a6-8050-689240132f2c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 80
                                                }
                                            }
                                        },
                                        {
                                            "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": 8,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211007
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 7,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 80
                                                }
                                            }
                                        },
                                        {
                                            "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": 10,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 80
                                                }
                                            }
                                        },
                                        {
                                            "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": 9,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211008,
                        "group-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                        "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": 211007,
                        "group-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211003
                                            },
                                            "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": 211004,
                        "group-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 211003,
                        "group-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.228722813034790.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.228722813034790.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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_228722813034790_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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.228722813034790.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.228722813034790:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790: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": 7680
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tuna8339e52304",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tuna8339e52304.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": 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.2f0fd48f-ee71-4b18-baea-1b0228aef474",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.2f0fd48f-ee71-4b18-baea-1b0228aef474.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": 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.228722813034790:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790: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": 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.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6.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.tunb9b6ece5224",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tunb9b6ece5224.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": 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.228722813034790:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790: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": 1678336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun1914722e5af",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tun1914722e5af.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": 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.tuncd74734f6e0",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tuncd74734f6e0.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": 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.228722813034790:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790: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": 1678336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000448,
                                "flow-name": "ITM Flow Entry :5504",
                                "hard-timeout": 0,
                                "id": "3680",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92341796864,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 80
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328128,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "385504",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92341796864,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 80
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_228722813034790_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_228722813034790_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_228722813034790_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_228722813034790_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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_228722813034790_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563264,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "525504true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211007
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92341796865,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563264,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "525504false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211008
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550911,
                                "hard-timeout": 0,
                                "id": "50550322872281303479029fa:16:3e:b8:e9:e0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:b8:e9:e0"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 31978162225152,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550912,
                                "hard-timeout": 0,
                                "id": "50550422872281303479033fa:16:3e:03:97:b1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:03:97:b1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 36376225513472,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "515503228722813034790260163147459722fa:16:3e:36:da:5d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:36:da:5d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550422872281303479033fa:16:3e:03:97:b1",
                                "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:03:97:b1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "51550322872281303479048796303178259fa:16:3e:b1:41:14",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:b1:41:14"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "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": "22872281303479051l2control01: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": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "515504228722813034790149698414707504fa:16:3e:ab:fc:df",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:ab:fc:df"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "515504228722813034790149698414707504fa:16:3e:d5:02:71",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:d5:02:71"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "51550322872281303479029fa:16:3e:b8:e9:e0",
                                "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": 7424
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:b8:e9:e0"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550422872281303479048796303178259fa:16:3e:f8:1b:e7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:f8:1b:e7"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "515504228722813034790260163147459722fa:16:3e:98:55:1e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:98:55:1e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "515503228722813034790149698414707504fa:16:3e:ae:44:28",
                                "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": 1678336
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:ae:44:28"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606360,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "55.24.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 26388279066624,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 24
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606369,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "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": 142606369,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "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": 142606365,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.29.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 31885837205504,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 29
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606365,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.29.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": 7424
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 29
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606360,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "55.24.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6144
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 24
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612892,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6556.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": 1678336
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6556
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612892,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6556.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7208398231699456,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6556
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:228722813034790:2f0fd48f-ee71-4b18-baea-1b0228aef474",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:2f0fd48f-ee71-4b18-baea-1b0228aef474",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 31885837205504,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790: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:228722813034790:228722813034790:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:228722813034790: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": 7208398231699457,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790: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": "tuna8339e52304",
                                "hard-timeout": 0,
                                "id": "2287228130347900tuna8339e52304",
                                "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:228722813034790:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun1914722e5af",
                                "hard-timeout": 0,
                                "id": "2287228130347900tun1914722e5af",
                                "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:228722813034790:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb9b6ece5224",
                                "hard-timeout": 0,
                                "id": "2287228130347900tunb9b6ece5224",
                                "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:228722813034790:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tuncd74734f6e0",
                                "hard-timeout": 0,
                                "id": "2287228130347900tuncd74734f6e0",
                                "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:228722813034790:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:228722813034790:228722813034790:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:228722813034790:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 32985348833281,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790: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:228722813034790:f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                                "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:228722813034790: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": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.228722813034790:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.228722813034790: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": 6556
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5503
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536423536625188864,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7208398231699456,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.2f0fd48f-ee71-4b18-baea-1b0228aef474",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.2f0fd48f-ee71-4b18-baea-1b0228aef474.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": 29
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5503
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529247024230694912,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 31885837205504,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.f8d5f0e2-3bc1-419a-8428-418c0bf22cd6.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": 5504
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529251422293983232,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 36283883716608,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:228722813034790"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211005
                                            },
                                            "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": 1678080
                                            },
                                            "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": 211006,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 27
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211005,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227501,
                        "group-name": "d5d03cd5-d1f2-48a6-8050-689240132f2c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 80
                                                }
                                            }
                                        },
                                        {
                                            "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": 4,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211007
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 3,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 80
                                                }
                                            }
                                        },
                                        {
                                            "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": 80
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 4864
                                            },
                                            "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": 211008,
                        "group-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                        "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": 211007,
                        "group-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.48796303178259.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.48796303178259.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_48796303178259_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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.48796303178259.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.48796303178259:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259: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": 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.tun5ef24485410",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tun5ef24485410.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": 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.tund35867a1187",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tund35867a1187.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": 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.tund8c3e0fcf05",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tund8c3e0fcf05.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": 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.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f.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": 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.48796303178259:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259: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": 7168
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunaf467906869",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tunaf467906869.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": 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.48796303178259:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259: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": 1678080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.48796303178259:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259: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": 1678080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.454dc598-1929-4a4b-a5d5-6879ec5c974d",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.454dc598-1929-4a4b-a5d5-6879ec5c974d.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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000448,
                                "flow-name": "ITM Flow Entry :5504",
                                "hard-timeout": 0,
                                "id": "3680",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92341796864,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 80
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328128,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "385504",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92341796864,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 80
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_48796303178259_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_48796303178259_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_48796303178259_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_48796303178259_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_48796303178259",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259",
                                "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_48796303178259_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_48796303178259_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563264,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "525504true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211007
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92341796865,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563264,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "525504false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211008
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550912,
                                "hard-timeout": 0,
                                "id": "5055044879630317825932fa:16:3e:f8:1b:e7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:f8:1b:e7"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 35276713885696,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550911,
                                "hard-timeout": 0,
                                "id": "5055034879630317825927fa:16:3e:b1:41:14",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:b1:41:14"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 29779138969600,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "51550348796303178259260163147459722fa:16:3e:36:da:5d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:36:da:5d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "51550348796303178259149698414707504fa:16:3e:ae:44:28",
                                "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": 1678080
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:ae:44:28"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550448796303178259149698414707504fa:16:3e:ab:fc:df",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:ab:fc:df"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "51550348796303178259228722813034790fa:16:3e:b8:e9:e0",
                                "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": 1678080
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:b8:e9:e0"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550448796303178259228722813034790fa:16:3e:03:97:b1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 4864
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:03:97:b1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "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": "4879630317825951l2control01: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": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550448796303178259149698414707504fa:16:3e:d5:02:71",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:d5:02:71"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "5155044879630317825932fa:16:3e:f8:1b:e7",
                                "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:f8:1b:e7"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "5155034879630317825927fa:16:3e:b1:41:14",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6912
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:b1:41:14"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550448796303178259260163147459722fa:16:3e:98:55:1e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:98:55:1e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606363,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.27.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 29686813949952,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 27
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606368,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "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": 142612891,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6555.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7207298720071680,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6555
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606368,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "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": 142606363,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.27.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6912
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 27
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612891,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6555.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": 1678080
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6555
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunaf467906869",
                                "hard-timeout": 0,
                                "id": "487963031782590tunaf467906869",
                                "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:48796303178259:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:48796303178259:48796303178259:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:48796303178259:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 30786325577729,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259: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": "tund8c3e0fcf05",
                                "hard-timeout": 0,
                                "id": "487963031782590tund8c3e0fcf05",
                                "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:48796303178259:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:48796303178259:26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 29686813949952,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259: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:48796303178259:48796303178259:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:48796303178259: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": 7207298720071681,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259: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:48796303178259:454dc598-1929-4a4b-a5d5-6879ec5c974d",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:454dc598-1929-4a4b-a5d5-6879ec5c974d",
                                "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:48796303178259: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": "tun5ef24485410",
                                "hard-timeout": 0,
                                "id": "487963031782590tun5ef24485410",
                                "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:48796303178259:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tund35867a1187",
                                "hard-timeout": 0,
                                "id": "487963031782590tund35867a1187",
                                "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:48796303178259:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f.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": 27
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5503
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529244825207439360,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 29686813949952,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.48796303178259:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.48796303178259: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": 6555
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5503
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536422437113561088,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7207298720071680,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.454dc598-1929-4a4b-a5d5-6879ec5c974d",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.454dc598-1929-4a4b-a5d5-6879ec5c974d.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": 5504
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529250322782355456,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 35184372088832,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:48796303178259"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211005
                                            },
                                            "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": 1677824
                                            },
                                            "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": 211006,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 25
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211005,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227501,
                        "group-name": "d5d03cd5-d1f2-48a6-8050-689240132f2c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211007
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 80
                                                }
                                            }
                                        },
                                        {
                                            "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": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 80
                                                }
                                            }
                                        },
                                        {
                                            "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": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211008,
                        "group-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 31
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211007,
                        "group-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.260163147459722.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.260163147459722.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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.260163147459722.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun3429b91664d",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tun3429b91664d.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": 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.c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.c92bf838-14a3-48b0-bbd7-4627a6f474e6.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": 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.tunfda004d5e48",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tunfda004d5e48.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.tun91356c17db2",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tun91356c17db2.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": 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.260163147459722:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722: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": 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.260163147459722:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722: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": 1677824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.2cbb8d1a-6001-454f-9da4-62daccf1ac98.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": 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.260163147459722:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722: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": 6656
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.260163147459722:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722: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": 1677824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000448,
                                "flow-name": "ITM Flow Entry :5504",
                                "hard-timeout": 0,
                                "id": "3680",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92341796864,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 80
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328128,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "385504",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92341796864,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 80
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_260163147459722_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_260163147459722_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_260163147459722_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_260163147459722",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563264,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "525504true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211007
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92341796865,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563264,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "525504false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211008
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550911,
                                "hard-timeout": 0,
                                "id": "50550326016314745972225fa:16:3e:36:da:5d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:36:da:5d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 27580115714048,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550912,
                                "hard-timeout": 0,
                                "id": "50550426016314745972231fa:16:3e:98:55:1e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:98:55:1e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 34177202257920,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "515503260163147459722228722813034790fa:16:3e:b8:e9:e0",
                                "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": 1677824
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:b8:e9:e0"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "515504260163147459722149698414707504fa:16:3e:d5:02:71",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d5:02:71"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "515503260163147459722149698414707504fa:16:3e:ae:44:28",
                                "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": 1677824
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:ae:44:28"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550426016314745972231fa:16:3e:98:55:1e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:98:55:1e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "515504260163147459722228722813034790fa:16:3e:03:97:b1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:03:97:b1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "51550326016314745972248796303178259fa:16:3e:b1:41:14",
                                "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": 1677824
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:b1:41:14"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "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": "26016314745972251l2control01: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": 134419839,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "51550326016314745972225fa:16:3e:36:da:5d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6400
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:36:da:5d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "51550426016314745972248796303178259fa:16:3e:f8:1b:e7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 80
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:f8:1b:e7"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419840,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "515504260163147459722149698414707504fa:16:3e:ab:fc:df",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:ab:fc:df"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92341796864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606361,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.25.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": 6400
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 25
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606361,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.25.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 27487790694400,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 25
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "55.31.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                                "hard-timeout": 0,
                                "id": "55.31.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612890,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6554.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": 1677824
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6554
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612890,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6554.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7206199208443904,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6554
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun3429b91664d",
                                "hard-timeout": 0,
                                "id": "2601631474597220tun3429b91664d",
                                "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:260163147459722:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:260163147459722:c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 34084860461056,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722: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:260163147459722:260163147459722:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:260163147459722: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": 7206199208443905,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722: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:260163147459722:2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 27487790694400,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722: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": "tun91356c17db2",
                                "hard-timeout": 0,
                                "id": "2601631474597220tun91356c17db2",
                                "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:260163147459722:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunfda004d5e48",
                                "hard-timeout": 0,
                                "id": "2601631474597220tunfda004d5e48",
                                "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:260163147459722:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:260163147459722:260163147459722:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:260163147459722:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 28587302322177,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.2cbb8d1a-6001-454f-9da4-62daccf1ac98.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": 25
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5503
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529242626184183808,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 27487790694400,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b.c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.c92bf838-14a3-48b0-bbd7-4627a6f474e6.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": 31
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5504
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529249223270727680,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.21f82e14-24b5-4466-a775-f49e7293b4c2.260163147459722:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.260163147459722: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": 6554
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5503
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536421337601933312,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7206199208443904,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:260163147459722"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 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.268318365241219.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.268318365241219.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.268318365241219.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_268318365241219_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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_268318365241219_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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_268318365241219_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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.268318365241219.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun7dd6c062707",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tun7dd6c062707.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.tunfb23e7715ee",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tunfb23e7715ee.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": 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.tunb223582a781",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tunb223582a781.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.tun23278d86c3d",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tun23278d86c3d.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
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_268318365241219_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_268318365241219_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_268318365241219_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_268318365241219_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_268318365241219_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_268318365241219_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_268318365241219",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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_268318365241219_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "26831836524121951l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb223582a781",
                                "hard-timeout": 0,
                                "id": "2683183652412190tunb223582a781",
                                "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:268318365241219:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunfb23e7715ee",
                                "hard-timeout": 0,
                                "id": "2683183652412190tunfb23e7715ee",
                                "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:268318365241219:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun23278d86c3d",
                                "hard-timeout": 0,
                                "id": "2683183652412190tun23278d86c3d",
                                "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:268318365241219:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun7dd6c062707",
                                "hard-timeout": 0,
                                "id": "2683183652412190tun7dd6c062707",
                                "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:268318365241219:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:268318365241219"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.705" starttime="20181020 14:51:53.680"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.705" starttime="20181020 14:51:53.247"></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="20181020 14:51:53.713" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.713" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.713" starttime="20181020 14:51:53.705"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.714" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","dpn-interfaces":[{"dp-id":260163147459722,"interfaces":["c92bf838-14a3-48b0-bbd7-4627a6f474e6"]},{"dp-id":48796303178259,"interfaces":["454dc598-1929-4a4b-a5d5-6879ec5c974d"]},{"dp-id":228722813034790,"interfaces":["f8d5f0e2-3bc1-419a-8428-418c0bf22cd6"]},{"dp-id":149698414707504,"interfaces":["854ab070-d9b1-4f78-b90c-ddf2e13113e2","24575e36-5636-4640-893c-c36cd3fd70e0"]}]},{"elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","dpn-interfaces":[{"dp-id":260163147459722,"interfaces":["260163147459722:br-ex-patch:1121","2cbb8d1a-6001-454f-9da4-62daccf1ac98"]},{"dp-id":48796303178259,"interfaces":["26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","48796303178259:br-ex-patch:1121"]},{"dp-id":228722813034790,"interfaces":["2f0fd48f-ee71-4b18-baea-1b0228aef474","228722813034790:br-ex-patch:1121"]},{"dp-id":149698414707504,"interfaces":["7794a8fc-57f1-48b2-9772-f6d4e270e264","149698414707504:br-ex-patch:1121"]}]}]}} </msg>
<msg timestamp="20181020 14:51:53.714" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.714" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 260163147459722,
         ...</msg>
<status status="PASS" endtime="20181020 14:51:53.714" starttime="20181020 14:51:53.714"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.715" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 260163147459722,
                        "interfaces": [
                            "c92bf838-14a3-48b0-bbd7-4627a6f474e6"
                        ]
                    },
                    {
                        "dp-id": 48796303178259,
                        "interfaces": [
                            "454dc598-1929-4a4b-a5d5-6879ec5c974d"
                        ]
                    },
                    {
                        "dp-id": 228722813034790,
                        "interfaces": [
                            "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6"
                        ]
                    },
                    {
                        "dp-id": 149698414707504,
                        "interfaces": [
                            "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                            "24575e36-5636-4640-893c-c36cd3fd70e0"
                        ]
                    }
                ],
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 260163147459722,
                        "interfaces": [
                            "260163147459722:br-ex-patch:1121",
                            "2cbb8d1a-6001-454f-9da4-62daccf1ac98"
                        ]
                    },
                    {
                        "dp-id": 48796303178259,
                        "interfaces": [
                            "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                            "48796303178259:br-ex-patch:1121"
                        ]
                    },
                    {
                        "dp-id": 228722813034790,
                        "interfaces": [
                            "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                            "228722813034790:br-ex-patch:1121"
                        ]
                    },
                    {
                        "dp-id": 149698414707504,
                        "interfaces": [
                            "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                            "149698414707504:br-ex-patch:1121"
                        ]
                    }
                ],
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.715" starttime="20181020 14:51:53.715"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.715" starttime="20181020 14:51:53.705"></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="20181020 14:51:53.727" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.727" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.727" starttime="20181020 14:51:53.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="20181020 14:51:53.728" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","mac-entry":[{"mac-address":"fa:16:3e:d5:02:71","interface":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","ip-prefix":"22.0.0.17","isStaticAddress":true},{"mac-address":"fa:16:3e:ab:fc:df","interface":"24575e36-5636-4640-893c-c36cd3fd70e0","ip-prefix":"22.0.0.6","isStaticAddress":true},{"mac-address":"fa:16:3e:98:55:1e","interface":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","ip-prefix":"22.0.0.2","isStaticAddress":true},{"mac-address":"fa:16:3e:f8:1b:e7","interface":"454dc598-1929-4a4b-a5d5-6879ec5c974d","ip-prefix":"22.0.0.3","isStaticAddress":true},{"mac-address":"fa:16:3e:03:97:b1","interface":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","ip-prefix":"22.0.0.4","isStaticAddress":true}]},{"elan-instance-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad"},{"elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","mac-entry":[{"mac-address":"fa:16:3e:36:da:5d","interface":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","ip-prefix":"21.0.0.2","isStaticAddress":true},{"mac-address":"fa:16:3e:b8:e9:e0","interface":"2f0fd48f-ee71-4b18-baea-1b0228aef474","ip-prefix":"21.0.0.4","isStaticAddress":true},{"mac-address":"fa:16:3e:ae:44:28","interface":"7794a8fc-57f1-48b2-9772-f6d4e270e264","ip-prefix":"21.0.0.6","isStaticAddress":true},{"mac-address":"fa:16:3e:b1:41:14","interface":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","ip-prefix":"21.0.0.3","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181020 14:51:53.728" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.729" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "mac-entry": [
                    ...</msg>
<status status="PASS" endtime="20181020 14:51:53.729" starttime="20181020 14:51:53.727"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.729" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b",
                "mac-entry": [
                    {
                        "interface": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                        "ip-prefix": "22.0.0.17",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:d5:02:71"
                    },
                    {
                        "interface": "24575e36-5636-4640-893c-c36cd3fd70e0",
                        "ip-prefix": "22.0.0.6",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:ab:fc:df"
                    },
                    {
                        "interface": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                        "ip-prefix": "22.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:98:55:1e"
                    },
                    {
                        "interface": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                        "ip-prefix": "22.0.0.3",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:f8:1b:e7"
                    },
                    {
                        "interface": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                        "ip-prefix": "22.0.0.4",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:03:97:b1"
                    }
                ]
            },
            {
                "elan-instance-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad"
            },
            {
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                "mac-entry": [
                    {
                        "interface": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                        "ip-prefix": "21.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:36:da:5d"
                    },
                    {
                        "interface": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                        "ip-prefix": "21.0.0.4",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:b8:e9:e0"
                    },
                    {
                        "interface": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                        "ip-prefix": "21.0.0.6",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:ae:44:28"
                    },
                    {
                        "interface": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                        "ip-prefix": "21.0.0.3",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:b1:41:14"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.729" starttime="20181020 14:51:53.729"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.729" starttime="20181020 14:51:53.715"></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="20181020 14:51:53.742" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.743" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.743" starttime="20181020 14:51:53.730"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.744" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.744" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.744" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.744" starttime="20181020 14:51:53.743"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.745" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.745" starttime="20181020 14:51:53.744"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.745" starttime="20181020 14:51:53.730"></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="20181020 14:51:53.751" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.751" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.751" starttime="20181020 14:51:53.745"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.752" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"21f82e14-24b5-4466-a775-f49e7293b4c2","elan-interfaces":["2f0fd48f-ee71-4b18-baea-1b0228aef474","48796303178259:br-ex-patch:1121","149698414707504:br-ex-patch:1121","260163147459722:br-ex-patch:1121","26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","228722813034790:br-ex-patch:1121","2cbb8d1a-6001-454f-9da4-62daccf1ac98","7794a8fc-57f1-48b2-9772-f6d4e270e264"]},{"name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b","elan-interfaces":["f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","c92bf838-14a3-48b0-bbd7-4627a6f474e6","454dc598-1929-4a4b-a5d5-6879ec5c974d","24575e36-5636-4640-893c-c36cd3fd70e0","854ab070-d9b1-4f78-b90c-ddf2e13113e2"]},{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181020 14:51:53.752" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.752" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                    "48796303178259:br-ex-patch:1...</msg>
<status status="PASS" endtime="20181020 14:51:53.752" starttime="20181020 14:51:53.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="20181020 14:51:53.753" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                    "48796303178259:br-ex-patch:1121",
                    "149698414707504:br-ex-patch:1121",
                    "260163147459722:br-ex-patch:1121",
                    "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                    "228722813034790:br-ex-patch:1121",
                    "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                    "7794a8fc-57f1-48b2-9772-f6d4e270e264"
                ],
                "name": "21f82e14-24b5-4466-a775-f49e7293b4c2"
            },
            {
                "elan-interfaces": [
                    "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                    "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                    "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                    "24575e36-5636-4640-893c-c36cd3fd70e0",
                    "854ab070-d9b1-4f78-b90c-ddf2e13113e2"
                ],
                "name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b"
            },
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.753" starttime="20181020 14:51:53.753"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.753" starttime="20181020 14:51:53.745"></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="20181020 14:51:53.768" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.768" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.768" starttime="20181020 14:51:53.753"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.771" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"tund94e4440a70","lower-layer-if":["openflow:149698414707504:4"],"type":"iana-if-type:tunnel","if-index":5,"statistics":{"discontinuity-time":"2018-10-20T14:34:38.771Z"},"phys-address":"ae:86:39:be:f9:1a","admin-status":"up","oper-status":"up"},{"name":"tapf8d5f0e2-3b","lower-layer-if":["openflow:228722813034790:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:40:10.435Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"228722813034790:br-ex-patch","lower-layer-if":["openflow:228722813034790:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:34:40.015Z"},"phys-address":"3a:d3:e5:33:d9:68","admin-status":"up","oper-status":"up"},{"name":"tap24575e36-56","lower-layer-if":["openflow:149698414707504:8"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:41:54.170Z"},"phys-address":"fe:16:3e:ab:fc:df","admin-status":"up","oper-status":"up"},{"name":"24575e36-5636-4640-893c-c36cd3fd70e0","lower-layer-if":["openflow:149698414707504:8"],"type":"iana-if-type:l2vlan","if-index":37,"statistics":{"discontinuity-time":"2018-10-20T14:41:54.262Z"},"phys-address":"fe:16:3e:ab:fc:df","admin-status":"up","oper-status":"up"},{"name":"260163147459722:br-ex-patch","lower-layer-if":["openflow:260163147459722:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:34:38.459Z"},"phys-address":"26:c1:fe:32:0a:dd","admin-status":"up","oper-status":"up"},{"name":"tuna8339e52304","lower-layer-if":["openflow:228722813034790:3"],"type":"iana-if-type:tunnel","if-index":9,"statistics":{"discontinuity-time":"2018-10-20T14:34:39.979Z"},"phys-address":"e6:d0:3c:f8:36:1f","admin-status":"up","oper-status":"up"},{"name":"260163147459722:br-ex-patch:trunk","lower-layer-if":["openflow:260163147459722:1"],"type":"iana-if-type:l2vlan","if-index":26,"statistics":{"discontinuity-time":"2018-10-20T14:39:58.646Z"},"phys-address":"26:c1:fe:32:0a:dd","admin-status":"up","oper-status":"up"},{"name":"tun7dd6c062707","lower-layer-if":["openflow:268318365241219:3"],"type":"iana-if-type:tunnel","if-index":4,"statistics":{"discontinuity-time":"2018-10-20T14:34:38.759Z"},"phys-address":"ba:b4:5b:a4:1e:66","admin-status":"up","oper-status":"up"},{"name":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","lower-layer-if":["openflow:149698414707504:7"],"type":"iana-if-type:l2vlan","if-index":36,"statistics":{"discontinuity-time":"2018-10-20T14:41:43.859Z"},"phys-address":"fe:16:3e:d5:02:71","admin-status":"up","oper-status":"up"},{"name":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","lower-layer-if":["openflow:48796303178259:6"],"type":"iana-if-type:l2vlan","if-index":27,"statistics":{"discontinuity-time":"2018-10-20T14:39:59.690Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"228722813034790:br-ex-patch:1121","lower-layer-if":["openflow:228722813034790:1"],"type":"iana-if-type:l2vlan","if-index":6556,"statistics":{"discontinuity-time":"2018-10-20T14:40:01.513Z"},"phys-address":"3a:d3:e5:33:d9:68","admin-status":"up","oper-status":"up"},{"name":"48796303178259:br-ex-patch:trunk","lower-layer-if":["openflow:48796303178259:1"],"type":"iana-if-type:l2vlan","if-index":28,"statistics":{"discontinuity-time":"2018-10-20T14:40:00.204Z"},"phys-address":"7e:0d:3e:5c:57:d5","admin-status":"up","oper-status":"up"},{"name":"tun23278d86c3d","lower-layer-if":["openflow:268318365241219:4"],"type":"iana-if-type:tunnel","if-index":6,"statistics":{"discontinuity-time":"2018-10-20T14:34:38.784Z"},"phys-address":"fe:f6:df:69:dd:b2","admin-status":"up","oper-status":"up"},{"name":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","lower-layer-if":["openflow:228722813034790:7"],"type":"iana-if-type:l2vlan","if-index":33,"statistics":{"discontinuity-time":"2018-10-20T14:40:10.628Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tun1914722e5af","lower-layer-if":["openflow:228722813034790:4"],"type":"iana-if-type:tunnel","if-index":10,"statistics":{"discontinuity-time":"2018-10-20T14:34:40.164Z"},"phys-address":"fe:83:32:99:1a:8c","admin-status":"up","oper-status":"up"},{"name":"tunfb23e7715ee","lower-layer-if":["openflow:268318365241219:5"],"type":"iana-if-type:tunnel","if-index":14,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.363Z"},"phys-address":"d2:67:95:b7:c5:66","admin-status":"up","oper-status":"up"},{"name":"tap26c6b8fb-44","lower-layer-if":["openflow:48796303178259:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:39:59.437Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"48796303178259:br-ex-patch:1121","lower-layer-if":["openflow:48796303178259:1"],"type":"iana-if-type:l2vlan","if-index":6555,"statistics":{"discontinuity-time":"2018-10-20T14:40:00.268Z"},"phys-address":"7e:0d:3e:5c:57:d5","admin-status":"up","oper-status":"up"},{"name":"149698414707504:br-ex-patch:trunk","lower-layer-if":["openflow:149698414707504:1"],"type":"iana-if-type:l2vlan","if-index":35,"statistics":{"discontinuity-time":"2018-10-20T14:41:19.490Z"},"phys-address":"ee:8f:d5:d4:59:b2","admin-status":"up","oper-status":"up"},{"name":"tunfda004d5e48","lower-layer-if":["openflow:260163147459722:4"],"type":"iana-if-type:tunnel","if-index":16,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.455Z"},"phys-address":"5a:b3:14:3d:45:7a","admin-status":"up","oper-status":"up"},{"name":"149698414707504:br-ex-patch","lower-layer-if":["openflow:149698414707504:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:34:37.806Z"},"phys-address":"ee:8f:d5:d4:59:b2","admin-status":"up","oper-status":"up"},{"name":"tunb9b6ece5224","lower-layer-if":["openflow:228722813034790:5"],"type":"iana-if-type:tunnel","if-index":15,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.366Z"},"phys-address":"3e:16:03:88:9e:88","admin-status":"up","oper-status":"up"},{"name":"149698414707504:br-ex-patch:1121","lower-layer-if":["openflow:149698414707504:1"],"type":"iana-if-type:l2vlan","if-index":6557,"statistics":{"discontinuity-time":"2018-10-20T14:41:19.544Z"},"phys-address":"ee:8f:d5:d4:59:b2","admin-status":"up","oper-status":"up"},{"name":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","lower-layer-if":["openflow:260163147459722:6"],"type":"iana-if-type:l2vlan","if-index":31,"statistics":{"discontinuity-time":"2018-10-20T14:40:06.999Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tun617d26e46a5","lower-layer-if":["openflow:149698414707504:3"],"type":"iana-if-type:tunnel","if-index":2,"statistics":{"discontinuity-time":"2018-10-20T14:34:37.848Z"},"phys-address":"d6:26:9b:3d:f4:c4","admin-status":"up","oper-status":"down"},{"name":"tap7794a8fc-57","lower-layer-if":["openflow:149698414707504:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:41:18.509Z"},"phys-address":"fe:16:3e:ae:44:28","admin-status":"up","oper-status":"up"},{"name":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","lower-layer-if":["openflow:260163147459722:5"],"type":"iana-if-type:l2vlan","if-index":25,"statistics":{"discontinuity-time":"2018-10-20T14:39:58.341Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tapc92bf838-14","lower-layer-if":["openflow:260163147459722:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:40:06.821Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"454dc598-1929-4a4b-a5d5-6879ec5c974d","lower-layer-if":["openflow:48796303178259:7"],"type":"iana-if-type:l2vlan","if-index":32,"statistics":{"discontinuity-time":"2018-10-20T14:40:08.067Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"48796303178259:br-ex-patch","lower-layer-if":["openflow:48796303178259:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:34:40.648Z"},"phys-address":"7e:0d:3e:5c:57:d5","admin-status":"up","oper-status":"up"},{"name":"tun3429b91664d","lower-layer-if":["openflow:260163147459722:2"],"type":"iana-if-type:tunnel","if-index":7,"statistics":{"discontinuity-time":"2018-10-20T14:34:39.811Z"},"phys-address":"3e:e2:4d:d8:5b:17","admin-status":"up","oper-status":"up"},{"name":"228722813034790:br-ex-patch:trunk","lower-layer-if":["openflow:228722813034790:1"],"type":"iana-if-type:l2vlan","if-index":30,"statistics":{"discontinuity-time":"2018-10-20T14:40:01.458Z"},"phys-address":"3a:d3:e5:33:d9:68","admin-status":"up","oper-status":"up"},{"name":"tap2cbb8d1a-60","lower-layer-if":["openflow:260163147459722:5"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:39:57.987Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"2f0fd48f-ee71-4b18-baea-1b0228aef474","lower-layer-if":["openflow:228722813034790:6"],"type":"iana-if-type:l2vlan","if-index":29,"statistics":{"discontinuity-time":"2018-10-20T14:40:01.324Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"260163147459722:br-ex-patch:1121","lower-layer-if":["openflow:260163147459722:1"],"type":"iana-if-type:l2vlan","if-index":6554,"statistics":{"discontinuity-time":"2018-10-20T14:39:58.833Z"},"phys-address":"26:c1:fe:32:0a:dd","admin-status":"up","oper-status":"up"},{"name":"tund8c3e0fcf05","lower-layer-if":["openflow:48796303178259:3"],"type":"iana-if-type:tunnel","if-index":17,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.547Z"},"phys-address":"32:e6:63:5c:22:3a","admin-status":"up","oper-status":"up"},{"name":"tap854ab070-d9","lower-layer-if":["openflow:149698414707504:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:41:43.041Z"},"phys-address":"fe:16:3e:d5:02:71","admin-status":"up","oper-status":"up"},{"name":"tun6de6aefe245","lower-layer-if":["openflow:149698414707504:5"],"type":"iana-if-type:tunnel","if-index":13,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.326Z"},"phys-address":"7a:7c:0e:56:99:07","admin-status":"up","oper-status":"up"},{"name":"tund35867a1187","lower-layer-if":["openflow:48796303178259:2"],"type":"iana-if-type:tunnel","if-index":12,"statistics":{"discontinuity-time":"2018-10-20T14:34:41.708Z"},"phys-address":"22:53:67:17:a0:b9","admin-status":"up","oper-status":"up"},{"name":"tun91356c17db2","lower-layer-if":["openflow:260163147459722:3"],"type":"iana-if-type:tunnel","if-index":8,"statistics":{"discontinuity-time":"2018-10-20T14:34:39.844Z"},"phys-address":"aa:11:98:7f:9f:e0","admin-status":"up","oper-status":"up"},{"name":"tunb223582a781","lower-layer-if":["openflow:268318365241219:2"],"type":"iana-if-type:tunnel","if-index":1,"statistics":{"discontinuity-time":"2018-10-20T14:34:37.758Z"},"phys-address":"4a:11:b0:79:04:bc","admin-status":"up","oper-status":"up"},{"name":"7794a8fc-57f1-48b2-9772-f6d4e270e264","lower-layer-if":["openflow:149698414707504:6"],"type":"iana-if-type:l2vlan","if-index":34,"statistics":{"discontinuity-time":"2018-10-20T14:41:19.370Z"},"phys-address":"fe:16:3e:ae:44:28","admin-status":"up","oper-status":"up"},{"name":"tuncd74734f6e0","lower-layer-if":["openflow:228722813034790:2"],"type":"iana-if-type:tunnel","if-index":11,"statistics":{"discontinuity-time":"2018-10-20T14:34:40.166Z"},"phys-address":"e2:fa:bf:92:73:0e","admin-status":"up","oper-status":"up"},{"name":"tunb3adfc3e977","lower-layer-if":["openflow:149698414707504:2"],"type":"iana-if-type:tunnel","if-index":3,"statistics":{"discontinuity-time":"2018-10-20T14:34:38.606Z"},"phys-address":"ca:17:76:6c:2d:11","admin-status":"up","oper-status":"up"},{"name":"tunaf467906869","lower-layer-if":["openflow:48796303178259:5"],"type":"iana-if-type:tunnel","if-index":19,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.800Z"},"phys-address":"fa:2a:ba:e7:a9:6a","admin-status":"up","oper-status":"up"},{"name":"268318365241219:br-ex-patch","lower-layer-if":["openflow:268318365241219:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:34:37.596Z"},"phys-address":"5a:40:21:a4:cc:ef","admin-status":"up","oper-status":"up"},{"name":"tun5ef24485410","lower-layer-if":["openflow:48796303178259:4"],"type":"iana-if-type:tunnel","if-index":18,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.653Z"},"phys-address":"a2:a0:44:bd:08:35","admin-status":"up","oper-status":"up"},{"name":"tap454dc598-19","lower-layer-if":["openflow:48796303178259:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:40:07.973Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap2f0fd48f-ee","lower-layer-if":["openflow:228722813034790:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:40:01.192Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181020 14:51:53.772" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.772" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 5,
                "lower-layer-if": [
                    "openflow:...</msg>
<status status="PASS" endtime="20181020 14:51:53.772" starttime="20181020 14:51:53.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="20181020 14:51:53.773" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 5,
                "lower-layer-if": [
                    "openflow:149698414707504:4"
                ],
                "name": "tund94e4440a70",
                "oper-status": "up",
                "phys-address": "ae:86:39:be:f9:1a",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:38.771Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:228722813034790:7"
                ],
                "name": "tapf8d5f0e2-3b",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:10.435Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:228722813034790:1"
                ],
                "name": "228722813034790:br-ex-patch",
                "oper-status": "up",
                "phys-address": "3a:d3:e5:33:d9:68",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:40.015Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:149698414707504:8"
                ],
                "name": "tap24575e36-56",
                "oper-status": "up",
                "phys-address": "fe:16:3e:ab:fc:df",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:41:54.170Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 37,
                "lower-layer-if": [
                    "openflow:149698414707504:8"
                ],
                "name": "24575e36-5636-4640-893c-c36cd3fd70e0",
                "oper-status": "up",
                "phys-address": "fe:16:3e:ab:fc:df",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:41:54.262Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:260163147459722:1"
                ],
                "name": "260163147459722:br-ex-patch",
                "oper-status": "up",
                "phys-address": "26:c1:fe:32:0a:dd",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:38.459Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 9,
                "lower-layer-if": [
                    "openflow:228722813034790:3"
                ],
                "name": "tuna8339e52304",
                "oper-status": "up",
                "phys-address": "e6:d0:3c:f8:36:1f",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:39.979Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 26,
                "lower-layer-if": [
                    "openflow:260163147459722:1"
                ],
                "name": "260163147459722:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "26:c1:fe:32:0a:dd",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:39:58.646Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 4,
                "lower-layer-if": [
                    "openflow:268318365241219:3"
                ],
                "name": "tun7dd6c062707",
                "oper-status": "up",
                "phys-address": "ba:b4:5b:a4:1e:66",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:38.759Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 36,
                "lower-layer-if": [
                    "openflow:149698414707504:7"
                ],
                "name": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                "oper-status": "up",
                "phys-address": "fe:16:3e:d5:02:71",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:41:43.859Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 27,
                "lower-layer-if": [
                    "openflow:48796303178259:6"
                ],
                "name": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:39:59.690Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 6556,
                "lower-layer-if": [
                    "openflow:228722813034790:1"
                ],
                "name": "228722813034790:br-ex-patch:1121",
                "oper-status": "up",
                "phys-address": "3a:d3:e5:33:d9:68",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:01.513Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 28,
                "lower-layer-if": [
                    "openflow:48796303178259:1"
                ],
                "name": "48796303178259:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "7e:0d:3e:5c:57:d5",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:00.204Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 6,
                "lower-layer-if": [
                    "openflow:268318365241219:4"
                ],
                "name": "tun23278d86c3d",
                "oper-status": "up",
                "phys-address": "fe:f6:df:69:dd:b2",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:38.784Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 33,
                "lower-layer-if": [
                    "openflow:228722813034790:7"
                ],
                "name": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:10.628Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 10,
                "lower-layer-if": [
                    "openflow:228722813034790:4"
                ],
                "name": "tun1914722e5af",
                "oper-status": "up",
                "phys-address": "fe:83:32:99:1a:8c",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:40.164Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 14,
                "lower-layer-if": [
                    "openflow:268318365241219:5"
                ],
                "name": "tunfb23e7715ee",
                "oper-status": "up",
                "phys-address": "d2:67:95:b7:c5:66",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.363Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:48796303178259:6"
                ],
                "name": "tap26c6b8fb-44",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:39:59.437Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 6555,
                "lower-layer-if": [
                    "openflow:48796303178259:1"
                ],
                "name": "48796303178259:br-ex-patch:1121",
                "oper-status": "up",
                "phys-address": "7e:0d:3e:5c:57:d5",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:00.268Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 35,
                "lower-layer-if": [
                    "openflow:149698414707504:1"
                ],
                "name": "149698414707504:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ee:8f:d5:d4:59:b2",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:41:19.490Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 16,
                "lower-layer-if": [
                    "openflow:260163147459722:4"
                ],
                "name": "tunfda004d5e48",
                "oper-status": "up",
                "phys-address": "5a:b3:14:3d:45:7a",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.455Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:149698414707504:1"
                ],
                "name": "149698414707504:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ee:8f:d5:d4:59:b2",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:37.806Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 15,
                "lower-layer-if": [
                    "openflow:228722813034790:5"
                ],
                "name": "tunb9b6ece5224",
                "oper-status": "up",
                "phys-address": "3e:16:03:88:9e:88",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.366Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 6557,
                "lower-layer-if": [
                    "openflow:149698414707504:1"
                ],
                "name": "149698414707504:br-ex-patch:1121",
                "oper-status": "up",
                "phys-address": "ee:8f:d5:d4:59:b2",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:41:19.544Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 31,
                "lower-layer-if": [
                    "openflow:260163147459722:6"
                ],
                "name": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:06.999Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 2,
                "lower-layer-if": [
                    "openflow:149698414707504:3"
                ],
                "name": "tun617d26e46a5",
                "oper-status": "down",
                "phys-address": "d6:26:9b:3d:f4:c4",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:37.848Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:149698414707504:6"
                ],
                "name": "tap7794a8fc-57",
                "oper-status": "up",
                "phys-address": "fe:16:3e:ae:44:28",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:41:18.509Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 25,
                "lower-layer-if": [
                    "openflow:260163147459722:5"
                ],
                "name": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:39:58.341Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:260163147459722:6"
                ],
                "name": "tapc92bf838-14",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:06.821Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 32,
                "lower-layer-if": [
                    "openflow:48796303178259:7"
                ],
                "name": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:08.067Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:48796303178259:1"
                ],
                "name": "48796303178259:br-ex-patch",
                "oper-status": "up",
                "phys-address": "7e:0d:3e:5c:57:d5",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:40.648Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 7,
                "lower-layer-if": [
                    "openflow:260163147459722:2"
                ],
                "name": "tun3429b91664d",
                "oper-status": "up",
                "phys-address": "3e:e2:4d:d8:5b:17",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:39.811Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 30,
                "lower-layer-if": [
                    "openflow:228722813034790:1"
                ],
                "name": "228722813034790:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "3a:d3:e5:33:d9:68",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:01.458Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:260163147459722:5"
                ],
                "name": "tap2cbb8d1a-60",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:39:57.987Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 29,
                "lower-layer-if": [
                    "openflow:228722813034790:6"
                ],
                "name": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:01.324Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 6554,
                "lower-layer-if": [
                    "openflow:260163147459722:1"
                ],
                "name": "260163147459722:br-ex-patch:1121",
                "oper-status": "up",
                "phys-address": "26:c1:fe:32:0a:dd",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:39:58.833Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 17,
                "lower-layer-if": [
                    "openflow:48796303178259:3"
                ],
                "name": "tund8c3e0fcf05",
                "oper-status": "up",
                "phys-address": "32:e6:63:5c:22:3a",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.547Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:149698414707504:7"
                ],
                "name": "tap854ab070-d9",
                "oper-status": "up",
                "phys-address": "fe:16:3e:d5:02:71",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:41:43.041Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 13,
                "lower-layer-if": [
                    "openflow:149698414707504:5"
                ],
                "name": "tun6de6aefe245",
                "oper-status": "up",
                "phys-address": "7a:7c:0e:56:99:07",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.326Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 12,
                "lower-layer-if": [
                    "openflow:48796303178259:2"
                ],
                "name": "tund35867a1187",
                "oper-status": "up",
                "phys-address": "22:53:67:17:a0:b9",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:41.708Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 8,
                "lower-layer-if": [
                    "openflow:260163147459722:3"
                ],
                "name": "tun91356c17db2",
                "oper-status": "up",
                "phys-address": "aa:11:98:7f:9f:e0",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:39.844Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 1,
                "lower-layer-if": [
                    "openflow:268318365241219:2"
                ],
                "name": "tunb223582a781",
                "oper-status": "up",
                "phys-address": "4a:11:b0:79:04:bc",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:37.758Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 34,
                "lower-layer-if": [
                    "openflow:149698414707504:6"
                ],
                "name": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                "oper-status": "up",
                "phys-address": "fe:16:3e:ae:44:28",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:41:19.370Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 11,
                "lower-layer-if": [
                    "openflow:228722813034790:2"
                ],
                "name": "tuncd74734f6e0",
                "oper-status": "up",
                "phys-address": "e2:fa:bf:92:73:0e",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:40.166Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:149698414707504:2"
                ],
                "name": "tunb3adfc3e977",
                "oper-status": "up",
                "phys-address": "ca:17:76:6c:2d:11",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:38.606Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 19,
                "lower-layer-if": [
                    "openflow:48796303178259:5"
                ],
                "name": "tunaf467906869",
                "oper-status": "up",
                "phys-address": "fa:2a:ba:e7:a9:6a",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.800Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:268318365241219:1"
                ],
                "name": "268318365241219:br-ex-patch",
                "oper-status": "up",
                "phys-address": "5a:40:21:a4:cc:ef",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:37.596Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 18,
                "lower-layer-if": [
                    "openflow:48796303178259:4"
                ],
                "name": "tun5ef24485410",
                "oper-status": "up",
                "phys-address": "a2:a0:44:bd:08:35",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.653Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:48796303178259:7"
                ],
                "name": "tap454dc598-19",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:07.973Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:228722813034790:6"
                ],
                "name": "tap2f0fd48f-ee",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:01.192Z"
                },
                "type": "iana-if-type:other"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.773" starttime="20181020 14:51:53.772"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.773" starttime="20181020 14:51:53.753"></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="20181020 14:51:53.790" 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="20181020 14:51:53.790" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.790" starttime="20181020 14:51:53.773"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.792" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"2f0fd48f-ee71-4b18-baea-1b0228aef474","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":29,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"260163147459722:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":6554,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":31,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"228722813034790:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":30,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"149698414707504:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":6557,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"2f0fd48f-ee71-4b18-baea-1b0228aef474","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":29,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tunb3adfc3e977","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":3,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun3429b91664d","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":7,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"454dc598-1929-4a4b-a5d5-6879ec5c974d","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":32,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":33,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun617d26e46a5","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":2,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":31,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"260163147459722:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":6554,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun6de6aefe245","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":13,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":25,"port-no":5,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"454dc598-1929-4a4b-a5d5-6879ec5c974d","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":32,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"7794a8fc-57f1-48b2-9772-f6d4e270e264","service-mode":"interface-service-bindings:service-mode-ingress","dpid":149698414707504,"if-index":34,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tund8c3e0fcf05","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":17,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunfb23e7715ee","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":14,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun7dd6c062707","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":4,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tuna8339e52304","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":9,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun1914722e5af","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":10,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":27,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":25,"port-no":5,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"149698414707504:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":35,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tund94e4440a70","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":5,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunfda004d5e48","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":16,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunb9b6ece5224","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":15,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun23278d86c3d","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":6,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"48796303178259:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":28,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":36,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"24575e36-5636-4640-893c-c36cd3fd70e0","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":37,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","service-mode":"interface-service-bindings:service-mode-ingress","dpid":149698414707504,"if-index":36,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"260163147459722:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":26,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"48796303178259:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":6555,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun91356c17db2","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":8,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunaf467906869","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":19,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"48796303178259:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":6555,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"228722813034790:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":6556,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"228722813034790:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":6556,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"7794a8fc-57f1-48b2-9772-f6d4e270e264","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":34,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":27,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tund35867a1187","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":12,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunb223582a781","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":1,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tuncd74734f6e0","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":11,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"149698414707504:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","dpid":149698414707504,"if-index":6557,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun5ef24485410","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":18,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":33,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"24575e36-5636-4640-893c-c36cd3fd70e0","service-mode":"interface-service-bindings:service-mode-ingress","dpid":149698414707504,"if-index":37,"port-no":8,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181020 14:51:53.792" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.792" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 228722813034790,
                "if-index": 29,
                "interface-name": "2f0fd48...</msg>
<status status="PASS" endtime="20181020 14:51:53.792" starttime="20181020 14:51:53.790"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.793" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 228722813034790,
                "if-index": 29,
                "interface-name": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 6554,
                "interface-name": "260163147459722:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 31,
                "interface-name": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 30,
                "interface-name": "228722813034790:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 6557,
                "interface-name": "149698414707504:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 29,
                "interface-name": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 3,
                "interface-name": "tunb3adfc3e977",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 7,
                "interface-name": "tun3429b91664d",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 32,
                "interface-name": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 33,
                "interface-name": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 2,
                "interface-name": "tun617d26e46a5",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 31,
                "interface-name": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 6554,
                "interface-name": "260163147459722:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 13,
                "interface-name": "tun6de6aefe245",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 25,
                "interface-name": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 32,
                "interface-name": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 34,
                "interface-name": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 17,
                "interface-name": "tund8c3e0fcf05",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 14,
                "interface-name": "tunfb23e7715ee",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 4,
                "interface-name": "tun7dd6c062707",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 9,
                "interface-name": "tuna8339e52304",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 10,
                "interface-name": "tun1914722e5af",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 27,
                "interface-name": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 25,
                "interface-name": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 35,
                "interface-name": "149698414707504:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 5,
                "interface-name": "tund94e4440a70",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 16,
                "interface-name": "tunfda004d5e48",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 15,
                "interface-name": "tunb9b6ece5224",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 6,
                "interface-name": "tun23278d86c3d",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 28,
                "interface-name": "48796303178259:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 36,
                "interface-name": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 37,
                "interface-name": "24575e36-5636-4640-893c-c36cd3fd70e0",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 36,
                "interface-name": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 26,
                "interface-name": "260163147459722:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 6555,
                "interface-name": "48796303178259:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 8,
                "interface-name": "tun91356c17db2",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 19,
                "interface-name": "tunaf467906869",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 6555,
                "interface-name": "48796303178259:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 6556,
                "interface-name": "228722813034790:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 6556,
                "interface-name": "228722813034790:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 34,
                "interface-name": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 27,
                "interface-name": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 12,
                "interface-name": "tund35867a1187",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 1,
                "interface-name": "tunb223582a781",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 11,
                "interface-name": "tuncd74734f6e0",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 6557,
                "interface-name": "149698414707504:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 18,
                "interface-name": "tun5ef24485410",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 33,
                "interface-name": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 37,
                "interface-name": "24575e36-5636-4640-893c-c36cd3fd70e0",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.793" starttime="20181020 14:51:53.793"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.793" starttime="20181020 14:51:53.773"></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="20181020 14:51:53.802" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.802" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.802" starttime="20181020 14:51:53.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="20181020 14:51:53.805" level="INFO">To JSON using : content={"tunnels_state":{"state-tunnel-list":[{"tunnel-interface-name":"tund35867a1187","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"},"dst-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"}},{"tunnel-interface-name":"tun7dd6c062707","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"},"dst-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"}},{"tunnel-interface-name":"tun23278d86c3d","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"},"dst-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"}},{"tunnel-interface-name":"tunfda004d5e48","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"},"dst-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"}},{"tunnel-interface-name":"tun6de6aefe245","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"},"dst-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"}},{"tunnel-interface-name":"tunb9b6ece5224","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"},"dst-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"}},{"tunnel-interface-name":"tunb3adfc3e977","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"},"dst-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"}},{"tunnel-interface-name":"tund8c3e0fcf05","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"},"dst-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"}},{"tunnel-interface-name":"tun5ef24485410","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"},"dst-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"}},{"tunnel-interface-name":"tund94e4440a70","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"},"dst-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"}},{"tunnel-interface-name":"tun617d26e46a5","tunnel-state":false,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"down","src-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"},"dst-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"}},{"tunnel-interface-name":"tun3429b91664d","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"},"dst-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"}},{"tunnel-interface-name":"tunaf467906869","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"},"dst-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"}},{"tunnel-interface-name":"tuna8339e52304","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"},"dst-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"}},{"tunnel-interface-name":"tunb223582a781","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"},"dst-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"}},{"tunnel-interface-name":"tunfb23e7715ee","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"},"dst-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"}},{"tunnel-interface-name":"tun91356c17db2","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"},"dst-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"}},{"tunnel-interface-name":"tun1914722e5af","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"},"dst-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"}},{"tunnel-interface-name":"tuncd74734f6e0","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"},"dst-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"}}]}} </msg>
<msg timestamp="20181020 14:51:53.805" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.805" level="INFO">${pretty_output} = {
    "tunnels_state": {
        "state-tunnel-list": [
            {
                "dst-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-...</msg>
<status status="PASS" endtime="20181020 14:51:53.805" starttime="20181020 14:51:53.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="20181020 14:51:53.806" level="INFO">{
    "tunnels_state": {
        "state-tunnel-list": [
            {
                "dst-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tund35867a1187",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun7dd6c062707",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun23278d86c3d",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunfda004d5e48",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun6de6aefe245",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunb9b6ece5224",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunb3adfc3e977",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tund8c3e0fcf05",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun5ef24485410",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tund94e4440a70",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "oper-state": "down",
                "src-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun617d26e46a5",
                "tunnel-state": false
            },
            {
                "dst-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun3429b91664d",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunaf467906869",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tuna8339e52304",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunb223582a781",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunfb23e7715ee",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun91356c17db2",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun1914722e5af",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tuncd74734f6e0",
                "tunnel-state": true
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.806" starttime="20181020 14:51:53.805"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.806" starttime="20181020 14:51:53.793"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181020 14:51:53.822" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.822" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.822" starttime="20181020 14:51:53.806"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.823" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.823" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.823" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.823" starttime="20181020 14:51:53.822"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.824" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.824" starttime="20181020 14:51:53.824"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.824" starttime="20181020 14:51:53.806"></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="20181020 14:51:53.837" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.838" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.838" starttime="20181020 14:51:53.824"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.839" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.839" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.839" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.839" starttime="20181020 14:51:53.838"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.839" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.840" starttime="20181020 14:51:53.839"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.840" starttime="20181020 14:51:53.824"></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="20181020 14:51:53.874" 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="20181020 14:51:53.874" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.874" starttime="20181020 14:51:53.840"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.892" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/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/f7d2b89c-71a6-4831-8e79-3394722493d6/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":"ec:9d:f3:fc:ec:8a"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"88791295-89a9-40de-95e1-823bd6b79f95","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/f7d2b89c-71a6-4831-8e79-3394722493d6']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653","controller-uuid":"c53252d8-7188-4569-9249-6a42db1ea497","is-connected":true},{"target":"tcp:192.0.2.18:6653","controller-uuid":"da9d9961-4985-42a2-b79d-9e5f58c9154e","is-connected":true},{"target":"tcp:192.0.2.6:6653","controller-uuid":"6a5e4f83-9648-4ab1-9708-387b9fbe2e54","is-connected":true}],"ovsdb:datapath-id":"00:00:ec:9d:f3:fc:ec:8a","termination-point":[{"tp-id":"tun3429b91664d","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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun3429b91664d']"}],"ovsdb:interface-uuid":"da2084f7-7010-44dd-b24d-f8f45e0cf145","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":"tun3429b91664d","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.25"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"bc24e1bb-881b-4ec6-b386-f995150d0e45","ovsdb:ifindex":19,"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":"tap2cbb8d1a-60","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"f5ea7496-bc2e-4540-983d-a59c1d19a858","ovsdb:name":"tap2cbb8d1a-60","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:36:da:5d"},{"external-id-key":"iface-id","external-id-value":"2cbb8d1a-6001-454f-9da4-62daccf1ac98"}],"ovsdb:port-uuid":"ec2da2c3-0bcd-49d6-841b-3a46d54bb49c","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":5},{"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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"d09b9958-2190-4c83-8db3-e24407502dcb","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3c28849a-3269-46c7-8ee4-0e18b11b34b3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tunfda004d5e48","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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunfda004d5e48']"}],"ovsdb:interface-uuid":"5bb77ea8-6208-48e1-b16c-52782cc58b26","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":"tunfda004d5e48","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.14"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"aa9c0841-3845-4d96-948c-94b8e7a5af1e","ovsdb:ifindex":19,"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":"tun91356c17db2","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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun91356c17db2']"}],"ovsdb:interface-uuid":"7b9f4645-b5fc-4b6f-ac2f-2809b204aac3","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":"tun91356c17db2","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.6"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f8963a54-9d91-44e0-bc5d-71d5792a4aa0","ovsdb:ifindex":19,"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":"tapc92bf838-14","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ab6d68a3-726e-4137-9d74-9b9f7ae9d156","ovsdb:name":"tapc92bf838-14","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:98:55:1e"},{"external-id-key":"iface-id","external-id-value":"c92bf838-14a3-48b0-bbd7-4627a6f474e6"}],"ovsdb:port-uuid":"2ce35076-e64f-441c-b977-c32b79051734","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":6},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"11e2798d-f5bb-4353-aca8-3b65f02344d3","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e2557d0-b7c7-4788-bb99-1c98e7d9485b","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:59:a6:28:68:d2"}],"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:a6:28:68:d2","ovsdb:bridge-uuid":"1b446425-a0c5-4658-8e91-a3a9186b3b84","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/c4115c0f-f4be-40ef-b005-f63c6a201c57']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"960e330e-5241-473b-99e5-d18e6a922bfd","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"e66e723c-dd88-4b2a-a726-f952d39fc971","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"78831227-618b-4052-9c9e-1407dabf83d2","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a9342429-ef8e-4a15-ba1d-df1dcc0fb657","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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"88c2f83d-b090-47c2-8054-8e941dd25be2","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"4ebd569e-5145-470f-b871-028c9abea845","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228/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/091ce738-9116-4531-9a46-0fc4944dd228/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":"2c:61:46:51:3a:13"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"060848e8-ee87-4d54-a1bd-be2f87c6b73d","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/091ce738-9116-4531-9a46-0fc4944dd228']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653","controller-uuid":"a9f7aa9f-54c7-4b81-9dbb-b1230394485a","is-connected":true},{"target":"tcp:192.0.2.18:6653","controller-uuid":"fedc0a83-4fc2-4d20-8bc5-8d29b9690e6e","is-connected":true},{"target":"tcp:192.0.2.6:6653","controller-uuid":"64098678-333f-46fc-bcaa-a54164f801b3","is-connected":true}],"ovsdb:datapath-id":"00:00:2c:61:46:51:3a:13","termination-point":[{"tp-id":"tund8c3e0fcf05","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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund8c3e0fcf05']"}],"ovsdb:interface-uuid":"e93d60f2-d4e2-43e7-8d9e-9ed2ed9f89a4","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":"tund8c3e0fcf05","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.25"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a149e8b6-06ae-4b5a-b3d1-68ad6ff36adc","ovsdb:ifindex":19,"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":"tap26c6b8fb-44","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"c2c56218-ea83-48f6-89a4-2e64c31fe31e","ovsdb:name":"tap26c6b8fb-44","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:b1:41:14"},{"external-id-key":"iface-id","external-id-value":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f"}],"ovsdb:port-uuid":"f7869a27-9278-40bb-a33c-97b20f5be6a0","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":6},{"tp-id":"tap454dc598-19","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"7fcb21b5-2097-4250-8e42-1372b375989e","ovsdb:name":"tap454dc598-19","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:f8:1b:e7"},{"external-id-key":"iface-id","external-id-value":"454dc598-1929-4a4b-a5d5-6879ec5c974d"}],"ovsdb:port-uuid":"723b365c-b474-4621-9582-a11accf20a97","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":7},{"tp-id":"tund35867a1187","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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund35867a1187']"}],"ovsdb:interface-uuid":"c4886eca-c95f-4f88-b099-9f4a9bb8a727","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":"tund35867a1187","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.5"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f3dea71c-cfee-473c-8956-f42b6d4789b3","ovsdb:ifindex":19,"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":"tun5ef24485410","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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun5ef24485410']"}],"ovsdb:interface-uuid":"cdbb1ca7-5534-4d37-aa7f-020a6398374d","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":"tun5ef24485410","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.18"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0a8fbcd2-3b6c-472a-b5cf-9d75e00cd843","ovsdb:ifindex":19,"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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"89fa1b4e-4111-4aca-b1d0-21617f42a942","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8a0b7a1e-02de-4118-912b-ad3dca5edba5","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tunaf467906869","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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunaf467906869']"}],"ovsdb:interface-uuid":"67cf4a59-5390-4c8d-9cf9-23b30fffe000","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":"tunaf467906869","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.6"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"72a83f27-e5d8-4393-84f9-ac4656629b99","ovsdb:ifindex":19,"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":"77970354-f271-497e-97e6-96d461d26f69","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8e082c68-2706-4f48-b920-40aff09ea3d1","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/d2bd3eee-008f-41f1-a63f-2506ee81c223/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":"f4:08:bc:d8:cf:83"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"aefacced-2f76-4a16-9abc-7d7b17aa00c9","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/d2bd3eee-008f-41f1-a63f-2506ee81c223']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653","controller-uuid":"a9e1b3e7-d750-4714-9f15-cb1a2a050eaf","is-connected":true},{"target":"tcp:192.0.2.18:6653","controller-uuid":"c8156500-e205-4a38-a564-c09be73b0585","is-connected":true},{"target":"tcp:192.0.2.6:6653","controller-uuid":"aa2c7068-aa46-485f-8b2e-13cf6216f30d","is-connected":true}],"ovsdb:datapath-id":"00:00:f4:08:bc:d8:cf:83","termination-point":[{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"ebf45b8c-1ea4-46d6-a335-af93af85866f","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"dfafb7d2-89c5-4630-bc54-cd1f2b03b8ff","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tun7dd6c062707","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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7dd6c062707']"}],"ovsdb:interface-uuid":"ff0a9ac7-5741-4d8b-96b3-4279ce87d463","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":"tun7dd6c062707","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.18"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"936a46bb-ebed-4459-9229-ed54db9fc8b8","ovsdb:ifindex":9,"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":"tunb223582a781","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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb223582a781']"}],"ovsdb:interface-uuid":"15dcffe5-e5b1-4df4-aa89-adbd49bd171c","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":"tunb223582a781","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.5"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"9cac9304-cc9e-43b7-a1d1-786378c9fa1b","ovsdb:ifindex":9,"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":"tunfb23e7715ee","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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunfb23e7715ee']"}],"ovsdb:interface-uuid":"83b9b5ff-6e27-4baf-937b-6c231f0c511b","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":"tunfb23e7715ee","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.14"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a7ca99f6-891b-4c8d-bc1a-73d5bb9f3cbd","ovsdb:ifindex":9,"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":"tun23278d86c3d","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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun23278d86c3d']"}],"ovsdb:interface-uuid":"90ce8d0c-8e4a-46c8-9763-44dceb19aa4f","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":"tun23278d86c3d","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.6"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"d90f9c75-68e6-46e8-9dc4-35aebeac3399","ovsdb:ifindex":9,"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-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"5249a090-e6e7-40ae-8182-ef25e5034402","ovsdb:ifindex":8,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"645e88dd-2ec7-41ed-ae11-1740f1e01362","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/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/1a746078-90f9-4624-b697-eb3f1c4dd471/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":"88:26:60:d5:03:30"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"1605fc47-1693-494f-a0c1-6e083df92f16","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/1a746078-90f9-4624-b697-eb3f1c4dd471']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653","controller-uuid":"7bfd7b5c-9898-456b-99ba-75886889250b","is-connected":true},{"target":"tcp:192.0.2.18:6653","controller-uuid":"64b96e72-e4ff-4e4c-8cf1-14c1c5f2bd8d","is-connected":true},{"target":"tcp:192.0.2.6:6653","controller-uuid":"df349e30-0166-46ae-9ed2-cf5dbce8f6c2","is-connected":true}],"ovsdb:datapath-id":"00:00:88:26:60:d5:03:30","termination-point":[{"tp-id":"tunb3adfc3e977","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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb3adfc3e977']"}],"ovsdb:interface-uuid":"0f9ae5ca-28c0-4e47-a0e2-c509fff3c72b","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":"tunb3adfc3e977","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.25"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"b37ab337-8249-4805-89a4-49313b076d42","ovsdb:ifindex":9,"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":"tap24575e36-56","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"211fa45e-a11d-4d59-9f50-d33dc1471488","ovsdb:name":"tap24575e36-56","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:ab:fc:df"},{"external-id-key":"iface-id","external-id-value":"24575e36-5636-4640-893c-c36cd3fd70e0"},{"external-id-key":"vm-id","external-id-value":"33477e01-cd98-4475-821b-23d296c9e5d9"}],"ovsdb:port-uuid":"f9f72a6f-657c-46bb-a149-43e502128fa5","ovsdb:ifindex":12,"ovsdb:ofport":8},{"tp-id":"tap7794a8fc-57","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"a5fe2460-eb2c-4979-9cee-7b7034a22fa7","ovsdb:name":"tap7794a8fc-57","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:ae:44:28"},{"external-id-key":"iface-id","external-id-value":"7794a8fc-57f1-48b2-9772-f6d4e270e264"},{"external-id-key":"vm-id","external-id-value":"13f3f606-16e3-4b59-be73-e0452d2e4451"}],"ovsdb:port-uuid":"f4067d53-f581-4d22-bd49-b144c4641139","ovsdb:ifindex":10,"ovsdb:ofport":6},{"tp-id":"tun617d26e46a5","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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun617d26e46a5']"}],"ovsdb:interface-uuid":"b604fa39-cc9a-4504-a335-bd3550193309","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":"tun617d26e46a5","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.18"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5e3c37d9-480d-43b8-b351-8d60055004cf","ovsdb:ifindex":9,"ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"0"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"false"},{"bfd-status-key":"remote_state","bfd-status-value":"down"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"down"}]},{"tp-id":"tund94e4440a70","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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund94e4440a70']"}],"ovsdb:interface-uuid":"c31b00cd-e275-4b3d-91df-a1310556086a","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":"tund94e4440a70","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.6"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3176c3df-50bf-4269-9cdf-adbda59138bc","ovsdb:ifindex":9,"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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"5fe4a5ac-4d20-41cc-85bf-49bd210cc48a","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5165a5bb-d8cd-49f6-91ff-52eb036d3316","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tap854ab070-d9","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"69b4346b-124d-4b90-be0b-6778ccd24413","ovsdb:name":"tap854ab070-d9","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:d5:02:71"},{"external-id-key":"iface-id","external-id-value":"854ab070-d9b1-4f78-b90c-ddf2e13113e2"},{"external-id-key":"vm-id","external-id-value":"5dff1394-b99b-4d9d-b0f1-6d560efc3c34"}],"ovsdb:port-uuid":"bac8c09a-f820-4c8e-8e84-dfaed19571b7","ovsdb:ifindex":11,"ovsdb:ofport":7},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"d33db246-899f-4b61-9887-779184cecb93","ovsdb:ifindex":8,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"67492dee-72e1-409b-9440-1d3716ed931d","ovsdb:ofport":65534},{"tp-id":"tun6de6aefe245","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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun6de6aefe245']"}],"ovsdb:interface-uuid":"e0db675a-a708-4f02-b3f5-1b28b24d67d9","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":"tun6de6aefe245","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.14"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"d2e398f9-d4ec-47a4-a0f4-e7e1b1c1a4a3","ovsdb:ifindex":9,"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/c4115c0f-f4be-40ef-b005-f63c6a201c57","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.6"}],"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.6","remote-port":53682,"remote-ip":"192.0.2.6","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":"66050758-13eb-4611-b19e-605c5433c724"},{"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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.18:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.14:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.6:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:91:95:06:d4:a6"}],"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:91:95:06:d4:a6","ovsdb:bridge-uuid":"ac3669a0-b867-4bf6-a33f-f7428f70e671","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/f7d2b89c-71a6-4831-8e79-3394722493d6']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"485afc85-2e31-4678-9055-6c4328f68512","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"e852b397-9d6d-439e-b696-f95536de8c43","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"3cd982f8-412e-4506-afc9-6e9691e2115f","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1f912f2d-9954-4b75-95d8-a57efd0da89d","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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"0f0797ee-dc1f-4144-937d-249735abff54","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"ee8026c7-7fe7-489d-be39-b8775c988281","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.25"}],"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.14","remote-port":35248,"remote-ip":"192.0.2.25","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":"cfafae25-f90d-4a73-bec4-1a41b8e4589a"},{"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/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.18:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.14:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.6:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":false,"number_of_connections":0}]},{"node-id":"ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:a5:34:20:ef:5e"}],"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:a5:34:20:ef:5e","ovsdb:bridge-uuid":"87633e91-568c-47ca-b2fb-90f31decc984","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/1a746078-90f9-4624-b697-eb3f1c4dd471']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"77de6db3-46fd-4182-8e90-90b593b92ae6","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"96a1fd37-3fe2-4482-a850-99b686c9d0e3","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"48299ebf-a5ee-48fc-96ec-b0434d081b29","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1a2c2e6e-bbfb-4d34-9c61-3f8753a97e8a","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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"dffc1d15-d51d-4e41-81f5-4e67e443fa02","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"9bac5f40-eaed-4438-84e5-955208c91658","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.5"}],"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.14","remote-port":54738,"remote-ip":"192.0.2.5","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":"17805173-9c15-469d-9ac1-fc395e5dbbbe"},{"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/1a746078-90f9-4624-b697-eb3f1c4dd471/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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.18:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.6:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.14:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":false,"number_of_connections":0}]},{"node-id":"ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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":"d0:05:ae:05:e1:26"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"15fe7e0e-f00f-4dec-96db-840c1617d164","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/c4115c0f-f4be-40ef-b005-f63c6a201c57']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653","controller-uuid":"008632c2-a0fd-42b5-8dfa-bb70aa5c05be","is-connected":true},{"target":"tcp:192.0.2.18:6653","controller-uuid":"ec271a87-1792-4a15-a4ab-4836d4a4b615","is-connected":true},{"target":"tcp:192.0.2.6:6653","controller-uuid":"7a31133a-8cb2-4800-8538-ebe49194ed46","is-connected":true}],"ovsdb:datapath-id":"00:00:d0:05:ae:05:e1:26","termination-point":[{"tp-id":"tapf8d5f0e2-3b","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"04166d45-b926-4e99-a80c-f4890722cbdc","ovsdb:name":"tapf8d5f0e2-3b","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:03:97:b1"},{"external-id-key":"iface-id","external-id-value":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6"}],"ovsdb:port-uuid":"58c3c982-f49e-456c-9b4b-a03187f79ddb","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":7},{"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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"a5b6a518-651f-4b4e-8c9d-3dd6c89dfdb6","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"cf3d0381-bda8-42cc-99c6-6f006bceb954","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tuna8339e52304","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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuna8339e52304']"}],"ovsdb:interface-uuid":"7dc16ddd-84f6-41b9-974f-f63b07a3b4c4","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":"tuna8339e52304","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.25"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"b2d7b246-15b2-4999-b892-f7874525fdb8","ovsdb:ifindex":19,"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":"tap2f0fd48f-ee","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"61a8e248-d381-46ee-81dd-184629abdb71","ovsdb:name":"tap2f0fd48f-ee","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:b8:e9:e0"},{"external-id-key":"iface-id","external-id-value":"2f0fd48f-ee71-4b18-baea-1b0228aef474"}],"ovsdb:port-uuid":"c7a66929-9579-4bed-8382-bf1076b8fd56","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":6},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"6e87cc03-b352-426c-9700-83cd73b270e5","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"09fc1c02-9b47-42c8-a5a5-e4df28790345","ovsdb:ofport":65534},{"tp-id":"tun1914722e5af","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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1914722e5af']"}],"ovsdb:interface-uuid":"9205286a-e889-485b-96ad-055f39f5d79d","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":"tun1914722e5af","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.18"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"decbd0c8-4e11-4bde-8555-ba5a42113547","ovsdb:ifindex":19,"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":"tunb9b6ece5224","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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb9b6ece5224']"}],"ovsdb:interface-uuid":"8acb6315-db4e-4fcc-81fe-ea0e74b27b75","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":"tunb9b6ece5224","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.14"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8e648b1a-188d-4597-a50d-fc6d70019ed4","ovsdb:ifindex":19,"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":"tuncd74734f6e0","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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncd74734f6e0']"}],"ovsdb:interface-uuid":"8252d306-2e78-4b13-b7ba-d7cfa4c0b19c","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":"tuncd74734f6e0","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.5"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"60be00b9-c044-4d12-99db-59b20b6a5d20","ovsdb:ifindex":19,"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"}]}]},{"node-id":"ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.18"}],"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.6","remote-port":37798,"remote-ip":"192.0.2.18","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":"99cdc858-b665-48ae-9175-e27cea9f7e0a"},{"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/f7d2b89c-71a6-4831-8e79-3394722493d6/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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.18:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.6:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.14:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:99:b8:8b:90:89"}],"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:99:b8:8b:90:89","ovsdb:bridge-uuid":"eca35213-030a-4165-ac80-42e7122f262d","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/d2bd3eee-008f-41f1-a63f-2506ee81c223']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"34cfdc97-8a2e-4ad3-a742-032cfedc127d","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a51f2703-506f-48e2-9490-a1d0a3edf540","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"62e1a80a-a065-488d-bba7-da9766712c5d","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5168d7a7-9871-4602-b122-af7b0b6a4fb8","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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"77537254-b201-474f-8ffd-f6d513742c4a","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"6aaed61a-4dfb-4172-b0a3-f6c60067e809","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.14"}],"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.14","remote-port":32994,"remote-ip":"192.0.2.14","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":"e9856b89-4a8e-4fea-a1f8-4f6ea41587e4"},{"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/091ce738-9116-4531-9a46-0fc4944dd228/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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.18:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.6:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.14:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cc:2e:53:ab:7d"}],"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:cc:2e:53:ab:7d","ovsdb:bridge-uuid":"dbb0a9e4-7a47-4b8e-ac1a-a7ade9e8fb96","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/091ce738-9116-4531-9a46-0fc4944dd228']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"b426b1b9-cf80-4186-bbba-42f14edaf35e","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"21249a51-6db9-4337-8db4-58385c82c420","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"89db28ab-3abd-4fff-9227-36038340752d","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"745ad7e0-1e7a-45cb-b5f7-1903c27bac7e","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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"347a0567-a21e-41f1-be0d-d1851564c57b","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1af2e8ab-6946-4ddf-b0b7-46de17b3d66a","ovsdb:ifindex":0,"ovsdb:ofport":2}]}]}]} </msg>
<msg timestamp="20181020 14:51:53.893" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.894" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181020 14:51:53.894" starttime="20181020 14:51:53.875"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.896" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/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/f7d2b89c-71a6-4831-8e79-3394722493d6/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": "ec:9d:f3:fc:ec:8a"
                        }
                    ],
                    "ovsdb:bridge-uuid": "88791295-89a9-40de-95e1-823bd6b79f95",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "c53252d8-7188-4569-9249-6a42db1ea497",
                            "is-connected": true,
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "controller-uuid": "da9d9961-4985-42a2-b79d-9e5f58c9154e",
                            "is-connected": true,
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "controller-uuid": "6a5e4f83-9648-4ab1-9708-387b9fbe2e54",
                            "is-connected": true,
                            "target": "tcp:192.0.2.6:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:ec:9d:f3:fc:ec:8a",
                    "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/f7d2b89c-71a6-4831-8e79-3394722493d6']",
                    "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": "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": "da2084f7-7010-44dd-b24d-f8f45e0cf145",
                            "ovsdb:name": "tun3429b91664d",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                }
                            ],
                            "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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun3429b91664d']"
                                }
                            ],
                            "ovsdb:port-uuid": "bc24e1bb-881b-4ec6-b386-f995150d0e45",
                            "tp-id": "tun3429b91664d"
                        },
                        {
                            "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:36:da:5d"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "2cbb8d1a-6001-454f-9da4-62daccf1ac98"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "f5ea7496-bc2e-4540-983d-a59c1d19a858",
                            "ovsdb:name": "tap2cbb8d1a-60",
                            "ovsdb:ofport": 5,
                            "ovsdb:port-uuid": "ec2da2c3-0bcd-49d6-841b-3a46d54bb49c",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap2cbb8d1a-60"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "d09b9958-2190-4c83-8db3-e24407502dcb",
                            "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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "3c28849a-3269-46c7-8ee4-0e18b11b34b3",
                            "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": "5bb77ea8-6208-48e1-b16c-52782cc58b26",
                            "ovsdb:name": "tunfda004d5e48",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                }
                            ],
                            "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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunfda004d5e48']"
                                }
                            ],
                            "ovsdb:port-uuid": "aa9c0841-3845-4d96-948c-94b8e7a5af1e",
                            "tp-id": "tunfda004d5e48"
                        },
                        {
                            "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": "7b9f4645-b5fc-4b6f-ac2f-2809b204aac3",
                            "ovsdb:name": "tun91356c17db2",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                }
                            ],
                            "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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun91356c17db2']"
                                }
                            ],
                            "ovsdb:port-uuid": "f8963a54-9d91-44e0-bc5d-71d5792a4aa0",
                            "tp-id": "tun91356c17db2"
                        },
                        {
                            "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:98:55:1e"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "c92bf838-14a3-48b0-bbd7-4627a6f474e6"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ab6d68a3-726e-4137-9d74-9b9f7ae9d156",
                            "ovsdb:name": "tapc92bf838-14",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "2ce35076-e64f-441c-b977-c32b79051734",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapc92bf838-14"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "11e2798d-f5bb-4353-aca8-3b65f02344d3",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e2557d0-b7c7-4788-bb99-1c98e7d9485b",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:59:a6:28:68:d2"
                        }
                    ],
                    "ovsdb:bridge-uuid": "1b446425-a0c5-4658-8e91-a3a9186b3b84",
                    "ovsdb:datapath-id": "00:00:00:59:a6:28:68:d2",
                    "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/c4115c0f-f4be-40ef-b005-f63c6a201c57']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "960e330e-5241-473b-99e5-d18e6a922bfd",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "e66e723c-dd88-4b2a-a726-f952d39fc971",
                            "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": "78831227-618b-4052-9c9e-1407dabf83d2",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "a9342429-ef8e-4a15-ba1d-df1dcc0fb657",
                            "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": "88c2f83d-b090-47c2-8054-8e941dd25be2",
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "4ebd569e-5145-470f-b871-028c9abea845",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228/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/091ce738-9116-4531-9a46-0fc4944dd228/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": "2c:61:46:51:3a:13"
                        }
                    ],
                    "ovsdb:bridge-uuid": "060848e8-ee87-4d54-a1bd-be2f87c6b73d",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "a9f7aa9f-54c7-4b81-9dbb-b1230394485a",
                            "is-connected": true,
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "controller-uuid": "fedc0a83-4fc2-4d20-8bc5-8d29b9690e6e",
                            "is-connected": true,
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "controller-uuid": "64098678-333f-46fc-bcaa-a54164f801b3",
                            "is-connected": true,
                            "target": "tcp:192.0.2.6:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:2c:61:46:51:3a:13",
                    "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/091ce738-9116-4531-9a46-0fc4944dd228']",
                    "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": "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": "e93d60f2-d4e2-43e7-8d9e-9ed2ed9f89a4",
                            "ovsdb:name": "tund8c3e0fcf05",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                }
                            ],
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund8c3e0fcf05']"
                                }
                            ],
                            "ovsdb:port-uuid": "a149e8b6-06ae-4b5a-b3d1-68ad6ff36adc",
                            "tp-id": "tund8c3e0fcf05"
                        },
                        {
                            "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:b1:41:14"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "c2c56218-ea83-48f6-89a4-2e64c31fe31e",
                            "ovsdb:name": "tap26c6b8fb-44",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "f7869a27-9278-40bb-a33c-97b20f5be6a0",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap26c6b8fb-44"
                        },
                        {
                            "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:f8:1b:e7"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "454dc598-1929-4a4b-a5d5-6879ec5c974d"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "7fcb21b5-2097-4250-8e42-1372b375989e",
                            "ovsdb:name": "tap454dc598-19",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "723b365c-b474-4621-9582-a11accf20a97",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap454dc598-19"
                        },
                        {
                            "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": "c4886eca-c95f-4f88-b099-9f4a9bb8a727",
                            "ovsdb:name": "tund35867a1187",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                }
                            ],
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund35867a1187']"
                                }
                            ],
                            "ovsdb:port-uuid": "f3dea71c-cfee-473c-8956-f42b6d4789b3",
                            "tp-id": "tund35867a1187"
                        },
                        {
                            "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": "cdbb1ca7-5534-4d37-aa7f-020a6398374d",
                            "ovsdb:name": "tun5ef24485410",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                }
                            ],
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun5ef24485410']"
                                }
                            ],
                            "ovsdb:port-uuid": "0a8fbcd2-3b6c-472a-b5cf-9d75e00cd843",
                            "tp-id": "tun5ef24485410"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "89fa1b4e-4111-4aca-b1d0-21617f42a942",
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "8a0b7a1e-02de-4118-912b-ad3dca5edba5",
                            "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": "67cf4a59-5390-4c8d-9cf9-23b30fffe000",
                            "ovsdb:name": "tunaf467906869",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                }
                            ],
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunaf467906869']"
                                }
                            ],
                            "ovsdb:port-uuid": "72a83f27-e5d8-4393-84f9-ac4656629b99",
                            "tp-id": "tunaf467906869"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "77970354-f271-497e-97e6-96d461d26f69",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "8e082c68-2706-4f48-b920-40aff09ea3d1",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/d2bd3eee-008f-41f1-a63f-2506ee81c223/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": "f4:08:bc:d8:cf:83"
                        }
                    ],
                    "ovsdb:bridge-uuid": "aefacced-2f76-4a16-9abc-7d7b17aa00c9",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "a9e1b3e7-d750-4714-9f15-cb1a2a050eaf",
                            "is-connected": true,
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "controller-uuid": "c8156500-e205-4a38-a564-c09be73b0585",
                            "is-connected": true,
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "controller-uuid": "aa2c7068-aa46-485f-8b2e-13cf6216f30d",
                            "is-connected": true,
                            "target": "tcp:192.0.2.6:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:f4:08:bc:d8:cf:83",
                    "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/d2bd3eee-008f-41f1-a63f-2506ee81c223']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "ebf45b8c-1ea4-46d6-a335-af93af85866f",
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "dfafb7d2-89c5-4630-bc54-cd1f2b03b8ff",
                            "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": "ff0a9ac7-5741-4d8b-96b3-4279ce87d463",
                            "ovsdb:name": "tun7dd6c062707",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                }
                            ],
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7dd6c062707']"
                                }
                            ],
                            "ovsdb:port-uuid": "936a46bb-ebed-4459-9229-ed54db9fc8b8",
                            "tp-id": "tun7dd6c062707"
                        },
                        {
                            "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": "15dcffe5-e5b1-4df4-aa89-adbd49bd171c",
                            "ovsdb:name": "tunb223582a781",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                }
                            ],
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb223582a781']"
                                }
                            ],
                            "ovsdb:port-uuid": "9cac9304-cc9e-43b7-a1d1-786378c9fa1b",
                            "tp-id": "tunb223582a781"
                        },
                        {
                            "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": "83b9b5ff-6e27-4baf-937b-6c231f0c511b",
                            "ovsdb:name": "tunfb23e7715ee",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                }
                            ],
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunfb23e7715ee']"
                                }
                            ],
                            "ovsdb:port-uuid": "a7ca99f6-891b-4c8d-bc1a-73d5bb9f3cbd",
                            "tp-id": "tunfb23e7715ee"
                        },
                        {
                            "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": "90ce8d0c-8e4a-46c8-9763-44dceb19aa4f",
                            "ovsdb:name": "tun23278d86c3d",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                }
                            ],
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun23278d86c3d']"
                                }
                            ],
                            "ovsdb:port-uuid": "d90f9c75-68e6-46e8-9dc4-35aebeac3399",
                            "tp-id": "tun23278d86c3d"
                        },
                        {
                            "ovsdb:ifindex": 8,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "5249a090-e6e7-40ae-8182-ef25e5034402",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "645e88dd-2ec7-41ed-ae11-1740f1e01362",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/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/1a746078-90f9-4624-b697-eb3f1c4dd471/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": "88:26:60:d5:03:30"
                        }
                    ],
                    "ovsdb:bridge-uuid": "1605fc47-1693-494f-a0c1-6e083df92f16",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "7bfd7b5c-9898-456b-99ba-75886889250b",
                            "is-connected": true,
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "controller-uuid": "64b96e72-e4ff-4e4c-8cf1-14c1c5f2bd8d",
                            "is-connected": true,
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "controller-uuid": "df349e30-0166-46ae-9ed2-cf5dbce8f6c2",
                            "is-connected": true,
                            "target": "tcp:192.0.2.6:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:88:26:60:d5:03:30",
                    "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/1a746078-90f9-4624-b697-eb3f1c4dd471']",
                    "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": "0f9ae5ca-28c0-4e47-a0e2-c509fff3c72b",
                            "ovsdb:name": "tunb3adfc3e977",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                }
                            ],
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb3adfc3e977']"
                                }
                            ],
                            "ovsdb:port-uuid": "b37ab337-8249-4805-89a4-49313b076d42",
                            "tp-id": "tunb3adfc3e977"
                        },
                        {
                            "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:ab:fc:df"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "24575e36-5636-4640-893c-c36cd3fd70e0"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "33477e01-cd98-4475-821b-23d296c9e5d9"
                                }
                            ],
                            "ovsdb:interface-uuid": "211fa45e-a11d-4d59-9f50-d33dc1471488",
                            "ovsdb:name": "tap24575e36-56",
                            "ovsdb:ofport": 8,
                            "ovsdb:port-uuid": "f9f72a6f-657c-46bb-a149-43e502128fa5",
                            "tp-id": "tap24575e36-56"
                        },
                        {
                            "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:ae:44:28"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "7794a8fc-57f1-48b2-9772-f6d4e270e264"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "13f3f606-16e3-4b59-be73-e0452d2e4451"
                                }
                            ],
                            "ovsdb:interface-uuid": "a5fe2460-eb2c-4979-9cee-7b7034a22fa7",
                            "ovsdb:name": "tap7794a8fc-57",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "f4067d53-f581-4d22-bd49-b144c4641139",
                            "tp-id": "tap7794a8fc-57"
                        },
                        {
                            "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": "0"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "false"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "down"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "down"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "b604fa39-cc9a-4504-a335-bd3550193309",
                            "ovsdb:name": "tun617d26e46a5",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                }
                            ],
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun617d26e46a5']"
                                }
                            ],
                            "ovsdb:port-uuid": "5e3c37d9-480d-43b8-b351-8d60055004cf",
                            "tp-id": "tun617d26e46a5"
                        },
                        {
                            "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": "c31b00cd-e275-4b3d-91df-a1310556086a",
                            "ovsdb:name": "tund94e4440a70",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                }
                            ],
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund94e4440a70']"
                                }
                            ],
                            "ovsdb:port-uuid": "3176c3df-50bf-4269-9cdf-adbda59138bc",
                            "tp-id": "tund94e4440a70"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "5fe4a5ac-4d20-41cc-85bf-49bd210cc48a",
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "5165a5bb-d8cd-49f6-91ff-52eb036d3316",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "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:d5:02:71"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "854ab070-d9b1-4f78-b90c-ddf2e13113e2"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "5dff1394-b99b-4d9d-b0f1-6d560efc3c34"
                                }
                            ],
                            "ovsdb:interface-uuid": "69b4346b-124d-4b90-be0b-6778ccd24413",
                            "ovsdb:name": "tap854ab070-d9",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "bac8c09a-f820-4c8e-8e84-dfaed19571b7",
                            "tp-id": "tap854ab070-d9"
                        },
                        {
                            "ovsdb:ifindex": 8,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "d33db246-899f-4b61-9887-779184cecb93",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "67492dee-72e1-409b-9440-1d3716ed931d",
                            "tp-id": "br-int"
                        },
                        {
                            "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": "e0db675a-a708-4f02-b3f5-1b28b24d67d9",
                            "ovsdb:name": "tun6de6aefe245",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                }
                            ],
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun6de6aefe245']"
                                }
                            ],
                            "ovsdb:port-uuid": "d2e398f9-d4ec-47a4-a0f4-e7e1b1c1a4a3",
                            "tp-id": "tun6de6aefe245"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.6",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.6",
                        "remote-port": 53682
                    },
                    "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.18:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.14:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.6:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        }
                    ],
                    "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": "66050758-13eb-4611-b19e-605c5433c724"
                        },
                        {
                            "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.6"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                },
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:91:95:06:d4:a6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "ac3669a0-b867-4bf6-a33f-f7428f70e671",
                    "ovsdb:datapath-id": "00:00:00:91:95:06:d4:a6",
                    "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/f7d2b89c-71a6-4831-8e79-3394722493d6']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "485afc85-2e31-4678-9055-6c4328f68512",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "e852b397-9d6d-439e-b696-f95536de8c43",
                            "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": "3cd982f8-412e-4506-afc9-6e9691e2115f",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "1f912f2d-9954-4b75-95d8-a57efd0da89d",
                            "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": "0f0797ee-dc1f-4144-937d-249735abff54",
                            "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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "ee8026c7-7fe7-489d-be39-b8775c988281",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.14",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.25",
                        "remote-port": 35248
                    },
                    "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.18:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.14:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.6:6640"
                        },
                        {
                            "connected": false,
                            "number_of_connections": 0,
                            "target": "ptcp:6639:127.0.0.1"
                        }
                    ],
                    "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": "cfafae25-f90d-4a73-bec4-1a41b8e4589a"
                        },
                        {
                            "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.25"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                },
                {
                    "node-id": "ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:a5:34:20:ef:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "87633e91-568c-47ca-b2fb-90f31decc984",
                    "ovsdb:datapath-id": "00:00:00:a5:34:20:ef:5e",
                    "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/1a746078-90f9-4624-b697-eb3f1c4dd471']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "77de6db3-46fd-4182-8e90-90b593b92ae6",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "96a1fd37-3fe2-4482-a850-99b686c9d0e3",
                            "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": "48299ebf-a5ee-48fc-96ec-b0434d081b29",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "1a2c2e6e-bbfb-4d34-9c61-3f8753a97e8a",
                            "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": "dffc1d15-d51d-4e41-81f5-4e67e443fa02",
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "9bac5f40-eaed-4438-84e5-955208c91658",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.14",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.5",
                        "remote-port": 54738
                    },
                    "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/1a746078-90f9-4624-b697-eb3f1c4dd471/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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.18:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.6:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.14:6640"
                        },
                        {
                            "connected": false,
                            "number_of_connections": 0,
                            "target": "ptcp:6639:127.0.0.1"
                        }
                    ],
                    "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": "17805173-9c15-469d-9ac1-fc395e5dbbbe"
                        },
                        {
                            "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.5"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                },
                {
                    "node-id": "ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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": "d0:05:ae:05:e1:26"
                        }
                    ],
                    "ovsdb:bridge-uuid": "15fe7e0e-f00f-4dec-96db-840c1617d164",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "008632c2-a0fd-42b5-8dfa-bb70aa5c05be",
                            "is-connected": true,
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "controller-uuid": "ec271a87-1792-4a15-a4ab-4836d4a4b615",
                            "is-connected": true,
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "controller-uuid": "7a31133a-8cb2-4800-8538-ebe49194ed46",
                            "is-connected": true,
                            "target": "tcp:192.0.2.6:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:d0:05:ae:05:e1:26",
                    "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/c4115c0f-f4be-40ef-b005-f63c6a201c57']",
                    "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:03:97:b1"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "04166d45-b926-4e99-a80c-f4890722cbdc",
                            "ovsdb:name": "tapf8d5f0e2-3b",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "58c3c982-f49e-456c-9b4b-a03187f79ddb",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapf8d5f0e2-3b"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "a5b6a518-651f-4b4e-8c9d-3dd6c89dfdb6",
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "cf3d0381-bda8-42cc-99c6-6f006bceb954",
                            "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": "7dc16ddd-84f6-41b9-974f-f63b07a3b4c4",
                            "ovsdb:name": "tuna8339e52304",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                }
                            ],
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuna8339e52304']"
                                }
                            ],
                            "ovsdb:port-uuid": "b2d7b246-15b2-4999-b892-f7874525fdb8",
                            "tp-id": "tuna8339e52304"
                        },
                        {
                            "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:b8:e9:e0"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "2f0fd48f-ee71-4b18-baea-1b0228aef474"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "61a8e248-d381-46ee-81dd-184629abdb71",
                            "ovsdb:name": "tap2f0fd48f-ee",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "c7a66929-9579-4bed-8382-bf1076b8fd56",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap2f0fd48f-ee"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "6e87cc03-b352-426c-9700-83cd73b270e5",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "09fc1c02-9b47-42c8-a5a5-e4df28790345",
                            "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": "9205286a-e889-485b-96ad-055f39f5d79d",
                            "ovsdb:name": "tun1914722e5af",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                }
                            ],
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1914722e5af']"
                                }
                            ],
                            "ovsdb:port-uuid": "decbd0c8-4e11-4bde-8555-ba5a42113547",
                            "tp-id": "tun1914722e5af"
                        },
                        {
                            "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": "8acb6315-db4e-4fcc-81fe-ea0e74b27b75",
                            "ovsdb:name": "tunb9b6ece5224",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                }
                            ],
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb9b6ece5224']"
                                }
                            ],
                            "ovsdb:port-uuid": "8e648b1a-188d-4597-a50d-fc6d70019ed4",
                            "tp-id": "tunb9b6ece5224"
                        },
                        {
                            "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": "8252d306-2e78-4b13-b7ba-d7cfa4c0b19c",
                            "ovsdb:name": "tuncd74734f6e0",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                }
                            ],
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncd74734f6e0']"
                                }
                            ],
                            "ovsdb:port-uuid": "60be00b9-c044-4d12-99db-59b20b6a5d20",
                            "tp-id": "tuncd74734f6e0"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.6",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.18",
                        "remote-port": 37798
                    },
                    "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/f7d2b89c-71a6-4831-8e79-3394722493d6/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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.18:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.6:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.14:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        }
                    ],
                    "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": "99cdc858-b665-48ae-9175-e27cea9f7e0a"
                        },
                        {
                            "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.18"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                },
                {
                    "node-id": "ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:99:b8:8b:90:89"
                        }
                    ],
                    "ovsdb:bridge-uuid": "eca35213-030a-4165-ac80-42e7122f262d",
                    "ovsdb:datapath-id": "00:00:00:99:b8:8b:90:89",
                    "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/d2bd3eee-008f-41f1-a63f-2506ee81c223']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "34cfdc97-8a2e-4ad3-a742-032cfedc127d",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "a51f2703-506f-48e2-9490-a1d0a3edf540",
                            "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": "62e1a80a-a065-488d-bba7-da9766712c5d",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "5168d7a7-9871-4602-b122-af7b0b6a4fb8",
                            "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": "77537254-b201-474f-8ffd-f6d513742c4a",
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "6aaed61a-4dfb-4172-b0a3-f6c60067e809",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.14",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.14",
                        "remote-port": 32994
                    },
                    "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/091ce738-9116-4531-9a46-0fc4944dd228/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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.18:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.6:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.14:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        }
                    ],
                    "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": "e9856b89-4a8e-4fea-a1f8-4f6ea41587e4"
                        },
                        {
                            "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.14"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                },
                {
                    "node-id": "ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cc:2e:53:ab:7d"
                        }
                    ],
                    "ovsdb:bridge-uuid": "dbb0a9e4-7a47-4b8e-ac1a-a7ade9e8fb96",
                    "ovsdb:datapath-id": "00:00:00:cc:2e:53:ab:7d",
                    "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/091ce738-9116-4531-9a46-0fc4944dd228']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "b426b1b9-cf80-4186-bbba-42f14edaf35e",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "21249a51-6db9-4337-8db4-58385c82c420",
                            "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": "89db28ab-3abd-4fff-9227-36038340752d",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "745ad7e0-1e7a-45cb-b5f7-1903c27bac7e",
                            "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": "347a0567-a21e-41f1-be0d-d1851564c57b",
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "1af2e8ab-6946-4ddf-b0b7-46de17b3d66a",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181020 14:51:53.898" starttime="20181020 14:51:53.895"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.898" starttime="20181020 14:51:53.840"></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="20181020 14:51:53.910" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.910" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.910" starttime="20181020 14:51:53.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="20181020 14:51:53.912" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"2f0fd48f-ee71-4b18-baea-1b0228aef474","status":"ACTIVE"},{"uuid":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","status":"ACTIVE"},{"uuid":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","status":"ACTIVE"},{"uuid":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","status":"ACTIVE"},{"uuid":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","status":"ACTIVE"},{"uuid":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","status":"ACTIVE"},{"uuid":"454dc598-1929-4a4b-a5d5-6879ec5c974d","status":"ACTIVE"},{"uuid":"7794a8fc-57f1-48b2-9772-f6d4e270e264","status":"ACTIVE"},{"uuid":"24575e36-5636-4640-893c-c36cd3fd70e0","status":"ACTIVE"}]}} </msg>
<msg timestamp="20181020 14:51:53.912" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.912" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "2f0fd48f-ee71-4b18-baea-1b0228aef474"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181020 14:51:53.912" starttime="20181020 14:51:53.911"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.913" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "2f0fd48f-ee71-4b18-baea-1b0228aef474"
            },
            {
                "status": "ACTIVE",
                "uuid": "854ab070-d9b1-4f78-b90c-ddf2e13113e2"
            },
            {
                "status": "ACTIVE",
                "uuid": "c92bf838-14a3-48b0-bbd7-4627a6f474e6"
            },
            {
                "status": "ACTIVE",
                "uuid": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6"
            },
            {
                "status": "ACTIVE",
                "uuid": "2cbb8d1a-6001-454f-9da4-62daccf1ac98"
            },
            {
                "status": "ACTIVE",
                "uuid": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f"
            },
            {
                "status": "ACTIVE",
                "uuid": "454dc598-1929-4a4b-a5d5-6879ec5c974d"
            },
            {
                "status": "ACTIVE",
                "uuid": "7794a8fc-57f1-48b2-9772-f6d4e270e264"
            },
            {
                "status": "ACTIVE",
                "uuid": "24575e36-5636-4640-893c-c36cd3fd70e0"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.913" starttime="20181020 14:51:53.912"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.913" starttime="20181020 14:51:53.898"></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="20181020 14:51:53.931" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.931" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.931" starttime="20181020 14:51:53.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="20181020 14:51:53.932" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.932" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.932" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.932" starttime="20181020 14:51:53.931"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.932" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.933" starttime="20181020 14:51:53.932"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.933" starttime="20181020 14:51:53.913"></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="20181020 14:51:53.942" 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="20181020 14:51:53.942" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.942" starttime="20181020 14:51:53.933"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.944" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":18,"interface-name":"tun5ef24485410"},{"if-index":17,"interface-name":"tund8c3e0fcf05"},{"if-index":16,"interface-name":"tunfda004d5e48"},{"if-index":15,"interface-name":"tunb9b6ece5224"},{"if-index":14,"interface-name":"tunfb23e7715ee"},{"if-index":13,"interface-name":"tun6de6aefe245"},{"if-index":12,"interface-name":"tund35867a1187"},{"if-index":11,"interface-name":"tuncd74734f6e0"},{"if-index":6554,"interface-name":"260163147459722:br-ex-patch:1121"},{"if-index":26,"interface-name":"260163147459722:br-ex-patch:trunk"},{"if-index":25,"interface-name":"2cbb8d1a-6001-454f-9da4-62daccf1ac98"},{"if-index":19,"interface-name":"tunaf467906869"},{"if-index":34,"interface-name":"7794a8fc-57f1-48b2-9772-f6d4e270e264"},{"if-index":33,"interface-name":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6"},{"if-index":32,"interface-name":"454dc598-1929-4a4b-a5d5-6879ec5c974d"},{"if-index":31,"interface-name":"c92bf838-14a3-48b0-bbd7-4627a6f474e6"},{"if-index":30,"interface-name":"228722813034790:br-ex-patch:trunk"},{"if-index":29,"interface-name":"2f0fd48f-ee71-4b18-baea-1b0228aef474"},{"if-index":6557,"interface-name":"149698414707504:br-ex-patch:1121"},{"if-index":28,"interface-name":"48796303178259:br-ex-patch:trunk"},{"if-index":6556,"interface-name":"228722813034790:br-ex-patch:1121"},{"if-index":27,"interface-name":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f"},{"if-index":6555,"interface-name":"48796303178259:br-ex-patch:1121"},{"if-index":37,"interface-name":"24575e36-5636-4640-893c-c36cd3fd70e0"},{"if-index":36,"interface-name":"854ab070-d9b1-4f78-b90c-ddf2e13113e2"},{"if-index":35,"interface-name":"149698414707504:br-ex-patch:trunk"},{"if-index":2,"interface-name":"tun617d26e46a5"},{"if-index":1,"interface-name":"tunb223582a781"},{"if-index":10,"interface-name":"tun1914722e5af"},{"if-index":9,"interface-name":"tuna8339e52304"},{"if-index":8,"interface-name":"tun91356c17db2"},{"if-index":7,"interface-name":"tun3429b91664d"},{"if-index":6,"interface-name":"tun23278d86c3d"},{"if-index":5,"interface-name":"tund94e4440a70"},{"if-index":4,"interface-name":"tun7dd6c062707"},{"if-index":3,"interface-name":"tunb3adfc3e977"}]}} </msg>
<msg timestamp="20181020 14:51:53.944" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.944" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 18,
                "interface-name": "tun5ef24485410"
            },
            {
      ...</msg>
<status status="PASS" endtime="20181020 14:51:53.944" starttime="20181020 14:51:53.943"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.945" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 18,
                "interface-name": "tun5ef24485410"
            },
            {
                "if-index": 17,
                "interface-name": "tund8c3e0fcf05"
            },
            {
                "if-index": 16,
                "interface-name": "tunfda004d5e48"
            },
            {
                "if-index": 15,
                "interface-name": "tunb9b6ece5224"
            },
            {
                "if-index": 14,
                "interface-name": "tunfb23e7715ee"
            },
            {
                "if-index": 13,
                "interface-name": "tun6de6aefe245"
            },
            {
                "if-index": 12,
                "interface-name": "tund35867a1187"
            },
            {
                "if-index": 11,
                "interface-name": "tuncd74734f6e0"
            },
            {
                "if-index": 6554,
                "interface-name": "260163147459722:br-ex-patch:1121"
            },
            {
                "if-index": 26,
                "interface-name": "260163147459722:br-ex-patch:trunk"
            },
            {
                "if-index": 25,
                "interface-name": "2cbb8d1a-6001-454f-9da4-62daccf1ac98"
            },
            {
                "if-index": 19,
                "interface-name": "tunaf467906869"
            },
            {
                "if-index": 34,
                "interface-name": "7794a8fc-57f1-48b2-9772-f6d4e270e264"
            },
            {
                "if-index": 33,
                "interface-name": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6"
            },
            {
                "if-index": 32,
                "interface-name": "454dc598-1929-4a4b-a5d5-6879ec5c974d"
            },
            {
                "if-index": 31,
                "interface-name": "c92bf838-14a3-48b0-bbd7-4627a6f474e6"
            },
            {
                "if-index": 30,
                "interface-name": "228722813034790:br-ex-patch:trunk"
            },
            {
                "if-index": 29,
                "interface-name": "2f0fd48f-ee71-4b18-baea-1b0228aef474"
            },
            {
                "if-index": 6557,
                "interface-name": "149698414707504:br-ex-patch:1121"
            },
            {
                "if-index": 28,
                "interface-name": "48796303178259:br-ex-patch:trunk"
            },
            {
                "if-index": 6556,
                "interface-name": "228722813034790:br-ex-patch:1121"
            },
            {
                "if-index": 27,
                "interface-name": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f"
            },
            {
                "if-index": 6555,
                "interface-name": "48796303178259:br-ex-patch:1121"
            },
            {
                "if-index": 37,
                "interface-name": "24575e36-5636-4640-893c-c36cd3fd70e0"
            },
            {
                "if-index": 36,
                "interface-name": "854ab070-d9b1-4f78-b90c-ddf2e13113e2"
            },
            {
                "if-index": 35,
                "interface-name": "149698414707504:br-ex-patch:trunk"
            },
            {
                "if-index": 2,
                "interface-name": "tun617d26e46a5"
            },
            {
                "if-index": 1,
                "interface-name": "tunb223582a781"
            },
            {
                "if-index": 10,
                "interface-name": "tun1914722e5af"
            },
            {
                "if-index": 9,
                "interface-name": "tuna8339e52304"
            },
            {
                "if-index": 8,
                "interface-name": "tun91356c17db2"
            },
            {
                "if-index": 7,
                "interface-name": "tun3429b91664d"
            },
            {
                "if-index": 6,
                "interface-name": "tun23278d86c3d"
            },
            {
                "if-index": 5,
                "interface-name": "tund94e4440a70"
            },
            {
                "if-index": 4,
                "interface-name": "tun7dd6c062707"
            },
            {
                "if-index": 3,
                "interface-name": "tunb3adfc3e977"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.945" starttime="20181020 14:51:53.945"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.945" starttime="20181020 14:51:53.933"></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="20181020 14:51:53.967" 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="20181020 14:51:53.967" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.967" starttime="20181020 14:51:53.945"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.968" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.968" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.968" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.968" starttime="20181020 14:51:53.967"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.969" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.969" starttime="20181020 14:51:53.969"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.969" starttime="20181020 14:51:53.945"></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="20181020 14:51:53.981" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.981" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.981" starttime="20181020 14:51:53.969"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.982" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.982" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.982" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.983" starttime="20181020 14:51:53.982"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.983" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.983" starttime="20181020 14:51:53.983"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.983" starttime="20181020 14:51:53.969"></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="20181020 14:51:53.992" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181020 14:51:53.993" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:53.993" starttime="20181020 14:51:53.983"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:53.993" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:53.994" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:53.994" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:53.994" starttime="20181020 14:51:53.993"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:53.994" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:53.994" starttime="20181020 14:51:53.994"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:53.994" starttime="20181020 14:51:53.983"></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="20181020 14:51:54.006" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181020 14:51:54.006" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:54.006" starttime="20181020 14:51:53.994"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:54.007" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:54.007" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:54.007" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:54.007" starttime="20181020 14:51:54.007"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:54.008" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:54.008" starttime="20181020 14:51:54.008"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.008" starttime="20181020 14:51:53.994"></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="20181020 14:51:54.017" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181020 14:51:54.017" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:54.017" starttime="20181020 14:51:54.008"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:54.018" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"696a25aa-6961-4600-af39-00b50e262ee0","route-adv-state":"advertised","vrf-id":"696a25aa-6961-4600-af39-00b50e262ee0","elan-tag":5502,"subnet-cidr":"192.0.2.0/24","vpn-name":"696a25aa-6961-4600-af39-00b50e262ee0","label":103002}]}} </msg>
<msg timestamp="20181020 14:51:54.018" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:54.018" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5502,
                "label": 103002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181020 14:51:54.018" starttime="20181020 14:51:54.017"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:54.019" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5502,
                "label": 103002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.0.2.0/24",
                "subnet-id": "696a25aa-6961-4600-af39-00b50e262ee0",
                "vpn-name": "696a25aa-6961-4600-af39-00b50e262ee0",
                "vrf-id": "696a25aa-6961-4600-af39-00b50e262ee0"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:54.019" starttime="20181020 14:51:54.018"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.019" starttime="20181020 14:51:54.008"></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="20181020 14:51:54.026" 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="20181020 14:51:54.026" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:54.027" starttime="20181020 14:51:54.019"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:54.028" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"8726b87b-b42f-41e5-a293-c46fee68f1ad","vpn-id":103000,"vpn-instance-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":149698414707504,"dpn-state":"active","vpn-interfaces":[{"interface-name":"149698414707504:br-ex-patch:trunk"}]},{"dpnId":268318365241219,"dpn-state":"active","vpn-interfaces":[{"interface-name":"268318365241219:br-ex-patch:trunk"}]},{"dpnId":48796303178259,"dpn-state":"active","vpn-interfaces":[{"interface-name":"48796303178259:br-ex-patch:trunk"}]},{"dpnId":228722813034790,"dpn-state":"active","vpn-interfaces":[{"interface-name":"228722813034790:br-ex-patch:trunk"}]},{"dpnId":260163147459722,"dpn-state":"active","vpn-interfaces":[{"interface-name":"260163147459722:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181020 14:51:54.028" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:54.028" 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="20181020 14:51:54.028" starttime="20181020 14:51:54.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="20181020 14:51:54.029" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 103000,
                "vpn-instance-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 149698414707504,
                        "vpn-interfaces": [
                            {
                                "interface-name": "149698414707504:br-ex-patch:trunk"
                            }
                        ]
                    },
                    {
                        "dpn-state": "active",
                        "dpnId": 268318365241219,
                        "vpn-interfaces": [
                            {
                                "interface-name": "268318365241219:br-ex-patch:trunk"
                            }
                        ]
                    },
                    {
                        "dpn-state": "active",
                        "dpnId": 48796303178259,
                        "vpn-interfaces": [
                            {
                                "interface-name": "48796303178259:br-ex-patch:trunk"
                            }
                        ]
                    },
                    {
                        "dpn-state": "active",
                        "dpnId": 228722813034790,
                        "vpn-interfaces": [
                            {
                                "interface-name": "228722813034790:br-ex-patch:trunk"
                            }
                        ]
                    },
                    {
                        "dpn-state": "active",
                        "dpnId": 260163147459722,
                        "vpn-interfaces": [
                            {
                                "interface-name": "260163147459722:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "8726b87b-b42f-41e5-a293-c46fee68f1ad"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:54.029" starttime="20181020 14:51:54.029"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.029" starttime="20181020 14:51:54.019"></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="20181020 14:51:54.040" 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="20181020 14:51:54.040" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:54.040" starttime="20181020 14:51:54.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="20181020 14:51:54.041" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181020 14:51:54.041" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:54.041" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:54.041" starttime="20181020 14:51:54.041"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:54.042" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181020 14:51:54.042" starttime="20181020 14:51:54.042"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.042" starttime="20181020 14:51:54.029"></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="20181020 14:51:54.052" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181020 14:51:54.053" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:54.053" starttime="20181020 14:51:54.042"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:54.054" 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="20181020 14:51:54.054" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:54.054" 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="20181020 14:51:54.054" starttime="20181020 14:51:54.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="20181020 14:51:54.055" 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="20181020 14:51:54.055" starttime="20181020 14:51:54.055"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.055" starttime="20181020 14:51:54.042"></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="20181020 14:51:54.066" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181020 14:51:54.066" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:54.066" starttime="20181020 14:51:54.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="20181020 14:51:54.067" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:54.067" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:54.068" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:54.068" starttime="20181020 14:51:54.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="20181020 14:51:54.068" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:54.068" starttime="20181020 14:51:54.068"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.068" starttime="20181020 14:51:54.056"></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="20181020 14:51:54.092" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181020 14:51:54.092" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:54.093" starttime="20181020 14:51:54.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="20181020 14:51:54.093" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:54.094" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:54.094" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:54.094" starttime="20181020 14:51:54.093"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:54.094" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:54.094" starttime="20181020 14:51:54.094"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.094" starttime="20181020 14:51:54.068"></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="20181020 14:51:54.109" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181020 14:51:54.110" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:54.110" starttime="20181020 14:51:54.095"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:54.111" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 14:51:54.111" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:54.111" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 14:51:54.111" starttime="20181020 14:51:54.110"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:54.111" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:54.111" starttime="20181020 14:51:54.111"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.112" starttime="20181020 14:51:54.094"></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="20181020 14:51:54.139" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181020 14:51:54.139" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:51:54.139" starttime="20181020 14:51:54.112"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 14:51:54.156" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:149698414707504","node-connector":[{"id":"openflow:149698414707504:8","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap24575e36-56","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:ab:fc:df","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:149698414707504:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap854ab070-d9","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:d5:02:71","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:149698414707504:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap7794a8fc-57","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:ae:44:28","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:149698414707504:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun6de6aefe245","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":"7a:7c:0e:56:99:07","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:149698414707504:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tund94e4440a70","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":"ae:86:39:be:f9:1a","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:149698414707504: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":"88:26:60:d5:03:30","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:149698414707504: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":"d6:26:9b:3d:f4:c4","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":"tun617d26e46a5","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":false}},{"id":"openflow:149698414707504: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":"ca:17:76:6c:2d:11","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":"tunb3adfc3e977","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:149698414707504: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":"ee:8f:d5:d4:59:b2","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":33740,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.5"},{"id":"openflow:228722813034790","node-connector":[{"id":"openflow:228722813034790: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":"3a:d3:e5:33:d9:68","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:228722813034790:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunb9b6ece5224","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":"3e:16:03:88:9e:88","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun1914722e5af","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:83:32:99:1a:8c","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tuna8339e52304","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":"e6:d0:3c:f8:36:1f","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tuncd74734f6e0","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":"e2:fa:bf:92:73:0e","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790: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":"d0:05:ae:05:e1:26","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:228722813034790:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapf8d5f0e2-3b","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:228722813034790:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap2f0fd48f-ee","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":55002,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.6"},{"id":"openflow:48796303178259","node-connector":[{"id":"openflow:48796303178259:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun5ef24485410","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":"a2:a0:44:bd:08:35","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunaf467906869","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":"fa:2a:ba:e7:a9:6a","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap26c6b8fb-44","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:48796303178259:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap454dc598-19","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:48796303178259: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":"2c:61:46:51:3a:13","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:48796303178259: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":"7e:0d:3e:5c:57:d5","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tund35867a1187","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":"22:53:67:17:a0:b9","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tund8c3e0fcf05","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":"32:e6:63:5c:22:3a","flow-node-inventory:current-feature":"","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":60128,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.14"},{"id":"openflow:260163147459722","node-connector":[{"id":"openflow:260163147459722: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":"ec:9d:f3:fc:ec:8a","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:260163147459722:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap2cbb8d1a-60","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":5,"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:260163147459722:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapc92bf838-14","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":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:260163147459722:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun91356c17db2","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":"aa:11:98:7f:9f:e0","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:260163147459722:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunfda004d5e48","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:b3:14:3d:45:7a","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:260163147459722: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":"26:c1:fe:32:0a:dd","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:260163147459722:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun3429b91664d","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":"3e:e2:4d:d8:5b:17","flow-node-inventory:current-feature":"","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":41958,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.18"},{"id":"openflow:268318365241219","node-connector":[{"id":"openflow:268318365241219:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunfb23e7715ee","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":"d2:67:95:b7:c5:66","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:268318365241219:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun23278d86c3d","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:f6:df:69:dd:b2","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:268318365241219:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun7dd6c062707","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":"ba:b4:5b:a4:1e:66","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:268318365241219: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":"f4:08:bc:d8:cf:83","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:268318365241219:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunb223582a781","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":"4a:11:b0:79:04:bc","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:268318365241219: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":"5a:40:21:a4:cc: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":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":55190,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.25"}]}} </msg>
<msg timestamp="20181020 14:51:54.156" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 14:51:54.157" 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="20181020 14:51:54.157" starttime="20181020 14:51:54.140"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 14:51:54.158" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.5",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 33740,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:149698414707504",
                "node-connector": [
                    {
                        "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:ab:fc:df",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap24575e36-56",
                        "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:149698414707504:8"
                    },
                    {
                        "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:d5:02:71",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap854ab070-d9",
                        "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:149698414707504: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:ae:44:28",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap7794a8fc-57",
                        "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:149698414707504: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": "7a:7c:0e:56:99:07",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun6de6aefe245",
                        "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:149698414707504: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": "ae:86:39:be:f9:1a",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tund94e4440a70",
                        "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:149698414707504: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": "88:26:60:d5:03:30",
                        "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:149698414707504: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": "d6:26:9b:3d:f4:c4",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun617d26e46a5",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:149698414707504: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": "ca:17:76:6c:2d:11",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunb3adfc3e977",
                        "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:149698414707504: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": "ee:8f:d5:d4:59:b2",
                        "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:149698414707504: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.6",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 55002,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:228722813034790",
                "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": "3a:d3:e5:33:d9:68",
                        "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:228722813034790: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": "3e:16:03:88:9e:88",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunb9b6ece5224",
                        "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:228722813034790: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": "fe:83:32:99:1a:8c",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun1914722e5af",
                        "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:228722813034790: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": "e6:d0:3c:f8:36:1f",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tuna8339e52304",
                        "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:228722813034790: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": "e2:fa:bf:92:73:0e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tuncd74734f6e0",
                        "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:228722813034790: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": "d0:05:ae:05:e1:26",
                        "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:228722813034790:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapf8d5f0e2-3b",
                        "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:228722813034790: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": "tap2f0fd48f-ee",
                        "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:228722813034790: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.14",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 60128,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:48796303178259",
                "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": "a2:a0:44:bd:08:35",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun5ef24485410",
                        "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:48796303178259: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": "fa:2a:ba:e7:a9:6a",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunaf467906869",
                        "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:48796303178259: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": "tap26c6b8fb-44",
                        "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:48796303178259: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": "tap454dc598-19",
                        "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:48796303178259: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": "2c:61:46:51:3a:13",
                        "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:48796303178259: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": "7e:0d:3e:5c:57:d5",
                        "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:48796303178259: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": "22:53:67:17:a0:b9",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tund35867a1187",
                        "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:48796303178259: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": "32:e6:63:5c:22:3a",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tund8c3e0fcf05",
                        "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:48796303178259:3"
                    }
                ],
                "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.18",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 41958,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:260163147459722",
                "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": "ec:9d:f3:fc:ec:8a",
                        "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:260163147459722:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap2cbb8d1a-60",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 5,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:260163147459722: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": "tapc92bf838-14",
                        "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:260163147459722: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": "aa:11:98:7f:9f:e0",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun91356c17db2",
                        "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:260163147459722: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:b3:14:3d:45:7a",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunfda004d5e48",
                        "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:260163147459722: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": "26:c1:fe:32:0a:dd",
                        "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:260163147459722: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": "3e:e2:4d:d8:5b:17",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun3429b91664d",
                        "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:260163147459722:2"
                    }
                ],
                "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.25",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 55190,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:268318365241219",
                "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": "d2:67:95:b7:c5:66",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunfb23e7715ee",
                        "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:268318365241219: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": "fe:f6:df:69:dd:b2",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun23278d86c3d",
                        "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:268318365241219: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": "ba:b4:5b:a4:1e:66",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun7dd6c062707",
                        "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:268318365241219: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": "f4:08:bc:d8:cf:83",
                        "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:268318365241219: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": "4a:11:b0:79:04:bc",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunb223582a781",
                        "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:268318365241219: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": "5a:40:21:a4:cc:ef",
                        "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:268318365241219:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:51:54.160" starttime="20181020 14:51:54.157"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.160" starttime="20181020 14:51:54.112"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.160" starttime="20181020 14:51:52.281"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.160" starttime="20181020 14:51:52.279"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.160" starttime="20181020 14:51:52.270"></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="20181020 14:51:54.162" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181020 14:51:54.162" starttime="20181020 14:51:54.161"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:54.174" starttime="20181020 14:51:54.173"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:51:54.175" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181020 14:51:54.175" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 14:51:54.175" starttime="20181020 14:51:54.174"></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="20181020 14:51:54.175" 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.18" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:51:54.175" starttime="20181020 14:51:54.175"></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="20181020 14:51:54.176" level="INFO">${conn_id} = 46</msg>
<status status="PASS" endtime="20181020 14:51:54.176" starttime="20181020 14:51:54.176"></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="20181020 14:51:54.177" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:51:54.177" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:51:54.177" starttime="20181020 14:51:54.177"></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="20181020 14:51:54.178" starttime="20181020 14:51:54.178"></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="20181020 14:51:54.179" level="INFO">Logging into '192.0.2.18:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:51:54.525" level="INFO">Read output: Last login: Sat Oct 20 14:39:46 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:51:54.525" starttime="20181020 14:51:54.179"></status>
</kw>
<msg timestamp="20181020 14:51:54.526" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:54.526" starttime="20181020 14:51:54.178"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.526" starttime="20181020 14:51:54.176"></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="20181020 14:51:54.527" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181020 14:51:54.551" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181020 14:51:54.551" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:51:54.551" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 14:51:54.551" starttime="20181020 14:51:54.527"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:51:54.616" starttime="20181020 14:51:54.552"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:51:54.617" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 14:51:54.617" starttime="20181020 14:51:54.617"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:54.618" starttime="20181020 14:51:54.618"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:51:54.619" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:54.619" starttime="20181020 14:51:54.619"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.619" starttime="20181020 14:51:54.618"></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="20181020 14:51:54.621" starttime="20181020 14:51:54.621"></status>
</kw>
<msg timestamp="20181020 14:51:54.621" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:54.621" starttime="20181020 14:51:54.620"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.622" starttime="20181020 14:51:54.620"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.622" starttime="20181020 14:51:54.172"></status>
</kw>
<msg timestamp="20181020 14:51:54.622" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:54.622" starttime="20181020 14:51:54.172"></status>
</kw>
<msg timestamp="20181020 14:51:54.622" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:51:54.622" starttime="20181020 14:51:54.170"></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="20181020 14:51:54.623" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181020 14:51:54.623" starttime="20181020 14:51:54.622"></status>
</kw>
<msg timestamp="20181020 14:51:54.623" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181020 14:51:54.623" starttime="20181020 14:51:54.169"></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="20181020 14:51:54.624" level="INFO">${exlist} = []</msg>
<msg timestamp="20181020 14:51:54.624" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181020 14:51:54.624" starttime="20181020 14:51:54.623"></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="20181020 14:51:54.626" starttime="20181020 14:51:54.624"></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="20181020 14:51:54.626" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:51:54.626" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181020 14:51:54.626" starttime="20181020 14:51:54.626"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:51:54.628" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181020 14:51:54.628" starttime="20181020 14:51:54.627"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.628" starttime="20181020 14:51:54.627"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:54.628" starttime="20181020 14:51:54.161"></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="20181020 14:51:54.628" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181020 14:51:54.628" starttime="20181020 14:51:54.628"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:54.640" starttime="20181020 14:51:54.639"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:51:54.640" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181020 14:51:54.640" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 14:51:54.640" starttime="20181020 14:51:54.640"></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="20181020 14:51:54.641" 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.6" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:51:54.641" starttime="20181020 14:51:54.640"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181020 14:51:54.642" level="INFO">${conn_id} = 47</msg>
<status status="PASS" endtime="20181020 14:51:54.642" starttime="20181020 14:51:54.641"></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="20181020 14:51:54.642" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:51:54.643" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:51:54.643" starttime="20181020 14:51:54.642"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:54.643" starttime="20181020 14:51:54.643"></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="20181020 14:51:54.644" level="INFO">Logging into '192.0.2.6:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:51:55.009" level="INFO">Read output: Last login: Sat Oct 20 14:38:22 2018 from 192.0.2.99
[heat-admin@overcloud-controller-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:51:55.009" starttime="20181020 14:51:54.643"></status>
</kw>
<msg timestamp="20181020 14:51:55.009" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:55.009" starttime="20181020 14:51:54.643"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.010" starttime="20181020 14:51:54.642"></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="20181020 14:51:55.010" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181020 14:51:55.024" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181020 14:51:55.024" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:51:55.024" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 14:51:55.024" starttime="20181020 14:51:55.010"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:51:55.088" starttime="20181020 14:51:55.024"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:51:55.089" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 14:51:55.089" starttime="20181020 14:51:55.089"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:55.090" starttime="20181020 14:51:55.089"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:51:55.091" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:55.091" starttime="20181020 14:51:55.091"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.091" starttime="20181020 14:51:55.090"></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="20181020 14:51:55.093" starttime="20181020 14:51:55.093"></status>
</kw>
<msg timestamp="20181020 14:51:55.093" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:55.093" starttime="20181020 14:51:55.092"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.093" starttime="20181020 14:51:55.091"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.093" starttime="20181020 14:51:54.639"></status>
</kw>
<msg timestamp="20181020 14:51:55.094" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:55.094" starttime="20181020 14:51:54.638"></status>
</kw>
<msg timestamp="20181020 14:51:55.094" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:51:55.094" starttime="20181020 14:51:54.638"></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="20181020 14:51:55.095" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181020 14:51:55.095" starttime="20181020 14:51:55.094"></status>
</kw>
<msg timestamp="20181020 14:51:55.095" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181020 14:51:55.095" starttime="20181020 14:51:54.637"></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="20181020 14:51:55.096" level="INFO">${exlist} = []</msg>
<msg timestamp="20181020 14:51:55.096" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181020 14:51:55.096" starttime="20181020 14:51:55.095"></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="20181020 14:51:55.097" starttime="20181020 14:51:55.096"></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="20181020 14:51:55.098" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:51:55.098" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181020 14:51:55.098" starttime="20181020 14:51:55.098"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:51:55.099" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181020 14:51:55.099" starttime="20181020 14:51:55.099"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.099" starttime="20181020 14:51:55.098"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.099" starttime="20181020 14:51:54.628"></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="20181020 14:51:55.100" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181020 14:51:55.100" starttime="20181020 14:51:55.099"></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="20181020 14:51:55.110" starttime="20181020 14:51:55.110"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:51:55.111" level="INFO">index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181020 14:51:55.111" level="INFO">${current_ssh_connection} = index=33
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 14:51:55.111" starttime="20181020 14:51:55.111"></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="20181020 14:51:55.112" 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.14" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:51:55.112" starttime="20181020 14:51:55.111"></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="20181020 14:51:55.113" level="INFO">${conn_id} = 48</msg>
<status status="PASS" endtime="20181020 14:51:55.113" starttime="20181020 14:51:55.112"></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="20181020 14:51:55.114" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:51:55.114" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:51:55.114" starttime="20181020 14:51:55.113"></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="20181020 14:51:55.114" starttime="20181020 14:51:55.114"></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="20181020 14:51:55.115" level="INFO">Logging into '192.0.2.14:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:51:55.468" level="INFO">Read output: Last login: Sat Oct 20 14:38:23 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:51:55.468" starttime="20181020 14:51:55.115"></status>
</kw>
<msg timestamp="20181020 14:51:55.469" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:55.469" starttime="20181020 14:51:55.115"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.469" starttime="20181020 14:51:55.113"></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="20181020 14:51:55.470" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181020 14:51:55.494" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181020 14:51:55.494" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:51:55.494" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 14:51:55.494" starttime="20181020 14:51:55.470"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:51:55.559" starttime="20181020 14:51:55.495"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:51:55.560" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 14:51:55.560" starttime="20181020 14:51:55.559"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:55.560" starttime="20181020 14:51:55.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>"${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="20181020 14:51:55.562" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:55.562" starttime="20181020 14:51:55.561"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.562" starttime="20181020 14:51:55.561"></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="20181020 14:51:55.564" starttime="20181020 14:51:55.563"></status>
</kw>
<msg timestamp="20181020 14:51:55.564" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:55.564" starttime="20181020 14:51:55.563"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.564" starttime="20181020 14:51:55.562"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.564" starttime="20181020 14:51:55.109"></status>
</kw>
<msg timestamp="20181020 14:51:55.564" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:51:55.564" starttime="20181020 14:51:55.109"></status>
</kw>
<msg timestamp="20181020 14:51:55.564" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:51:55.564" starttime="20181020 14:51:55.108"></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="20181020 14:51:55.565" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181020 14:51:55.565" starttime="20181020 14:51:55.565"></status>
</kw>
<msg timestamp="20181020 14:51:55.565" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181020 14:51:55.565" starttime="20181020 14:51:55.107"></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="20181020 14:51:55.566" level="INFO">${exlist} = []</msg>
<msg timestamp="20181020 14:51:55.566" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181020 14:51:55.566" starttime="20181020 14:51:55.566"></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="20181020 14:51:55.567" starttime="20181020 14:51:55.566"></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="20181020 14:51:55.567" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:51:55.567" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181020 14:51:55.567" starttime="20181020 14:51:55.567"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:51:55.568" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181020 14:51:55.568" starttime="20181020 14:51:55.568"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.568" starttime="20181020 14:51:55.568"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.569" starttime="20181020 14:51:55.099"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.569" starttime="20181020 14:51:54.161"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.569" starttime="20181020 14:51:54.160"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.569" starttime="20181020 14:51:46.967"></status>
</kw>
<status status="PASS" endtime="20181020 14:51:55.569" starttime="20181020 14:51:46.966"></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="20181020 14:51:55.570" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:51:55.570" starttime="20181020 14:51:55.570"></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="20181020 14:51:55.572" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181020 14:51:55.596" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:51:58.136" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:51:58.136" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:51:58.136" starttime="20181020 14:51:55.571"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:51:58.137" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:51:58.137" starttime="20181020 14:51:58.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="20181020 14:51:58.138" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:51:58.138" starttime="20181020 14:51:58.137"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:51:58.138" starttime="20181020 14:51:58.138"></status>
</kw>
<msg timestamp="20181020 14:51:58.139" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:51:58.139" starttime="20181020 14:51:55.571"></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="20181020 14:51:58.139" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:51:58.139" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:51:58.139" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:51:58.139" starttime="20181020 14:51:58.139"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:51:58.140" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:51:58.140" starttime="20181020 14:51:58.140"></status>
</kw>
<msg timestamp="20181020 14:51:58.140" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181020 14:51:58.140" starttime="20181020 14:51:55.570"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181020 14:51:58.140" starttime="20181020 14:51:58.140"></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="20181020 14:51:58.141" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:51:58.141" starttime="20181020 14:51:58.141"></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="20181020 14:51:58.143" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181020 14:51:58.170" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:03.165" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:03.165" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:03.165" starttime="20181020 14:51:58.142"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:52:03.166" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "33477e01-cd98-4475-821b-23d296c9e5d9", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_2=22.0.0.6"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "5dff1394-b99b-4d9d-b0f1-6d560efc3c34", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_2=22.0.0.17"
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "f5b18678-b28f-4c27-aa0d-4cce791b52db", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "13f3f606-16e3-4b59-be73-e0452d2e4451", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_1=21.0.0.6"
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "55286049-3cbd-4c74-93e0-e8bdd7a951cb", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b68e5c5b-0e74-4ae0-97de-4f0b4a545710", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181020 14:52:03.167" starttime="20181020 14:52:03.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="20181020 14:52:03.167" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:03.167" starttime="20181020 14:52:03.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="20181020 14:52:03.168" starttime="20181020 14:52:03.167"></status>
</kw>
<msg timestamp="20181020 14:52:03.168" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "33477e01-cd98-4475-821b-23d296c9e5d9", 
    "Flavor": "m1.nano", 
    "Networks": "l2_...</msg>
<status status="PASS" endtime="20181020 14:52:03.168" starttime="20181020 14:51:58.142"></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="20181020 14:52:03.169" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "33477e01-cd98-4475-821b-23d296c9e5d9", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_2=22.0.0.6"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "5dff1394-b99b-4d9d-b0f1-6d560efc3c34", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_2=22.0.0.17"
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "f5b18678-b28f-4c27-aa0d-4cce791b52db", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l2_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "13f3f606-16e3-4b59-be73-e0452d2e4451", 
    "Flavor": "m1.nano", 
    "Networks": "l2_net_1=21.0.0.6"
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "55286049-3cbd-4c74-93e0-e8bdd7a951cb", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b68e5c5b-0e74-4ae0-97de-4f0b4a545710", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181020 14:52:03.169" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:52:03.169" 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'33477e01-cd98-4475-821b-23d296c9e5d9', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.6'} | {...</msg>
<status status="PASS" endtime="20181020 14:52:03.169" starttime="20181020 14:52:03.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="20181020 14:52:03.169" 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'33477e01-cd98-4475-821b-23d296c9e5d9', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.6'}, {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'5dff1394-b99b-4d9d-b0f1-6d560efc3c34', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.17'}, {u'Status': u'ERROR', u'Name': u'l2_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'f5b18678-b28f-4c27-aa0d-4cce791b52db', u'Flavor': u'm1.nano', u'Networks': u''}, {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'13f3f606-16e3-4b59-be73-e0452d2e4451', u'Flavor': u'm1.nano', u'Networks': u'l2_net_1=21.0.0.6'}, {u'Status': u'ERROR', u'Name': u'l2_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'55286049-3cbd-4c74-93e0-e8bdd7a951cb', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l2_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b68e5c5b-0e74-4ae0-97de-4f0b4a545710', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181020 14:52:03.169" starttime="20181020 14:52:03.169"></status>
</kw>
<msg timestamp="20181020 14:52:03.170" 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'33477e01-cd98-4475-821b-23d296c9e5d9', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.6'} | {...</msg>
<status status="PASS" endtime="20181020 14:52:03.170" starttime="20181020 14:51:58.141"></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'33477e01-cd98-4475-821b-23d296c9e5d9', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.6'}">
<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="20181020 14:52:03.179" level="INFO">Starting process:
openstack server show 33477e01-cd98-4475-821b-23d296c9e5d9</msg>
<msg timestamp="20181020 14:52:03.200" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:09.033" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:09.033" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:09.033" starttime="20181020 14:52:03.179"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:52:09.034" 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-10-20T14:41:54.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l2_net_2=22.0.0.6                                               |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:41:46Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 8ded71f34f23ddc582ab2a7d29f0188df23fdf97366b72950c997e89        |
| id                                  | 33477e01-cd98-4475-821b-23d296c9e5d9                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='l2_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-10-20T14:41:54Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:52:09.034" starttime="20181020 14:52:09.034"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:09.035" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:09.035" starttime="20181020 14:52:09.035"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:52:09.036" starttime="20181020 14:52:09.035"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:09.036" starttime="20181020 14:52:03.178"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>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="20181020 14:52:09.045" level="INFO">Starting process:
openstack server delete 33477e01-cd98-4475-821b-23d296c9e5d9</msg>
<msg timestamp="20181020 14:52:09.065" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:13.131" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:13.132" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:13.132" starttime="20181020 14:52:09.044"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:52:13.133" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:13.133" starttime="20181020 14:52:13.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="20181020 14:52:13.134" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:13.134" starttime="20181020 14:52:13.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="20181020 14:52:13.135" starttime="20181020 14:52:13.134"></status>
</kw>
<msg timestamp="20181020 14:52:13.136" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:52:13.136" starttime="20181020 14:52:09.044"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:13.136" starttime="20181020 14:52:09.037"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:13.136" starttime="20181020 14:52:09.036"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:13.136" starttime="20181020 14:52:03.170"></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'5dff1394-b99b-4d9d-b0f1-6d560efc3c34', u'Flavor': u'm1.nano', u'Networks': u'l2_net_2=22.0.0.17'}">
<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="20181020 14:52:13.150" level="INFO">Starting process:
openstack server show 5dff1394-b99b-4d9d-b0f1-6d560efc3c34</msg>
<msg timestamp="20181020 14:52:13.173" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:18.715" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:18.715" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:18.715" starttime="20181020 14:52:13.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="20181020 14:52:18.716" 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-10-20T14:41:45.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l2_net_2=22.0.0.17                                              |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:41:35Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 8ded71f34f23ddc582ab2a7d29f0188df23fdf97366b72950c997e89        |
| id                                  | 5dff1394-b99b-4d9d-b0f1-6d560efc3c34                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='l2_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-10-20T14:41:45Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:52:18.716" starttime="20181020 14:52:18.715"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:18.716" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:18.717" starttime="20181020 14:52:18.716"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:52:18.717" starttime="20181020 14:52:18.717"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:18.717" starttime="20181020 14:52:13.148"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete 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="20181020 14:52:18.729" level="INFO">Starting process:
openstack server delete 5dff1394-b99b-4d9d-b0f1-6d560efc3c34</msg>
<msg timestamp="20181020 14:52:18.751" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:22.350" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:22.350" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:22.350" starttime="20181020 14:52:18.729"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:52:22.352" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:22.352" starttime="20181020 14:52:22.351"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:22.353" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:22.353" starttime="20181020 14:52:22.352"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:52:22.353" starttime="20181020 14:52:22.353"></status>
</kw>
<msg timestamp="20181020 14:52:22.354" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:52:22.354" starttime="20181020 14:52:18.728"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:22.354" starttime="20181020 14:52:18.718"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:22.354" starttime="20181020 14:52:18.718"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:22.354" starttime="20181020 14:52:13.136"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'f5b18678-b28f-4c27-aa0d-4cce791b52db', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:52:22.366" level="INFO">Starting process:
openstack server show f5b18678-b28f-4c27-aa0d-4cce791b52db</msg>
<msg timestamp="20181020 14:52:22.386" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:27.192" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:27.193" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:27.193" starttime="20181020 14:52:22.366"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:52:27.194" level="INFO">+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-AZ:availability_zone         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000000b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| created                             | 2018-10-20T14:41:23Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| fault                               | {u'message': u'Build of instance f5b18678-b28f-4c27-aa0d-4cce791b52db aborted: Image 4d287c12-d9fa-4dc0-a393-7a46e720973b is unacceptable: Image has no associated data', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1928, in _do_build_and_run_instance\n    filter_properties, request_spec)\n  File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2198, in _build_and_run_instance\n    reason=e.format_message())\n', u'created': u'2018-10-20T14:41:33Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| id                                  | f5b18678-b28f-4c27-aa0d-4cce791b52db                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b)                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| name                                | l2_net_2_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| updated                             | 2018-10-20T14:41:33Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:52:27.194" starttime="20181020 14:52:27.193"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:27.195" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:27.195" starttime="20181020 14:52:27.195"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:52:27.196" starttime="20181020 14:52:27.195"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:27.196" starttime="20181020 14:52:22.365"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete 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="20181020 14:52:27.206" level="INFO">Starting process:
openstack server delete f5b18678-b28f-4c27-aa0d-4cce791b52db</msg>
<msg timestamp="20181020 14:52:27.226" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:31.757" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:31.758" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:31.758" starttime="20181020 14:52:27.206"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:52:31.759" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:31.759" starttime="20181020 14:52:31.759"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:31.760" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:31.760" starttime="20181020 14:52:31.760"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:52:31.761" starttime="20181020 14:52:31.760"></status>
</kw>
<msg timestamp="20181020 14:52:31.762" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:52:31.762" starttime="20181020 14:52:27.205"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:31.762" starttime="20181020 14:52:27.197"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:31.762" starttime="20181020 14:52:27.196"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:31.762" starttime="20181020 14:52:22.354"></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'13f3f606-16e3-4b59-be73-e0452d2e4451', u'Flavor': u'm1.nano', u'Networks': u'l2_net_1=21.0.0.6'}">
<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="20181020 14:52:31.772" level="INFO">Starting process:
openstack server show 13f3f606-16e3-4b59-be73-e0452d2e4451</msg>
<msg timestamp="20181020 14:52:31.795" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:36.826" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:36.827" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:36.827" starttime="20181020 14:52:31.771"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:52:36.828" 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-10-20T14:41:21.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l2_net_1=21.0.0.6                                               |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:41:09Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 8ded71f34f23ddc582ab2a7d29f0188df23fdf97366b72950c997e89        |
| id                                  | 13f3f606-16e3-4b59-be73-e0452d2e4451                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='l2_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-10-20T14:41:21Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:52:36.828" starttime="20181020 14:52:36.827"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:36.829" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:36.829" starttime="20181020 14:52:36.829"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:52:36.830" starttime="20181020 14:52:36.829"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:36.830" starttime="20181020 14:52:31.771"></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="20181020 14:52:36.841" level="INFO">Starting process:
openstack server delete 13f3f606-16e3-4b59-be73-e0452d2e4451</msg>
<msg timestamp="20181020 14:52:36.862" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:40.301" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:40.302" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:40.302" starttime="20181020 14:52:36.840"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:52:40.303" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:40.303" starttime="20181020 14:52:40.302"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:40.303" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:40.303" starttime="20181020 14:52:40.303"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:52:40.304" starttime="20181020 14:52:40.304"></status>
</kw>
<msg timestamp="20181020 14:52:40.304" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:52:40.304" starttime="20181020 14:52:36.839"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:40.304" starttime="20181020 14:52:36.831"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:40.305" starttime="20181020 14:52:36.830"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:40.305" starttime="20181020 14:52:31.762"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'55286049-3cbd-4c74-93e0-e8bdd7a951cb', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:52:40.313" level="INFO">Starting process:
openstack server show 55286049-3cbd-4c74-93e0-e8bdd7a951cb</msg>
<msg timestamp="20181020 14:52:40.335" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:45.577" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:45.577" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:45.577" starttime="20181020 14:52:40.313"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:52:45.578" level="INFO">+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-AZ:availability_zone         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000005                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| created                             | 2018-10-20T14:40:57Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| fault                               | {u'message': u'Build of instance 55286049-3cbd-4c74-93e0-e8bdd7a951cb aborted: Image 4d287c12-d9fa-4dc0-a393-7a46e720973b is unacceptable: Image has no associated data', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1928, in _do_build_and_run_instance\n    filter_properties, request_spec)\n  File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2198, in _build_and_run_instance\n    reason=e.format_message())\n', u'created': u'2018-10-20T14:41:07Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| id                                  | 55286049-3cbd-4c74-93e0-e8bdd7a951cb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b)                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| name                                | l2_net_1_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| updated                             | 2018-10-20T14:41:07Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:52:45.579" starttime="20181020 14:52:45.578"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:45.579" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:45.579" starttime="20181020 14:52:45.579"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:52:45.580" starttime="20181020 14:52:45.579"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:45.580" starttime="20181020 14:52:40.312"></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="20181020 14:52:45.589" level="INFO">Starting process:
openstack server delete 55286049-3cbd-4c74-93e0-e8bdd7a951cb</msg>
<msg timestamp="20181020 14:52:45.617" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:50.134" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:50.134" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:50.134" starttime="20181020 14:52:45.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="20181020 14:52:50.135" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:50.135" starttime="20181020 14:52:50.135"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:50.136" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:50.136" starttime="20181020 14:52:50.136"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:52:50.137" starttime="20181020 14:52:50.136"></status>
</kw>
<msg timestamp="20181020 14:52:50.137" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:52:50.137" starttime="20181020 14:52:45.588"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:50.137" starttime="20181020 14:52:45.581"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:50.137" starttime="20181020 14:52:45.580"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:50.137" starttime="20181020 14:52:40.305"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b68e5c5b-0e74-4ae0-97de-4f0b4a545710', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:52:50.146" level="INFO">Starting process:
openstack server show b68e5c5b-0e74-4ae0-97de-4f0b4a545710</msg>
<msg timestamp="20181020 14:52:50.167" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:54.498" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:54.499" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:54.499" starttime="20181020 14:52:50.145"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:52:54.500" level="INFO">+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-AZ:availability_zone         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000002                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| created                             | 2018-10-20T14:40:43Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| fault                               | {u'message': u'Build of instance b68e5c5b-0e74-4ae0-97de-4f0b4a545710 aborted: Image 4d287c12-d9fa-4dc0-a393-7a46e720973b is unacceptable: Image has no associated data', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1928, in _do_build_and_run_instance\n    filter_properties, request_spec)\n  File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2198, in _build_and_run_instance\n    reason=e.format_message())\n', u'created': u'2018-10-20T14:40:55Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| id                                  | b68e5c5b-0e74-4ae0-97de-4f0b4a545710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b)                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| name                                | l2_net_1_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| updated                             | 2018-10-20T14:40:55Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:52:54.500" starttime="20181020 14:52:54.499"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:54.501" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:54.501" starttime="20181020 14:52:54.500"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:52:54.501" starttime="20181020 14:52:54.501"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:54.502" starttime="20181020 14:52:50.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>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="20181020 14:52:54.510" level="INFO">Starting process:
openstack server delete b68e5c5b-0e74-4ae0-97de-4f0b4a545710</msg>
<msg timestamp="20181020 14:52:54.530" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:52:59.652" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:52:59.652" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:52:59.652" starttime="20181020 14:52:54.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="20181020 14:52:59.653" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:59.653" starttime="20181020 14:52:59.653"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:52:59.654" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:52:59.654" starttime="20181020 14:52:59.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="20181020 14:52:59.654" starttime="20181020 14:52:59.654"></status>
</kw>
<msg timestamp="20181020 14:52:59.655" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:52:59.655" starttime="20181020 14:52:54.509"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:59.655" starttime="20181020 14:52:54.502"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:59.655" starttime="20181020 14:52:54.502"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:59.655" starttime="20181020 14:52:50.137"></status>
</kw>
<status status="PASS" endtime="20181020 14:52:59.655" starttime="20181020 14:52:03.170"></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="20181020 14:52:59.656" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:52:59.656" starttime="20181020 14:52:59.656"></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="20181020 14:52:59.657" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181020 14:52:59.680" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:01.901" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:01.901" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:01.901" starttime="20181020 14:52:59.657"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:01.902" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:53:01.902" starttime="20181020 14:53:01.901"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:01.903" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:01.903" starttime="20181020 14:53:01.902"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:01.904" starttime="20181020 14:53:01.903"></status>
</kw>
<msg timestamp="20181020 14:53:01.904" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:53:01.904" starttime="20181020 14:52:59.656"></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="20181020 14:53:01.905" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:53:01.905" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:53:01.905" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:53:01.905" starttime="20181020 14:53:01.904"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:53:01.905" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:53:01.905" starttime="20181020 14:53:01.905"></status>
</kw>
<msg timestamp="20181020 14:53:01.906" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181020 14:53:01.906" starttime="20181020 14:52:59.655"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181020 14:53:01.906" starttime="20181020 14:53:01.906"></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="20181020 14:53:01.908" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:53:01.908" starttime="20181020 14:53:01.907"></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="20181020 14:53:01.909" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181020 14:53:01.937" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:04.422" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:04.422" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:04.422" starttime="20181020 14:53:01.909"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:04.424" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.3', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", 
    "ID": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f", 
    "MAC Address": "fa:16:3e:b1:41:14", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.2', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", 
    "ID": "2cbb8d1a-6001-454f-9da4-62daccf1ac98", 
    "MAC Address": "fa:16:3e:36:da:5d", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.4', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", 
    "ID": "2f0fd48f-ee71-4b18-baea-1b0228aef474", 
    "MAC Address": "fa:16:3e:b8:e9:e0", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.3', subnet_id='36bca058-4c94-495e-b4eb-7660a9abcbcd'", 
    "ID": "454dc598-1929-4a4b-a5d5-6879ec5c974d", 
    "MAC Address": "fa:16:3e:f8:1b:e7", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.2', subnet_id='36bca058-4c94-495e-b4eb-7660a9abcbcd'", 
    "ID": "c92bf838-14a3-48b0-bbd7-4627a6f474e6", 
    "MAC Address": "fa:16:3e:98:55:1e", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.4', subnet_id='36bca058-4c94-495e-b4eb-7660a9abcbcd'", 
    "ID": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6", 
    "MAC Address": "fa:16:3e:03:97:b1", 
    "Name": ""
  }
]</msg>
<status status="PASS" endtime="20181020 14:53:04.425" starttime="20181020 14:53:04.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="20181020 14:53:04.425" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:04.425" starttime="20181020 14:53:04.425"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:04.426" starttime="20181020 14:53:04.425"></status>
</kw>
<msg timestamp="20181020 14:53:04.426" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.3', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", 
    "ID": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181020 14:53:04.426" starttime="20181020 14:53:01.908"></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="20181020 14:53:04.427" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.3', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", 
    "ID": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f", 
    "MAC Address": "fa:16:3e:b1:41:14", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.2', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", 
    "ID": "2cbb8d1a-6001-454f-9da4-62daccf1ac98", 
    "MAC Address": "fa:16:3e:36:da:5d", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.4', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", 
    "ID": "2f0fd48f-ee71-4b18-baea-1b0228aef474", 
    "MAC Address": "fa:16:3e:b8:e9:e0", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.3', subnet_id='36bca058-4c94-495e-b4eb-7660a9abcbcd'", 
    "ID": "454dc598-1929-4a4b-a5d5-6879ec5c974d", 
    "MAC Address": "fa:16:3e:f8:1b:e7", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.2', subnet_id='36bca058-4c94-495e-b4eb-7660a9abcbcd'", 
    "ID": "c92bf838-14a3-48b0-bbd7-4627a6f474e6", 
    "MAC Address": "fa:16:3e:98:55:1e", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.4', subnet_id='36bca058-4c94-495e-b4eb-7660a9abcbcd'", 
    "ID": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6", 
    "MAC Address": "fa:16:3e:03:97:b1", 
    "Name": ""
  }
] </msg>
<msg timestamp="20181020 14:53:04.427" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:53:04.427" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.3', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", u'ID': u'26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f', u'MAC Address': u'fa:16:3e:b...</msg>
<status status="PASS" endtime="20181020 14:53:04.427" starttime="20181020 14:53:04.427"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:53:04.428" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.3', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", u'ID': u'26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f', u'MAC Address': u'fa:16:3e:b1:41:14', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.2', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", u'ID': u'2cbb8d1a-6001-454f-9da4-62daccf1ac98', u'MAC Address': u'fa:16:3e:36:da:5d', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.4', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", u'ID': u'2f0fd48f-ee71-4b18-baea-1b0228aef474', u'MAC Address': u'fa:16:3e:b8:e9:e0', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='22.0.0.3', subnet_id='36bca058-4c94-495e-b4eb-7660a9abcbcd'", u'ID': u'454dc598-1929-4a4b-a5d5-6879ec5c974d', u'MAC Address': u'fa:16:3e:f8:1b:e7', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='22.0.0.2', subnet_id='36bca058-4c94-495e-b4eb-7660a9abcbcd'", u'ID': u'c92bf838-14a3-48b0-bbd7-4627a6f474e6', u'MAC Address': u'fa:16:3e:98:55:1e', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='22.0.0.4', subnet_id='36bca058-4c94-495e-b4eb-7660a9abcbcd'", u'ID': u'f8d5f0e2-3bc1-419a-8428-418c0bf22cd6', u'MAC Address': u'fa:16:3e:03:97:b1', u'Name': u''}]</msg>
<status status="PASS" endtime="20181020 14:53:04.428" starttime="20181020 14:53:04.427"></status>
</kw>
<msg timestamp="20181020 14:53:04.428" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.3', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'", u'ID': u'26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f', u'MAC Address': u'fa:16:3e:b...</msg>
<status status="PASS" endtime="20181020 14:53:04.428" starttime="20181020 14:53:01.906"></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.3', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'&quot;, u'ID': u'26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f', u'MAC Address': u'fa:16:3e:b1:...">
<kw 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="20181020 14:53:04.441" level="INFO">Starting process:
openstack port delete 26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f</msg>
<msg timestamp="20181020 14:53:04.462" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:07.992" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:07.993" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:07.993" starttime="20181020 14:53:04.440"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:07.994" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:07.994" starttime="20181020 14:53:07.993"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:07.995" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:07.995" starttime="20181020 14:53:07.994"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:07.996" starttime="20181020 14:53:07.995"></status>
</kw>
<msg timestamp="20181020 14:53:07.996" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:07.996" starttime="20181020 14:53:04.439"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:07.996" starttime="20181020 14:53:04.429"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:07.996" starttime="20181020 14:53:04.429"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:07.996" starttime="20181020 14:53:04.428"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='21.0.0.2', subnet_id='d5d03cd5-d1f2-48a6-8050-689240132f2c'&quot;, u'ID': u'2cbb8d1a-6001-454f-9da4-62daccf1ac98', u'MAC Address': u'fa:16:3e:36:...">
<kw 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="20181020 14:53:08.010" level="INFO">Starting process:
openstack port delete 2cbb8d1a-6001-454f-9da4-62daccf1ac98</msg>
<msg timestamp="20181020 14:53:08.038" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:12.004" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:12.005" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:12.005" starttime="20181020 14:53:08.010"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:12.006" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:12.006" starttime="20181020 14:53:12.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="20181020 14:53:12.007" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:12.007" starttime="20181020 14:53:12.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="20181020 14:53:12.008" starttime="20181020 14:53:12.008"></status>
</kw>
<msg timestamp="20181020 14:53:12.009" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:12.009" starttime="20181020 14:53:08.009"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:12.009" starttime="20181020 14:53:07.997"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:12.009" starttime="20181020 14:53:07.997"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:12.009" starttime="20181020 14:53:07.996"></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='d5d03cd5-d1f2-48a6-8050-689240132f2c'&quot;, u'ID': u'2f0fd48f-ee71-4b18-baea-1b0228aef474', u'MAC Address': u'fa:16:3e:b8:...">
<kw 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="20181020 14:53:12.024" level="INFO">Starting process:
openstack port delete 2f0fd48f-ee71-4b18-baea-1b0228aef474</msg>
<msg timestamp="20181020 14:53:12.046" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:16.304" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:16.304" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:16.305" starttime="20181020 14:53:12.023"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:16.305" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:16.306" starttime="20181020 14:53:16.305"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:16.306" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:16.306" starttime="20181020 14:53:16.306"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:16.307" starttime="20181020 14:53:16.306"></status>
</kw>
<msg timestamp="20181020 14:53:16.307" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:16.307" starttime="20181020 14:53:12.022"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:16.307" starttime="20181020 14:53:12.010"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:16.307" starttime="20181020 14:53:12.010"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:16.307" starttime="20181020 14:53:12.009"></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='36bca058-4c94-495e-b4eb-7660a9abcbcd'&quot;, u'ID': u'454dc598-1929-4a4b-a5d5-6879ec5c974d', u'MAC Address': u'fa:16:3e:f8:...">
<kw 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="20181020 14:53:16.317" level="INFO">Starting process:
openstack port delete 454dc598-1929-4a4b-a5d5-6879ec5c974d</msg>
<msg timestamp="20181020 14:53:16.347" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:19.621" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:19.622" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:19.622" starttime="20181020 14:53:16.317"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:19.623" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:19.623" starttime="20181020 14:53:19.622"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:19.624" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:19.624" starttime="20181020 14:53:19.623"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:19.625" starttime="20181020 14:53:19.624"></status>
</kw>
<msg timestamp="20181020 14:53:19.625" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:19.625" starttime="20181020 14:53:16.316"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:19.625" starttime="20181020 14:53:16.308"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:19.626" starttime="20181020 14:53:16.308"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:19.626" starttime="20181020 14:53:16.307"></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='36bca058-4c94-495e-b4eb-7660a9abcbcd'&quot;, u'ID': u'c92bf838-14a3-48b0-bbd7-4627a6f474e6', u'MAC Address': u'fa:16:3e:98:...">
<kw 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="20181020 14:53:19.640" level="INFO">Starting process:
openstack port delete c92bf838-14a3-48b0-bbd7-4627a6f474e6</msg>
<msg timestamp="20181020 14:53:19.664" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:23.142" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:23.142" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:23.142" starttime="20181020 14:53:19.640"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:23.144" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:23.144" starttime="20181020 14:53:23.143"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:23.144" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:23.145" starttime="20181020 14:53:23.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="20181020 14:53:23.146" starttime="20181020 14:53:23.145"></status>
</kw>
<msg timestamp="20181020 14:53:23.146" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:23.146" starttime="20181020 14:53:19.639"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:23.146" starttime="20181020 14:53:19.627"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:23.146" starttime="20181020 14:53:19.626"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:23.146" starttime="20181020 14:53:19.626"></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='36bca058-4c94-495e-b4eb-7660a9abcbcd'&quot;, u'ID': u'f8d5f0e2-3bc1-419a-8428-418c0bf22cd6', u'MAC Address': u'fa:16:3e:03:...">
<kw 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="20181020 14:53:23.156" level="INFO">Starting process:
openstack port delete f8d5f0e2-3bc1-419a-8428-418c0bf22cd6</msg>
<msg timestamp="20181020 14:53:23.183" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:27.177" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:27.177" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:27.177" starttime="20181020 14:53:23.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="20181020 14:53:27.178" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:27.178" starttime="20181020 14:53:27.178"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:27.179" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:27.179" starttime="20181020 14:53:27.179"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:27.180" starttime="20181020 14:53:27.179"></status>
</kw>
<msg timestamp="20181020 14:53:27.180" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:27.180" starttime="20181020 14:53:23.155"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:27.180" starttime="20181020 14:53:23.147"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:27.180" starttime="20181020 14:53:23.147"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:27.180" starttime="20181020 14:53:23.146"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:27.180" starttime="20181020 14:53:04.428"></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="20181020 14:53:27.181" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:53:27.181" starttime="20181020 14:53:27.181"></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="20181020 14:53:27.183" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181020 14:53:27.211" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:29.681" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:29.681" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:29.681" starttime="20181020 14:53:27.182"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:29.682" level="INFO">[
  {
    "Subnets": "d5d03cd5-d1f2-48a6-8050-689240132f2c", 
    "ID": "21f82e14-24b5-4466-a775-f49e7293b4c2", 
    "Name": "l2_net_1"
  }, 
  {
    "Subnets": "36bca058-4c94-495e-b4eb-7660a9abcbcd", 
    "ID": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b", 
    "Name": "l2_net_2"
  }
]</msg>
<status status="PASS" endtime="20181020 14:53:29.682" starttime="20181020 14:53:29.682"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:29.683" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:29.683" starttime="20181020 14:53:29.682"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:29.683" starttime="20181020 14:53:29.683"></status>
</kw>
<msg timestamp="20181020 14:53:29.684" level="INFO">${json} = [
  {
    "Subnets": "d5d03cd5-d1f2-48a6-8050-689240132f2c", 
    "ID": "21f82e14-24b5-4466-a775-f49e7293b4c2", 
    "Name": "l2_net_1"
  }, 
  {
    "Subnets": "36bca058-4c94-495e-b4eb-7660a9abcbcd",...</msg>
<status status="PASS" endtime="20181020 14:53:29.684" starttime="20181020 14:53:27.182"></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="20181020 14:53:29.684" level="INFO">To JSON using : content=[
  {
    "Subnets": "d5d03cd5-d1f2-48a6-8050-689240132f2c", 
    "ID": "21f82e14-24b5-4466-a775-f49e7293b4c2", 
    "Name": "l2_net_1"
  }, 
  {
    "Subnets": "36bca058-4c94-495e-b4eb-7660a9abcbcd", 
    "ID": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b", 
    "Name": "l2_net_2"
  }
] </msg>
<msg timestamp="20181020 14:53:29.684" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:53:29.684" level="INFO">@{list} = [ {u'Subnets': u'd5d03cd5-d1f2-48a6-8050-689240132f2c', u'ID': u'21f82e14-24b5-4466-a775-f49e7293b4c2', u'Name': u'l2_net_1'} | {u'Subnets': u'36bca058-4c94-495e-b4eb-7660a9abcbcd', u'ID': u'cff7c95d-...</msg>
<status status="PASS" endtime="20181020 14:53:29.684" starttime="20181020 14:53:29.684"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:53:29.685" level="INFO">[{u'Subnets': u'd5d03cd5-d1f2-48a6-8050-689240132f2c', u'ID': u'21f82e14-24b5-4466-a775-f49e7293b4c2', u'Name': u'l2_net_1'}, {u'Subnets': u'36bca058-4c94-495e-b4eb-7660a9abcbcd', u'ID': u'cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b', u'Name': u'l2_net_2'}]</msg>
<status status="PASS" endtime="20181020 14:53:29.685" starttime="20181020 14:53:29.684"></status>
</kw>
<msg timestamp="20181020 14:53:29.685" level="INFO">@{networks} = [ {u'Subnets': u'd5d03cd5-d1f2-48a6-8050-689240132f2c', u'ID': u'21f82e14-24b5-4466-a775-f49e7293b4c2', u'Name': u'l2_net_1'} | {u'Subnets': u'36bca058-4c94-495e-b4eb-7660a9abcbcd', u'ID': u'cff7c95d-...</msg>
<status status="PASS" endtime="20181020 14:53:29.685" starttime="20181020 14:53:27.181"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'd5d03cd5-d1f2-48a6-8050-689240132f2c', u'ID': u'21f82e14-24b5-4466-a775-f49e7293b4c2', 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="20181020 14:53:29.698" level="INFO">Starting process:
openstack subnet delete d5d03cd5-d1f2-48a6-8050-689240132f2c</msg>
<msg timestamp="20181020 14:53:29.723" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:33.774" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:33.775" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:33.775" starttime="20181020 14:53:29.697"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:33.776" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:33.776" starttime="20181020 14:53:33.776"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:33.777" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:33.777" starttime="20181020 14:53:33.777"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:33.778" starttime="20181020 14:53:33.777"></status>
</kw>
<msg timestamp="20181020 14:53:33.778" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:33.779" starttime="20181020 14:53:29.697"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:33.779" starttime="20181020 14:53:29.687"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:33.779" starttime="20181020 14:53:29.686"></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="20181020 14:53:33.793" level="INFO">Starting process:
openstack network delete 21f82e14-24b5-4466-a775-f49e7293b4c2</msg>
<msg timestamp="20181020 14:53:33.821" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:37.827" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:37.827" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:37.827" starttime="20181020 14:53:33.792"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:37.828" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:37.828" starttime="20181020 14:53:37.828"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:37.829" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:37.829" starttime="20181020 14:53:37.829"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:37.830" starttime="20181020 14:53:37.829"></status>
</kw>
<msg timestamp="20181020 14:53:37.830" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:37.830" starttime="20181020 14:53:33.791"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:37.830" starttime="20181020 14:53:33.780"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:37.830" starttime="20181020 14:53:33.779"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:37.830" starttime="20181020 14:53:29.686"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'36bca058-4c94-495e-b4eb-7660a9abcbcd', u'ID': u'cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b', 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="20181020 14:53:37.841" level="INFO">Starting process:
openstack subnet delete 36bca058-4c94-495e-b4eb-7660a9abcbcd</msg>
<msg timestamp="20181020 14:53:37.862" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:41.583" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:41.583" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:41.583" starttime="20181020 14:53:37.840"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:41.584" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:41.584" starttime="20181020 14:53:41.584"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:41.585" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:41.585" starttime="20181020 14:53:41.585"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:41.586" starttime="20181020 14:53:41.585"></status>
</kw>
<msg timestamp="20181020 14:53:41.586" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:41.587" starttime="20181020 14:53:37.839"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:41.587" starttime="20181020 14:53:37.831"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:41.587" starttime="20181020 14:53:37.831"></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="20181020 14:53:41.598" level="INFO">Starting process:
openstack network delete cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b</msg>
<msg timestamp="20181020 14:53:41.624" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:45.548" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:45.548" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:45.548" starttime="20181020 14:53:41.597"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:45.549" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:45.549" starttime="20181020 14:53:45.549"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:45.550" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:45.550" starttime="20181020 14:53:45.549"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:45.551" starttime="20181020 14:53:45.550"></status>
</kw>
<msg timestamp="20181020 14:53:45.551" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:45.551" starttime="20181020 14:53:41.596"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:45.551" starttime="20181020 14:53:41.587"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:45.551" starttime="20181020 14:53:41.587"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:45.552" starttime="20181020 14:53:37.830"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:45.552" starttime="20181020 14:53:29.685"></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="20181020 14:53:45.553" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:53:45.553" starttime="20181020 14:53:45.552"></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="20181020 14:53:45.554" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181020 14:53:45.576" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:48.061" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:48.061" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:48.061" starttime="20181020 14:53:45.553"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:48.062" level="INFO">[
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "l2_sg", 
    "ID": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b", 
    "Name": "l2_sg"
  }, 
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project": "f3c18c38fb5b440d86a1f8e33c3e2e89", 
    "Description": "Default security group", 
    "ID": "4ae23966-383b-47d8-b460-32090333e3cb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181020 14:53:48.062" starttime="20181020 14:53:48.062"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:48.063" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:48.063" starttime="20181020 14:53:48.062"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:48.063" starttime="20181020 14:53:48.063"></status>
</kw>
<msg timestamp="20181020 14:53:48.064" level="INFO">${json} = [
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "l2_sg", 
    "ID": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b", 
    "Name": "l2_sg"
  }, 
  {
    "Project": "30aba7c692df4eb5...</msg>
<status status="PASS" endtime="20181020 14:53:48.064" starttime="20181020 14:53:45.553"></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="20181020 14:53:48.064" level="INFO">To JSON using : content=[
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "l2_sg", 
    "ID": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b", 
    "Name": "l2_sg"
  }, 
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project": "f3c18c38fb5b440d86a1f8e33c3e2e89", 
    "Description": "Default security group", 
    "ID": "4ae23966-383b-47d8-b460-32090333e3cb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181020 14:53:48.064" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:53:48.065" level="INFO">@{list} = [ {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'l2_sg', u'Description': u'l2_sg', u'ID': u'2805f997-aaa6-40fe-8e31-ce6c3ff1b97b'} | {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'N...</msg>
<status status="PASS" endtime="20181020 14:53:48.065" starttime="20181020 14:53:48.064"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:53:48.065" level="INFO">[{u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'l2_sg', u'Description': u'l2_sg', u'ID': u'2805f997-aaa6-40fe-8e31-ce6c3ff1b97b'}, {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'}, {u'Project': u'f3c18c38fb5b440d86a1f8e33c3e2e89', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4ae23966-383b-47d8-b460-32090333e3cb'}]</msg>
<status status="PASS" endtime="20181020 14:53:48.065" starttime="20181020 14:53:48.065"></status>
</kw>
<msg timestamp="20181020 14:53:48.066" level="INFO">@{security_groups} = [ {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'l2_sg', u'Description': u'l2_sg', u'ID': u'2805f997-aaa6-40fe-8e31-ce6c3ff1b97b'} | {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'N...</msg>
<status status="PASS" endtime="20181020 14:53:48.066" starttime="20181020 14:53:45.552"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'l2_sg', u'Description': u'l2_sg', u'ID': u'2805f997-aaa6-40fe-8e31-ce6c3ff1b97b'}">
<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="20181020 14:53:48.076" level="INFO">Starting process:
openstack security group delete 2805f997-aaa6-40fe-8e31-ce6c3ff1b97b</msg>
<msg timestamp="20181020 14:53:48.103" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:51.182" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:51.183" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:51.183" starttime="20181020 14:53:48.075"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:51.184" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:51.184" starttime="20181020 14:53:51.183"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:51.184" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:51.184" starttime="20181020 14:53:51.184"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:51.185" starttime="20181020 14:53:51.184"></status>
</kw>
<msg timestamp="20181020 14:53:51.185" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:51.185" starttime="20181020 14:53:48.075"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:51.185" starttime="20181020 14:53:48.068"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:51.185" starttime="20181020 14:53:48.067"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:51.185" starttime="20181020 14:53:48.067"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:51.185" starttime="20181020 14:53:48.066"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'}">
<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="20181020 14:53:51.186" starttime="20181020 14:53:51.186"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:51.186" starttime="20181020 14:53:51.186"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'f3c18c38fb5b440d86a1f8e33c3e2e89', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4ae23966-383b-47d8-b460-32090333e3cb'}">
<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="20181020 14:53:51.187" starttime="20181020 14:53:51.186"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:51.187" starttime="20181020 14:53:51.186"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:51.187" starttime="20181020 14:53:48.066"></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="20181020 14:53:51.188" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181020 14:53:51.188" starttime="20181020 14:53:51.188"></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="20181020 14:53:51.195" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181020 14:53:51.221" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:54.771" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:54.771" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:54.771" starttime="20181020 14:53:51.195"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:54.772" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:54.772" starttime="20181020 14:53:54.772"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:54.773" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:54.773" starttime="20181020 14:53:54.773"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:54.774" starttime="20181020 14:53:54.773"></status>
</kw>
<msg timestamp="20181020 14:53:54.774" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:54.774" starttime="20181020 14:53:51.194"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:54.774" starttime="20181020 14:53:51.188"></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="20181020 14:53:54.782" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181020 14:53:54.803" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:57.073" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:57.073" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:57.073" starttime="20181020 14:53:54.782"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:57.074" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:57.074" starttime="20181020 14:53:57.074"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:57.075" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:57.075" starttime="20181020 14:53:57.075"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:57.076" starttime="20181020 14:53:57.075"></status>
</kw>
<msg timestamp="20181020 14:53:57.076" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:57.076" starttime="20181020 14:53:54.781"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:57.076" starttime="20181020 14:53:54.774"></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="20181020 14:53:57.084" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181020 14:53:57.104" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:53:59.306" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:53:59.307" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:53:59.307" starttime="20181020 14:53:57.083"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:53:59.308" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:59.308" starttime="20181020 14:53:59.307"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:53:59.309" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:53:59.309" starttime="20181020 14:53:59.308"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:53:59.309" starttime="20181020 14:53:59.309"></status>
</kw>
<msg timestamp="20181020 14:53:59.310" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:53:59.310" starttime="20181020 14:53:57.083"></status>
</kw>
<status status="PASS" endtime="20181020 14:53:59.310" starttime="20181020 14:53:57.076"></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="20181020 14:53:59.319" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181020 14:53:59.339" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:01.819" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:01.820" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:01.820" starttime="20181020 14:53:59.319"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:01.823" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:01.823" starttime="20181020 14:54:01.822"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:01.824" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:01.824" starttime="20181020 14:54:01.824"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:01.825" starttime="20181020 14:54:01.824"></status>
</kw>
<msg timestamp="20181020 14:54:01.825" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:54:01.825" starttime="20181020 14:53:59.318"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:01.825" starttime="20181020 14:53:59.310"></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="20181020 14:54:01.834" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181020 14:54:01.860" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:04.481" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:04.482" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:04.482" starttime="20181020 14:54:01.833"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:04.483" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 3d599d2d-2011-4c3f-88e0-7290f0eba41a | default | Default security group | 30aba7c692df4eb5b35215cb70b9fae6 |
| 4ae23966-383b-47d8-b460-32090333e3cb | default | Default security group | f3c18c38fb5b440d86a1f8e33c3e2e89 |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181020 14:54:04.483" starttime="20181020 14:54:04.483"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:04.484" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:04.484" starttime="20181020 14:54:04.484"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:04.485" starttime="20181020 14:54:04.484"></status>
</kw>
<msg timestamp="20181020 14:54:04.485" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181020 14:54:04.485" starttime="20181020 14:54:01.833"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:04.485" starttime="20181020 14:54:01.825"></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="20181020 14:54:04.494" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181020 14:54:04.514" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:06.958" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:06.959" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:06.959" starttime="20181020 14:54:04.493"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:06.960" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 2014cade-2a4f-4311-ad6f-7e591564ae07 | None        | None     |            | 3d599d2d-2011-4c3f-88e0-7290f0eba41a | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| 2e608dde-5628-4009-9851-44bec8b142c7 | None        | None     |            | None                                 | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| 3dd95e3c-1c0d-4882-9bdf-eb210690aab0 | None        | None     |            | None                                 | 4ae23966-383b-47d8-b460-32090333e3cb |
| 66dfbfad-3e7f-4c01-b289-858b28faef82 | None        | None     |            | None                                 | 4ae23966-383b-47d8-b460-32090333e3cb |
| 6c5127b5-a34e-4476-ad34-27700a448840 | None        | None     |            | 4ae23966-383b-47d8-b460-32090333e3cb | 4ae23966-383b-47d8-b460-32090333e3cb |
| 7dddab02-36ce-49ff-8438-860852628aa8 | None        | None     |            | None                                 | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| b0df72aa-f784-4a90-b37a-36e6b1dbd77c | None        | None     |            | 3d599d2d-2011-4c3f-88e0-7290f0eba41a | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba | None        | None     |            | 4ae23966-383b-47d8-b460-32090333e3cb | 4ae23966-383b-47d8-b460-32090333e3cb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:54:06.960" starttime="20181020 14:54:06.959"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:06.961" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:06.961" starttime="20181020 14:54:06.960"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:06.961" starttime="20181020 14:54:06.961"></status>
</kw>
<msg timestamp="20181020 14:54:06.962" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181020 14:54:06.962" starttime="20181020 14:54:04.493"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:06.962" starttime="20181020 14:54:04.485"></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="20181020 14:54:06.971" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181020 14:54:06.997" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:09.321" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:09.322" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:09.322" starttime="20181020 14:54:06.971"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:09.323" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:09.323" starttime="20181020 14:54:09.322"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:09.323" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:09.323" starttime="20181020 14:54:09.323"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:09.324" starttime="20181020 14:54:09.323"></status>
</kw>
<msg timestamp="20181020 14:54:09.325" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:54:09.325" starttime="20181020 14:54:06.970"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:09.325" starttime="20181020 14:54:06.962"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:54:09.334" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181020 14:54:09.354" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:11.936" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:11.937" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:11.937" starttime="20181020 14:54:09.334"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:11.938" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:11.938" starttime="20181020 14:54:11.937"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:11.938" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:11.938" starttime="20181020 14:54:11.938"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:11.939" starttime="20181020 14:54:11.939"></status>
</kw>
<msg timestamp="20181020 14:54:11.939" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:54:11.939" starttime="20181020 14:54:09.333"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:11.939" starttime="20181020 14:54:09.325"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:11.939" starttime="20181020 14:53:51.188"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:11.940" starttime="20181020 14:53:51.187"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:11.940" starttime="20181020 14:51:55.569"></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="20181020 14:54:11.943" starttime="20181020 14:54:11.942"></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="20181020 14:54:11.943" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181020 14:54:12.035" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:12.036" level="INFO">${stdout} = 4 S root       84313   84293  0  80   0 - 55154 poll_s 14:38 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.18.pcap
4 S tcpdump    84322  ...</msg>
<status status="PASS" endtime="20181020 14:54:12.036" starttime="20181020 14:54:11.943"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:12.037" level="INFO">4 S root       84313   84293  0  80   0 - 55154 poll_s 14:38 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.18.pcap
4 S tcpdump    84322   84313  0  80   0 -  8196 poll_s 14:38 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.18.pcap
0 S heat-ad+  151261   84293  0  80   0 - 28293 do_wai 14:54 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  151271  151261  0  80   0 - 28176 pipe_w 14:54 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181020 14:54:12.037" starttime="20181020 14:54:12.036"></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="20181020 14:54:12.038" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181020 14:54:12.144" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:12.144" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:54:12.145" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 14:54:12.145" starttime="20181020 14:54:12.037"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:12.145" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:12.145" starttime="20181020 14:54:12.145"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:12.146" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:12.146" starttime="20181020 14:54:12.146"></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="20181020 14:54:12.147" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181020 14:54:12.620" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:12.620" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181020 14:54:12.620" starttime="20181020 14:54:12.146"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:12.621" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:12.621" starttime="20181020 14:54:12.621"></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="20181020 14:54:12.622" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181020 14:54:12.718" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:12.719" level="INFO">${stdout} = total 500
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 ...</msg>
<status status="PASS" endtime="20181020 14:54:12.719" starttime="20181020 14:54:12.622"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:12.719" level="INFO">total 500
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 systemd-private-8ec8af85be174b849b62e1c613fabc46-ntpd.service-pLF4wz
424 -rw-r--r--. 1 tcpdump tcpdump 431894 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.18.pcap
 56 -rw-r--r--. 1 tcpdump tcpdump  56056 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.18.pcap.xz
  0 drwx------. 2 root    root         6 Oct 20 14:18 tmp.0zn3P5RSDg</msg>
<status status="PASS" endtime="20181020 14:54:12.719" starttime="20181020 14:54:12.719"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:12.784" starttime="20181020 14:54:12.720"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:12.784" starttime="20181020 14:54:11.942"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:12.784" starttime="20181020 14:54:11.942"></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="20181020 14:54:12.785" starttime="20181020 14:54:12.785"></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="20181020 14:54:12.786" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181020 14:54:12.841" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:12.841" level="INFO">${stdout} = 4 S root       21542   21522  0  80   0 - 55154 poll_s 14:38 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.25.pcap
4 S tcpdump    21551  ...</msg>
<status status="PASS" endtime="20181020 14:54:12.841" starttime="20181020 14:54:12.785"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:12.842" level="INFO">4 S root       21542   21522  0  80   0 - 55154 poll_s 14:38 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.25.pcap
4 S tcpdump    21551   21542  0  80   0 -  8196 poll_s 14:38 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.25.pcap
0 S heat-ad+   24251   21522  0  80   0 - 28293 do_wai 14:54 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+   24261   24251  0  80   0 - 28176 pipe_w 14:54 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181020 14:54:12.842" starttime="20181020 14:54:12.842"></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="20181020 14:54:12.843" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181020 14:54:12.960" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:12.960" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:54:12.960" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 14:54:12.960" starttime="20181020 14:54:12.842"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:12.961" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:12.961" starttime="20181020 14:54:12.961"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:12.962" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:12.962" starttime="20181020 14:54:12.962"></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="20181020 14:54:12.962" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181020 14:54:13.486" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:13.487" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181020 14:54:13.487" starttime="20181020 14:54:12.962"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:13.488" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:13.488" starttime="20181020 14:54:13.487"></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="20181020 14:54:13.489" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181020 14:54:13.586" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:13.586" level="INFO">${stdout} = total 184
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 ...</msg>
<status status="PASS" endtime="20181020 14:54:13.586" starttime="20181020 14:54:13.488"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:13.587" level="INFO">total 184
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 systemd-private-2d2ed09833a94b07bb62a900dc468192-ntpd.service-w92UUU
144 -rw-r--r--. 1 tcpdump tcpdump 147102 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.25.pcap
 20 -rw-r--r--. 1 tcpdump tcpdump  19608 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.25.pcap.xz
  0 drwx------. 2 root    root         6 Oct 20 14:19 tmp.ViyqVXiFlK</msg>
<status status="PASS" endtime="20181020 14:54:13.587" starttime="20181020 14:54:13.586"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:13.619" starttime="20181020 14:54:13.587"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:13.619" starttime="20181020 14:54:12.784"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:13.619" starttime="20181020 14:54:12.784"></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="20181020 14:54:13.621" starttime="20181020 14:54:13.621"></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="20181020 14:54:13.621" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181020 14:54:13.678" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:13.678" level="INFO">${stdout} = 4 S root       21584   21564  0  80   0 - 55154 poll_s 14:38 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.5.pcap
4 S tcpdump    21593   ...</msg>
<status status="PASS" endtime="20181020 14:54:13.678" starttime="20181020 14:54:13.621"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:13.679" level="INFO">4 S root       21584   21564  0  80   0 - 55154 poll_s 14:38 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.5.pcap
4 S tcpdump    21593   21584  0  80   0 -  8196 poll_s 14:38 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.5.pcap
0 S heat-ad+   24659   21564  0  80   0 - 28293 do_wai 14:54 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+   24669   24659  0  80   0 - 28177 pipe_w 14:54 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181020 14:54:13.679" starttime="20181020 14:54:13.679"></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="20181020 14:54:13.680" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181020 14:54:13.968" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:13.968" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:54:13.968" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 14:54:13.968" starttime="20181020 14:54:13.679"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:13.969" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:13.969" starttime="20181020 14:54:13.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="20181020 14:54:13.970" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:13.970" starttime="20181020 14:54:13.969"></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="20181020 14:54:13.970" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181020 14:54:14.240" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:14.241" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181020 14:54:14.241" starttime="20181020 14:54:13.970"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:14.242" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:14.242" starttime="20181020 14:54:14.241"></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="20181020 14:54:14.242" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181020 14:54:14.339" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:54:14.339" level="INFO">${stdout} = total 340
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 ...</msg>
<status status="PASS" endtime="20181020 14:54:14.339" starttime="20181020 14:54:14.242"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:14.340" level="INFO">total 340
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 systemd-private-4648ab566a094f43a04b64d26b32a399-ntpd.service-GtXuGB
284 -rw-r--r--. 1 tcpdump tcpdump 287028 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.5.pcap
 36 -rw-r--r--. 1 tcpdump tcpdump  36260 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.5.pcap.xz
  0 drwx------. 2 root    root         6 Oct 20 14:19 tmp.DCrsej1QNV</msg>
<status status="PASS" endtime="20181020 14:54:14.341" starttime="20181020 14:54:14.340"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:14.373" starttime="20181020 14:54:14.341"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:14.373" starttime="20181020 14:54:13.620"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:14.373" starttime="20181020 14:54:13.620"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:14.373" starttime="20181020 14:54:11.941"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:14.373" starttime="20181020 14:54:11.941"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:14.374" starttime="20181020 14:54:11.940"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181020 14:54:14.716" starttime="20181020 14:54:14.374"></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.18</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="20181020 14:54:14.727" starttime="20181020 14:54:14.726"></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="20181020 14:54:14.727" level="INFO">Logging into '192.0.2.18:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:14.945" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:14.946" starttime="20181020 14:54:14.727"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:54:15.026" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181020 14:54:15.026" starttime="20181020 14:54:14.946"></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="20181020 14:54:15.415" level="INFO">[?1l&gt;[?2004l     305    305
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:54:15.415" level="INFO">${output} = [?1l&gt;[?2004l     305    305
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:15.415" starttime="20181020 14:54:15.027"></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="20181020 14:54:15.468" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:54:15.468" starttime="20181020 14:54:15.416"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:15.470" starttime="20181020 14:54:15.468"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:15.470" level="INFO">[?1l&gt;[?2004l     305    305
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:15.470" starttime="20181020 14:54:15.470"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:15.470" starttime="20181020 14:54:14.726"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:15.470" starttime="20181020 14:54:14.717"></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.18</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="20181020 14:54:15.479" starttime="20181020 14:54:15.478"></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="20181020 14:54:15.479" level="INFO">Logging into '192.0.2.6:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:15.634" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:15.635" starttime="20181020 14:54:15.479"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:54:15.703" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181020 14:54:15.703" starttime="20181020 14:54:15.635"></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="20181020 14:54:16.104" level="INFO">[?1l&gt;[?2004l     265    265
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:54:16.104" level="INFO">${output} = [?1l&gt;[?2004l     265    265
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:16.104" starttime="20181020 14:54:15.703"></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="20181020 14:54:16.148" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:54:16.148" starttime="20181020 14:54:16.104"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:16.150" starttime="20181020 14:54:16.148"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:16.150" level="INFO">[?1l&gt;[?2004l     265    265
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:16.150" starttime="20181020 14:54:16.150"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.150" starttime="20181020 14:54:15.477"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.150" starttime="20181020 14:54:15.470"></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.18</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="20181020 14:54:16.160" starttime="20181020 14:54:16.159"></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="20181020 14:54:16.160" level="INFO">Logging into '192.0.2.14:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:16.329" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:16.329" starttime="20181020 14:54:16.160"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:54:16.398" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181020 14:54:16.398" starttime="20181020 14:54:16.329"></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="20181020 14:54:16.742" level="INFO">[?1l&gt;[?2004l     264    264
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:54:16.742" level="INFO">${output} = [?1l&gt;[?2004l     264    264
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:16.742" starttime="20181020 14:54:16.399"></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="20181020 14:54:16.786" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:54:16.786" starttime="20181020 14:54:16.742"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:16.788" starttime="20181020 14:54:16.787"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:16.789" level="INFO">[?1l&gt;[?2004l     264    264
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:16.789" starttime="20181020 14:54:16.788"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.789" starttime="20181020 14:54:16.158"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.789" starttime="20181020 14:54:16.150"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.789" starttime="20181020 14:54:14.716"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.789" starttime="20181020 14:51:46.965"></status>
</kw>
<doc>Test suite to verify packet flows between vm instances.</doc>
<status status="FAIL" endtime="20181020 14:54:16.789" starttime="20181020 14:38:20.651">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/l3.robot" id="s1-s2" name="L3">
<kw type="setup" name="Suite Setup">
<kw name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181020 14:54:16.934" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181020 14:54:16.934" starttime="20181020 14:54:16.926"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.935" starttime="20181020 14:54:16.925"></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="20181020 14:54:16.944" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181020 14:54:16.944" starttime="20181020 14:54:16.936"></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="20181020 14:54:16.944" starttime="20181020 14:54:16.944"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181020 14:54:16.945" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181020 14:54:16.945" starttime="20181020 14:54:16.945"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181020 14:54:16.946" level="INFO">${cluster_size} = 3</msg>
<status status="PASS" endtime="20181020 14:54:16.946" starttime="20181020 14:54:16.945"></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="20181020 14:54:16.946" starttime="20181020 14:54:16.946"></status>
</kw>
<msg timestamp="20181020 14:54:16.946" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:54:16.946" level="INFO">${possibly_int_of_members} = 3</msg>
<status status="PASS" endtime="20181020 14:54:16.946" starttime="20181020 14:54:16.946"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181020 14:54:16.947" level="INFO">${int_of_members} = 3</msg>
<status status="PASS" endtime="20181020 14:54:16.947" starttime="20181020 14:54:16.947"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181020 14:54:16.948" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:16.948" starttime="20181020 14:54:16.948"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181020 14:54:16.948" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:16.949" starttime="20181020 14:54:16.948"></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="20181020 14:54:16.949" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181020 14:54:16.949" starttime="20181020 14:54:16.949"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:16.951" starttime="20181020 14:54:16.950"></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="20181020 14:54:16.951" level="INFO">${member_ip} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:54:16.951" starttime="20181020 14:54:16.951"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:16.952" starttime="20181020 14:54:16.951"></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="20181020 14:54:16.953" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181020 14:54:16.953" starttime="20181020 14:54:16.952"></status>
</kw>
<msg timestamp="20181020 14:54:16.953" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181020 14:54:16.953" starttime="20181020 14:54:16.952"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181020 14:54:16.954" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.18:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fbf2ef909d0&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181020 14:54:16.954" starttime="20181020 14:54:16.953"></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="20181020 14:54:16.955" starttime="20181020 14:54:16.955"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.955" starttime="20181020 14:54:16.950"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.955" starttime="20181020 14:54:16.949"></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="20181020 14:54:16.957" starttime="20181020 14:54:16.956"></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="20181020 14:54:16.957" level="INFO">${member_ip} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:54:16.957" starttime="20181020 14:54:16.957"></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="20181020 14:54:16.958" starttime="20181020 14:54:16.957"></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="20181020 14:54:16.958" level="INFO">${session} = ClusterManagement__session_2</msg>
<status status="PASS" endtime="20181020 14:54:16.958" starttime="20181020 14:54:16.958"></status>
</kw>
<msg timestamp="20181020 14:54:16.959" level="INFO">${session_alias} = ClusterManagement__session_2</msg>
<status status="PASS" endtime="20181020 14:54:16.959" starttime="20181020 14:54:16.958"></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="20181020 14:54:16.959" level="INFO">Creating Session using : alias=ClusterManagement__session_2, url=http://192.0.2.6:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fbf2ef37b90&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181020 14:54:16.960" starttime="20181020 14:54:16.959"></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="20181020 14:54:16.960" starttime="20181020 14:54:16.960"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.960" starttime="20181020 14:54:16.955"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.960" starttime="20181020 14:54:16.955"></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="20181020 14:54:16.961" starttime="20181020 14:54:16.961"></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="20181020 14:54:16.962" level="INFO">${member_ip} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:54:16.962" starttime="20181020 14:54:16.962"></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="20181020 14:54:16.962" starttime="20181020 14:54:16.962"></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="20181020 14:54:16.963" level="INFO">${session} = ClusterManagement__session_3</msg>
<status status="PASS" endtime="20181020 14:54:16.963" starttime="20181020 14:54:16.963"></status>
</kw>
<msg timestamp="20181020 14:54:16.964" level="INFO">${session_alias} = ClusterManagement__session_3</msg>
<status status="PASS" endtime="20181020 14:54:16.964" starttime="20181020 14:54:16.963"></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="20181020 14:54:16.964" level="INFO">Creating Session using : alias=ClusterManagement__session_3, url=http://192.0.2.14:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fbf2efa03d0&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181020 14:54:16.964" starttime="20181020 14:54:16.964"></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="20181020 14:54:16.965" starttime="20181020 14:54:16.965"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.965" starttime="20181020 14:54:16.960"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.965" starttime="20181020 14:54:16.960"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.965" starttime="20181020 14:54:16.949"></status>
</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="20181020 14:54:16.966" level="INFO">${ClusterManagement__member_index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:16.966" starttime="20181020 14:54:16.965"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181020 14:54:16.966" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.18', 2: u'192.0.2.6', 3: u'192.0.2.14'}</msg>
<status status="PASS" endtime="20181020 14:54:16.966" starttime="20181020 14:54:16.966"></status>
</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="20181020 14:54:16.967" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1', u'ClusterManagement__session_2', u'ClusterManagement__session_3']</msg>
<status status="PASS" endtime="20181020 14:54:16.967" starttime="20181020 14:54:16.966"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.967" starttime="20181020 14:54:16.947"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:16.967" starttime="20181020 14:54:16.935"></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="20181020 14:54:16.969" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:16.969" starttime="20181020 14:54:16.968"></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="20181020 14:54:16.969" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:16.969" starttime="20181020 14:54:16.969"></status>
</kw>
<msg timestamp="20181020 14:54:16.969" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:16.969" starttime="20181020 14:54:16.968"></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="20181020 14:54:16.971" level="INFO">${member_ip} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:54:16.971" starttime="20181020 14:54:16.971"></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="20181020 14:54:16.972" 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="20181020 14:54:16.972" 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="20181020 14:54:16.972" starttime="20181020 14:54:16.972"></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="20181020 14:54:16.976" starttime="20181020 14:54:16.976"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:54:16.976" 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="20181020 14:54:16.976" 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="20181020 14:54:16.977" starttime="20181020 14:54:16.976"></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="20181020 14:54:16.977" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.18" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:54:16.977" starttime="20181020 14:54:16.977"></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="20181020 14:54:16.978" level="INFO">${conn_id} = 4</msg>
<status status="PASS" endtime="20181020 14:54:16.978" starttime="20181020 14:54:16.977"></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="20181020 14:54:16.979" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:54:16.979" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:54:16.979" starttime="20181020 14:54:16.978"></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="20181020 14:54:16.979" starttime="20181020 14:54:16.979"></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="20181020 14:54:16.981" level="INFO">Logging into '192.0.2.18:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:54:17.381" level="INFO">Read output: Last login: Sat Oct 20 14:51:54 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:54:17.381" starttime="20181020 14:54:16.980"></status>
</kw>
<msg timestamp="20181020 14:54:17.381" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:17.381" starttime="20181020 14:54:16.980"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:17.382" starttime="20181020 14:54:16.978"></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="20181020 14:54:17.382" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181020 14:54:17.408" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181020 14:54:17.408" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:54:17.408" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:54:17.408" starttime="20181020 14:54:17.382"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:17.473" starttime="20181020 14:54:17.409"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:17.474" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:54:17.474" starttime="20181020 14:54:17.473"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:17.475" starttime="20181020 14:54:17.475"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:54:17.477" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:17.477" starttime="20181020 14:54:17.477"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:17.477" starttime="20181020 14:54:17.476"></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="20181020 14:54:17.480" starttime="20181020 14:54:17.479"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:17.480" starttime="20181020 14:54:17.480"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:17.481" starttime="20181020 14:54:17.481"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:17.481" starttime="20181020 14:54:17.478"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:17.481" starttime="20181020 14:54:16.974"></status>
</kw>
<msg timestamp="20181020 14:54:17.482" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:17.482" starttime="20181020 14:54:16.974"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:17.482" starttime="20181020 14:54:16.973"></status>
</kw>
<msg timestamp="20181020 14:54:17.482" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:17.482" starttime="20181020 14:54:16.973"></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="20181020 14:54:17.484" starttime="20181020 14:54:17.484"></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="20181020 14:54:17.485" starttime="20181020 14:54:17.485"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:17.486" starttime="20181020 14:54:17.486"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:17.486" starttime="20181020 14:54:17.483"></status>
</kw>
<msg timestamp="20181020 14:54:17.486" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:54:17.486" starttime="20181020 14:54:16.971"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:17.487" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:17.487" starttime="20181020 14:54:17.487"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:17.488" starttime="20181020 14:54:16.970"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:17.488" starttime="20181020 14:54:16.970"></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="20181020 14:54:17.490" level="INFO">${member_ip} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:54:17.490" starttime="20181020 14:54:17.489"></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="20181020 14:54:17.492" 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="20181020 14:54:17.492" 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="20181020 14:54:17.492" starttime="20181020 14:54:17.491"></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="20181020 14:54:17.497" starttime="20181020 14:54:17.497"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:54:17.499" 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="20181020 14:54:17.499" 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="20181020 14:54:17.499" starttime="20181020 14:54:17.498"></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="20181020 14:54:17.500" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.6" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:54:17.500" starttime="20181020 14:54:17.499"></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="20181020 14:54:17.501" level="INFO">${conn_id} = 7</msg>
<status status="PASS" endtime="20181020 14:54:17.501" starttime="20181020 14:54:17.501"></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="20181020 14:54:17.503" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:54:17.503" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:54:17.503" starttime="20181020 14:54:17.503"></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="20181020 14:54:17.504" starttime="20181020 14:54:17.504"></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="20181020 14:54:17.506" level="INFO">Logging into '192.0.2.6:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:54:17.922" level="INFO">Read output: Last login: Sat Oct 20 14:51:54 2018 from 192.0.2.99
[heat-admin@overcloud-controller-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:54:17.922" starttime="20181020 14:54:17.505"></status>
</kw>
<msg timestamp="20181020 14:54:17.922" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:17.922" starttime="20181020 14:54:17.504"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:17.922" starttime="20181020 14:54:17.502"></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="20181020 14:54:17.923" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181020 14:54:17.946" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181020 14:54:17.947" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:54:17.947" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:54:17.947" starttime="20181020 14:54:17.923"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:18.011" starttime="20181020 14:54:17.947"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:18.012" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:54:18.013" starttime="20181020 14:54:18.012"></status>
</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="20181020 14:54:18.013" starttime="20181020 14:54:18.013"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:54:18.015" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:18.015" starttime="20181020 14:54:18.014"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.015" starttime="20181020 14:54:18.014"></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="20181020 14:54:18.017" starttime="20181020 14:54:18.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="20181020 14:54:18.018" starttime="20181020 14:54:18.017"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:18.018" starttime="20181020 14:54:18.018"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.018" starttime="20181020 14:54:18.016"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.019" starttime="20181020 14:54:17.495"></status>
</kw>
<msg timestamp="20181020 14:54:18.019" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:18.019" starttime="20181020 14:54:17.495"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.019" starttime="20181020 14:54:17.493"></status>
</kw>
<msg timestamp="20181020 14:54:18.019" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:18.019" starttime="20181020 14:54:17.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="20181020 14:54:18.021" starttime="20181020 14:54:18.020"></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="20181020 14:54:18.021" starttime="20181020 14:54:18.021"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:18.022" starttime="20181020 14:54:18.022"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.022" starttime="20181020 14:54:18.020"></status>
</kw>
<msg timestamp="20181020 14:54:18.022" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:54:18.022" starttime="20181020 14:54:17.490"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:18.023" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:18.023" starttime="20181020 14:54:18.022"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.023" starttime="20181020 14:54:17.488"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.023" starttime="20181020 14:54:17.488"></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="20181020 14:54:18.025" level="INFO">${member_ip} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:54:18.025" starttime="20181020 14:54:18.024"></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="20181020 14:54:18.027" 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="20181020 14:54:18.027" 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="20181020 14:54:18.027" starttime="20181020 14:54:18.026"></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="20181020 14:54:18.030" starttime="20181020 14:54:18.029"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:54:18.030" 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="20181020 14:54:18.031" 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="20181020 14:54:18.031" starttime="20181020 14:54:18.030"></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="20181020 14:54:18.031" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.14" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:54:18.031" starttime="20181020 14:54:18.031"></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="20181020 14:54:18.032" level="INFO">${conn_id} = 10</msg>
<status status="PASS" endtime="20181020 14:54:18.032" starttime="20181020 14:54:18.031"></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="20181020 14:54:18.033" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:54:18.033" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:54:18.033" starttime="20181020 14:54:18.033"></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="20181020 14:54:18.034" starttime="20181020 14:54:18.033"></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="20181020 14:54:18.035" level="INFO">Logging into '192.0.2.14:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:54:18.577" level="INFO">Read output: Last login: Sat Oct 20 14:51:55 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:54:18.577" starttime="20181020 14:54:18.034"></status>
</kw>
<msg timestamp="20181020 14:54:18.577" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:18.577" starttime="20181020 14:54:18.034"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.577" starttime="20181020 14:54:18.032"></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="20181020 14:54:18.578" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181020 14:54:18.603" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181020 14:54:18.603" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 14:54:18.603" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:54:18.603" starttime="20181020 14:54:18.578"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:18.668" starttime="20181020 14:54:18.604"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:18.669" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181020 14:54:18.669" starttime="20181020 14:54:18.668"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:18.669" starttime="20181020 14:54:18.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>"${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="20181020 14:54:18.671" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:18.671" starttime="20181020 14:54:18.670"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.671" starttime="20181020 14:54:18.670"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_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="20181020 14:54:18.673" starttime="20181020 14:54:18.672"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:18.673" starttime="20181020 14:54:18.673"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:18.674" starttime="20181020 14:54:18.674"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.674" starttime="20181020 14:54:18.672"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.674" starttime="20181020 14:54:18.029"></status>
</kw>
<msg timestamp="20181020 14:54:18.674" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:18.675" starttime="20181020 14:54:18.028"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.675" starttime="20181020 14:54:18.028"></status>
</kw>
<msg timestamp="20181020 14:54:18.675" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:18.675" starttime="20181020 14:54:18.027"></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="20181020 14:54:18.677" starttime="20181020 14:54:18.676"></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="20181020 14:54:18.677" starttime="20181020 14:54:18.677"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:18.677" starttime="20181020 14:54:18.677"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.678" starttime="20181020 14:54:18.676"></status>
</kw>
<msg timestamp="20181020 14:54:18.678" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:54:18.678" starttime="20181020 14:54:18.025"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:18.678" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:18.678" starttime="20181020 14:54:18.678"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.678" starttime="20181020 14:54:18.023"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.678" starttime="20181020 14:54:18.023"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.678" starttime="20181020 14:54:16.969"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.678" starttime="20181020 14:54:16.967"></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="20181020 14:54:18.679" starttime="20181020 14:54:18.679"></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="20181020 14:54:18.709" 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="20181020 14:54:18.710" 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="20181020 14:54:18.710" starttime="20181020 14:54:18.709"></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="20181020 14:54:18.710" level="INFO">{}</msg>
<status status="PASS" endtime="20181020 14:54:18.710" starttime="20181020 14:54:18.710"></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="20181020 14:54:18.710" level="INFO">1</msg>
<status status="PASS" endtime="20181020 14:54:18.710" starttime="20181020 14:54:18.710"></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="20181020 14:54:18.711" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181020 14:54:18.711" starttime="20181020 14:54:18.711"></status>
</kw>
<msg timestamp="20181020 14:54:18.712" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181020 14:54:18.712" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181020 14:54:18.712" starttime="20181020 14:54:18.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>'${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="20181020 14:54:18.712" starttime="20181020 14:54:18.712"></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="20181020 14:54:18.713" level="INFO">${ip_address} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:54:18.713" starttime="20181020 14:54:18.713"></status>
</kw>
<msg timestamp="20181020 14:54:18.713" level="INFO">${odl_ip} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:54:18.713" starttime="20181020 14:54:18.712"></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="20181020 14:54:18.714" starttime="20181020 14:54:18.714"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181020 14:54:18.714" level="INFO">index=13
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.18
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181020 14:54:18.715" 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.18
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181020 14:54:18.715" starttime="20181020 14:54:18.714"></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="20181020 14:54:18.715" starttime="20181020 14:54:18.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="20181020 14:54:18.716" level="INFO">Logging into '192.0.2.18:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:18.932" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:18.932" starttime="20181020 14:54:18.715"></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="20181020 14:54:18.934" starttime="20181020 14:54:18.933"></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="20181020 14:54:18.934" starttime="20181020 14:54:18.934"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:18.935" starttime="20181020 14:54:18.934"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.935" starttime="20181020 14:54:18.933"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.935" starttime="20181020 14:54:18.708"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.935" starttime="20181020 14:54:18.680"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.935" starttime="20181020 14:54:18.679"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:18.935" starttime="20181020 14:54:18.679"></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="20181020 14:54:18.957" 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="20181020 14:54:18.958" 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="20181020 14:54:18.958" starttime="20181020 14:54:18.957"></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="20181020 14:54:18.958" level="INFO">{1: 13}</msg>
<status status="PASS" endtime="20181020 14:54:18.958" starttime="20181020 14:54:18.958"></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="20181020 14:54:18.958" level="INFO">2</msg>
<status status="PASS" endtime="20181020 14:54:18.958" starttime="20181020 14:54:18.958"></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="20181020 14:54:18.959" level="FAIL">Dictionary does not contain key '2'.</msg>
<status status="FAIL" endtime="20181020 14:54:18.959" starttime="20181020 14:54:18.959"></status>
</kw>
<msg timestamp="20181020 14:54:18.960" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181020 14:54:18.960" level="INFO">${old_connection_index} = Dictionary does not contain key '2'.</msg>
<status status="PASS" endtime="20181020 14:54:18.960" starttime="20181020 14:54:18.959"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:54:18.960" starttime="20181020 14:54:18.960"></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="20181020 14:54:18.961" level="INFO">${ip_address} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:54:18.961" starttime="20181020 14:54:18.961"></status>
</kw>
<msg timestamp="20181020 14:54:18.962" level="INFO">${odl_ip} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:54:18.962" starttime="20181020 14:54:18.960"></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="20181020 14:54:18.962" starttime="20181020 14:54:18.962"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181020 14:54:18.963" level="INFO">index=15
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.6
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181020 14:54:18.963" 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.6
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181020 14:54:18.963" starttime="20181020 14:54:18.963"></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="20181020 14:54:18.963" starttime="20181020 14:54:18.963"></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="20181020 14:54:18.964" level="INFO">Logging into '192.0.2.6:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:19.112" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:19.112" starttime="20181020 14:54:18.964"></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="20181020 14:54:19.114" starttime="20181020 14:54:19.114"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:19.115" starttime="20181020 14:54:19.115"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:19.115" starttime="20181020 14:54:19.115"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.115" starttime="20181020 14:54:19.113"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.116" starttime="20181020 14:54:18.956"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.116" starttime="20181020 14:54:18.935"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.116" starttime="20181020 14:54:18.935"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.116" starttime="20181020 14:54:18.935"></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="20181020 14:54:19.141" 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="20181020 14:54:19.142" 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="20181020 14:54:19.142" starttime="20181020 14:54:19.141"></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="20181020 14:54:19.142" level="INFO">{1: 13, 2: 15}</msg>
<status status="PASS" endtime="20181020 14:54:19.142" starttime="20181020 14:54:19.142"></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="20181020 14:54:19.142" level="INFO">3</msg>
<status status="PASS" endtime="20181020 14:54:19.143" starttime="20181020 14:54:19.142"></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="20181020 14:54:19.143" level="FAIL">Dictionary does not contain key '3'.</msg>
<status status="FAIL" endtime="20181020 14:54:19.144" starttime="20181020 14:54:19.143"></status>
</kw>
<msg timestamp="20181020 14:54:19.144" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181020 14:54:19.144" level="INFO">${old_connection_index} = Dictionary does not contain key '3'.</msg>
<status status="PASS" endtime="20181020 14:54:19.144" starttime="20181020 14:54:19.143"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:54:19.144" starttime="20181020 14:54:19.144"></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="20181020 14:54:19.145" level="INFO">${ip_address} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:54:19.145" starttime="20181020 14:54:19.145"></status>
</kw>
<msg timestamp="20181020 14:54:19.146" level="INFO">${odl_ip} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:54:19.146" starttime="20181020 14:54:19.145"></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="20181020 14:54:19.146" starttime="20181020 14:54:19.146"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181020 14:54:19.147" level="INFO">index=17
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.14
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181020 14:54:19.147" 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.14
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181020 14:54:19.147" starttime="20181020 14:54:19.147"></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="20181020 14:54:19.148" starttime="20181020 14:54:19.148"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181020 14:54:19.149" level="INFO">Logging into '192.0.2.14:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:19.507" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:19.508" starttime="20181020 14:54:19.148"></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="20181020 14:54:19.510" starttime="20181020 14:54:19.509"></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="20181020 14:54:19.510" starttime="20181020 14:54:19.510"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:19.511" starttime="20181020 14:54:19.511"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.511" starttime="20181020 14:54:19.508"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.511" starttime="20181020 14:54:19.140"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.511" starttime="20181020 14:54:19.117"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.511" starttime="20181020 14:54:19.116"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.511" starttime="20181020 14:54:19.116"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.511" starttime="20181020 14:54:18.679"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.512" starttime="20181020 14:54:16.935"></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="20181020 14:54:19.532" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:19.532" starttime="20181020 14:54:19.531"></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="20181020 14:54:19.533" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:19.533" starttime="20181020 14:54:19.532"></status>
</kw>
<msg timestamp="20181020 14:54:19.533" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:19.533" starttime="20181020 14:54:19.530"></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="20181020 14:54:19.548" level="INFO">${karaf_connection_index} = 13</msg>
<status status="PASS" endtime="20181020 14:54:19.548" starttime="20181020 14:54:19.548"></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="20181020 14:54:19.549" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181020 14:54:19.549" starttime="20181020 14:54:19.549"></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="20181020 14:54:19.592" 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="20181020 14:54:19.592" starttime="20181020 14:54:19.549"></status>
</kw>
<msg timestamp="20181020 14:54:19.592" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181020 14:54:19.592" 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="20181020 14:54:19.592" starttime="20181020 14:54:19.549"></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="20181020 14:54:19.625" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "3 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:19.626" starttime="20181020 14:54:19.593"></status>
</kw>
<msg timestamp="20181020 14:54:19.626" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181020 14:54:19.626" 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="20181020 14:54:19.626" starttime="20181020 14:54:19.593"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:19.627" starttime="20181020 14:54:19.626"></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="20181020 14:54:19.627" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "3 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:19.627" starttime="20181020 14:54:19.627"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:19.628" starttime="20181020 14:54:19.627"></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="20181020 14:54:19.629" starttime="20181020 14:54:19.629"></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="20181020 14:54:19.630" starttime="20181020 14:54:19.629"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:19.630" starttime="20181020 14:54:19.630"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.630" starttime="20181020 14:54:19.628"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.630" starttime="20181020 14:54:19.547"></status>
</kw>
<msg timestamp="20181020 14:54:19.630" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:54:19.630" 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="20181020 14:54:19.630" starttime="20181020 14:54:19.547"></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="20181020 14:54:19.631" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:19.631" starttime="20181020 14:54:19.631"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.631" starttime="20181020 14:54:19.546"></status>
</kw>
<msg timestamp="20181020 14:54:19.631" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:54:19.631" 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="20181020 14:54:19.631" starttime="20181020 14:54:19.534"></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="20181020 14:54:19.632" starttime="20181020 14:54:19.632"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.632" starttime="20181020 14:54:19.533"></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="20181020 14:54:19.646" level="INFO">${karaf_connection_index} = 15</msg>
<status status="PASS" endtime="20181020 14:54:19.646" starttime="20181020 14:54:19.646"></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="20181020 14:54:19.647" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181020 14:54:19.647" starttime="20181020 14:54:19.647"></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="20181020 14:54:19.717" 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="20181020 14:54:19.717" starttime="20181020 14:54:19.648"></status>
</kw>
<msg timestamp="20181020 14:54:19.717" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181020 14:54:19.718" 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="20181020 14:54:19.718" starttime="20181020 14:54:19.647"></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="20181020 14:54:19.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 "3 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:19.776" starttime="20181020 14:54:19.719"></status>
</kw>
<msg timestamp="20181020 14:54:19.776" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181020 14:54:19.776" 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="20181020 14:54:19.776" starttime="20181020 14:54:19.718"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:19.777" starttime="20181020 14:54:19.776"></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="20181020 14:54:19.777" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "3 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:19.777" starttime="20181020 14:54:19.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>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:19.778" starttime="20181020 14:54:19.777"></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="20181020 14:54:19.779" starttime="20181020 14:54:19.779"></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="20181020 14:54:19.779" starttime="20181020 14:54:19.779"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:19.780" starttime="20181020 14:54:19.779"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.780" starttime="20181020 14:54:19.778"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.780" starttime="20181020 14:54:19.646"></status>
</kw>
<msg timestamp="20181020 14:54:19.780" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:54:19.780" 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="20181020 14:54:19.780" starttime="20181020 14:54:19.645"></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="20181020 14:54:19.781" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:19.781" starttime="20181020 14:54:19.780"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.781" starttime="20181020 14:54:19.644"></status>
</kw>
<msg timestamp="20181020 14:54:19.781" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:54:19.781" 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="20181020 14:54:19.781" starttime="20181020 14:54:19.632"></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="20181020 14:54:19.782" starttime="20181020 14:54:19.781"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.782" starttime="20181020 14:54:19.632"></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="20181020 14:54:19.792" level="INFO">${karaf_connection_index} = 17</msg>
<status status="PASS" endtime="20181020 14:54:19.792" starttime="20181020 14:54:19.791"></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="20181020 14:54:19.792" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181020 14:54:19.792" starttime="20181020 14:54:19.792"></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="20181020 14:54:19.864" 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="20181020 14:54:19.864" starttime="20181020 14:54:19.793"></status>
</kw>
<msg timestamp="20181020 14:54:19.865" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181020 14:54:19.865" 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="20181020 14:54:19.865" starttime="20181020 14:54:19.792"></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="20181020 14:54:19.904" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "3 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:19.904" starttime="20181020 14:54:19.866"></status>
</kw>
<msg timestamp="20181020 14:54:19.905" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181020 14:54:19.905" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181020 14:54:19.905" starttime="20181020 14:54:19.865"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:19.905" starttime="20181020 14:54:19.905"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181020 14:54:19.906" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "3 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:19.906" starttime="20181020 14:54:19.906"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:19.906" starttime="20181020 14:54:19.906"></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="20181020 14:54:19.909" starttime="20181020 14:54:19.908"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:19.909" starttime="20181020 14:54:19.909"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:19.910" starttime="20181020 14:54:19.909"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.910" starttime="20181020 14:54:19.907"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.910" starttime="20181020 14:54:19.791"></status>
</kw>
<msg timestamp="20181020 14:54:19.910" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:54:19.910" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181020 14:54:19.910" starttime="20181020 14:54:19.791"></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="20181020 14:54:19.911" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:19.911" starttime="20181020 14:54:19.911"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.911" starttime="20181020 14:54:19.790"></status>
</kw>
<msg timestamp="20181020 14:54:19.911" level="INFO">${status} = PASS</msg>
<msg timestamp="20181020 14:54:19.911" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181020 14:54:19.911" starttime="20181020 14:54:19.782"></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="20181020 14:54:19.912" starttime="20181020 14:54:19.911"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.912" starttime="20181020 14:54:19.782"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.912" starttime="20181020 14:54:19.533"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.912" starttime="20181020 14:54:19.529"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.912" starttime="20181020 14:54:19.512"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.912" starttime="20181020 14:54:19.512"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:19.912" starttime="20181020 14:54:16.925"></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="20181020 14:54:19.913" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181020 14:54:19.913" starttime="20181020 14:54:19.912"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181020 14:54:19.915" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:19.915" starttime="20181020 14:54:19.915"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181020 14:54:19.915" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:19.915" starttime="20181020 14:54:19.915"></status>
</kw>
<msg timestamp="20181020 14:54:19.916" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:19.916" starttime="20181020 14:54:19.914"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181020 14:54:19.916" level="INFO">${member_ip} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:54:19.916" starttime="20181020 14:54:19.916"></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="20181020 14:54:19.919" 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="20181020 14:54:19.919" 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="20181020 14:54:19.919" starttime="20181020 14:54:19.918"></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.18</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="20181020 14:54:19.928" starttime="20181020 14:54:19.928"></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="20181020 14:54:19.929" level="INFO">Logging into '192.0.2.18:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:20.110" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:20.110" starttime="20181020 14:54:19.929"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:54:20.131" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181020 14:54:20.131" starttime="20181020 14:54:20.111"></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="20181020 14:54:20.174" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:54:20.174" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:20.175" starttime="20181020 14:54:20.131"></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="20181020 14:54:20.224" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:54:20.224" starttime="20181020 14:54:20.175"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:20.226" starttime="20181020 14:54:20.224"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:20.227" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:20.227" starttime="20181020 14:54:20.226"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:20.227" starttime="20181020 14:54:19.927"></status>
</kw>
<msg timestamp="20181020 14:54:20.227" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:20.227" starttime="20181020 14:54:19.919"></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="20181020 14:54:20.229" starttime="20181020 14:54:20.228"></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="20181020 14:54:20.229" starttime="20181020 14:54:20.229"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:20.230" starttime="20181020 14:54:20.229"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:20.230" starttime="20181020 14:54:20.228"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:20.230" starttime="20181020 14:54:19.917"></status>
</kw>
<msg timestamp="20181020 14:54:20.230" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:20.230" starttime="20181020 14:54:19.917"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:20.230" starttime="20181020 14:54:19.917"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:20.230" starttime="20181020 14:54:19.916"></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="20181020 14:54:20.231" level="INFO">${member_ip} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:54:20.231" starttime="20181020 14:54:20.230"></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="20181020 14:54:20.233" 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="20181020 14:54:20.233" 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="20181020 14:54:20.233" starttime="20181020 14:54:20.233"></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.18</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="20181020 14:54:20.244" starttime="20181020 14:54:20.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="20181020 14:54:20.244" level="INFO">Logging into '192.0.2.6:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:20.496" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:20.497" starttime="20181020 14:54:20.244"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:54:20.574" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181020 14:54:20.574" starttime="20181020 14:54:20.497"></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="20181020 14:54:20.582" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:54:20.582" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:20.582" starttime="20181020 14:54:20.575"></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="20181020 14:54:20.632" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:54:20.632" starttime="20181020 14:54:20.582"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:20.634" starttime="20181020 14:54:20.633"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:20.635" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:20.635" starttime="20181020 14:54:20.635"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:20.636" starttime="20181020 14:54:20.242"></status>
</kw>
<msg timestamp="20181020 14:54:20.636" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:20.636" starttime="20181020 14:54:20.233"></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="20181020 14:54:20.639" starttime="20181020 14:54:20.638"></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="20181020 14:54:20.639" starttime="20181020 14:54:20.639"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:20.640" starttime="20181020 14:54:20.639"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:20.640" starttime="20181020 14:54:20.637"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:20.640" starttime="20181020 14:54:20.232"></status>
</kw>
<msg timestamp="20181020 14:54:20.640" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:20.640" starttime="20181020 14:54:20.232"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:20.640" starttime="20181020 14:54:20.231"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:20.640" starttime="20181020 14:54:20.230"></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="20181020 14:54:20.641" level="INFO">${member_ip} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:54:20.641" starttime="20181020 14:54:20.641"></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="20181020 14:54:20.645" 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="20181020 14:54:20.645" 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="20181020 14:54:20.645" starttime="20181020 14:54:20.644"></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.18</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="20181020 14:54:20.655" starttime="20181020 14:54:20.654"></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="20181020 14:54:20.655" level="INFO">Logging into '192.0.2.14:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:20.897" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:20.898" starttime="20181020 14:54:20.655"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:54:20.927" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181020 14:54:20.927" starttime="20181020 14:54:20.898"></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="20181020 14:54:20.955" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:54:20.956" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:20.956" starttime="20181020 14:54:20.928"></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="20181020 14:54:21.001" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:54:21.002" starttime="20181020 14:54:20.956"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:21.004" starttime="20181020 14:54:21.002"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:21.004" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:21.005" starttime="20181020 14:54:21.004"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.005" starttime="20181020 14:54:20.653"></status>
</kw>
<msg timestamp="20181020 14:54:21.005" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:21.005" starttime="20181020 14:54:20.645"></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="20181020 14:54:21.006" starttime="20181020 14:54:21.006"></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="20181020 14:54:21.007" starttime="20181020 14:54:21.007"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:21.007" starttime="20181020 14:54:21.007"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.008" starttime="20181020 14:54:21.005"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.008" starttime="20181020 14:54:20.643"></status>
</kw>
<msg timestamp="20181020 14:54:21.008" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:21.008" starttime="20181020 14:54:20.643"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.008" starttime="20181020 14:54:20.642"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.008" starttime="20181020 14:54:20.640"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.008" starttime="20181020 14:54:19.916"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.008" starttime="20181020 14:54:19.913"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.008" starttime="20181020 14:54:19.913"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181020 14:54:21.011" level="INFO">${return_list_reference} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:21.011" starttime="20181020 14:54:21.010"></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="20181020 14:54:21.012" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:21.012" starttime="20181020 14:54:21.011"></status>
</kw>
<msg timestamp="20181020 14:54:21.012" level="INFO">${index_list} = [1, 2, 3]</msg>
<status status="PASS" endtime="20181020 14:54:21.012" starttime="20181020 14:54:21.009"></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="20181020 14:54:21.013" level="INFO">${member_ip} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:54:21.013" starttime="20181020 14:54:21.012"></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="20181020 14:54:21.016" 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="20181020 14:54:21.016" 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="20181020 14:54:21.016" starttime="20181020 14:54:21.015"></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.18</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="20181020 14:54:21.025" starttime="20181020 14:54:21.024"></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="20181020 14:54:21.026" level="INFO">Logging into '192.0.2.18:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:21.150" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:21.150" starttime="20181020 14:54:21.025"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:54:21.204" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181020 14:54:21.205" starttime="20181020 14:54:21.151"></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="20181020 14:54:21.207" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:54:21.207" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:21.208" starttime="20181020 14:54:21.205"></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="20181020 14:54:21.253" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:54:21.254" starttime="20181020 14:54:21.208"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:21.255" starttime="20181020 14:54:21.254"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:21.256" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:21.256" starttime="20181020 14:54:21.256"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.256" starttime="20181020 14:54:21.024"></status>
</kw>
<msg timestamp="20181020 14:54:21.256" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:21.256" starttime="20181020 14:54:21.016"></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="20181020 14:54:21.258" starttime="20181020 14:54:21.257"></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="20181020 14:54:21.258" starttime="20181020 14:54:21.258"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:21.259" starttime="20181020 14:54:21.259"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.259" starttime="20181020 14:54:21.257"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.259" starttime="20181020 14:54:21.014"></status>
</kw>
<msg timestamp="20181020 14:54:21.259" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:21.260" starttime="20181020 14:54:21.014"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.260" starttime="20181020 14:54:21.013"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.260" starttime="20181020 14:54:21.012"></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="20181020 14:54:21.261" level="INFO">${member_ip} = 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:54:21.261" starttime="20181020 14:54:21.260"></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="20181020 14:54:21.264" 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="20181020 14:54:21.264" 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="20181020 14:54:21.264" starttime="20181020 14:54:21.263"></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.18</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="20181020 14:54:21.273" starttime="20181020 14:54:21.273"></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="20181020 14:54:21.274" level="INFO">Logging into '192.0.2.6:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:21.624" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:21.624" starttime="20181020 14:54:21.274"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:54:21.700" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181020 14:54:21.700" starttime="20181020 14:54:21.625"></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="20181020 14:54:21.703" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:54:21.703" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:21.703" starttime="20181020 14:54:21.700"></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="20181020 14:54:21.754" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:54:21.754" starttime="20181020 14:54:21.704"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:21.757" starttime="20181020 14:54:21.755"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:21.757" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:21.757" starttime="20181020 14:54:21.757"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.757" starttime="20181020 14:54:21.272"></status>
</kw>
<msg timestamp="20181020 14:54:21.758" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:21.758" starttime="20181020 14:54:21.264"></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="20181020 14:54:21.759" starttime="20181020 14:54:21.759"></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="20181020 14:54:21.760" starttime="20181020 14:54:21.760"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:21.760" starttime="20181020 14:54:21.760"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.760" starttime="20181020 14:54:21.758"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.761" starttime="20181020 14:54:21.263"></status>
</kw>
<msg timestamp="20181020 14:54:21.761" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:21.761" starttime="20181020 14:54:21.262"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.761" starttime="20181020 14:54:21.261"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:21.761" starttime="20181020 14:54:21.260"></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="20181020 14:54:21.762" level="INFO">${member_ip} = 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:54:21.762" starttime="20181020 14:54:21.762"></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="20181020 14:54:21.764" 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="20181020 14:54:21.765" 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="20181020 14:54:21.765" starttime="20181020 14:54:21.764"></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.18</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="20181020 14:54:21.777" starttime="20181020 14:54:21.776"></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="20181020 14:54:21.777" level="INFO">Logging into '192.0.2.14:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:54:21.965" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:54:21.965" starttime="20181020 14:54:21.777"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:54:22.022" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181020 14:54:22.023" starttime="20181020 14:54:21.966"></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="20181020 14:54:22.027" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:54:22.027" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:22.027" starttime="20181020 14:54:22.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="20181020 14:54:22.072" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:54:22.072" starttime="20181020 14:54:22.028"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:22.074" starttime="20181020 14:54:22.073"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:54:22.075" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:54:22.075" starttime="20181020 14:54:22.075"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.075" starttime="20181020 14:54:21.775"></status>
</kw>
<msg timestamp="20181020 14:54:22.075" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:22.076" starttime="20181020 14:54:21.765"></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="20181020 14:54:22.077" starttime="20181020 14:54:22.077"></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="20181020 14:54:22.078" starttime="20181020 14:54:22.077"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:54:22.078" starttime="20181020 14:54:22.078"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.078" starttime="20181020 14:54:22.076"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.079" starttime="20181020 14:54:21.763"></status>
</kw>
<msg timestamp="20181020 14:54:22.079" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:22.079" starttime="20181020 14:54:21.763"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.079" starttime="20181020 14:54:21.762"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.079" starttime="20181020 14:54:21.761"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.079" starttime="20181020 14:54:21.012"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.079" starttime="20181020 14:54:21.009"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.079" starttime="20181020 14:54:21.008"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.079" starttime="20181020 14:54:19.913"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.079" starttime="20181020 14:54:19.913"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:22.081" starttime="20181020 14:54:22.080"></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="20181020 14:54:22.082" level="INFO">${OS_CNTL_IP} = 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:54:22.082" starttime="20181020 14:54:22.081"></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="20181020 14:54:22.083" level="INFO">${conn_id} = 34</msg>
<status status="PASS" endtime="20181020 14:54:22.083" starttime="20181020 14:54:22.082"></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="20181020 14:54:22.084" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:54:22.084" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:54:22.084" starttime="20181020 14:54:22.083"></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="20181020 14:54:22.084" starttime="20181020 14:54:22.084"></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="20181020 14:54:22.085" level="INFO">Logging into '192.0.2.18:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:54:22.433" level="INFO">Read output: Last login: Sat Oct 20 14:54:17 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:54:22.433" starttime="20181020 14:54:22.085"></status>
</kw>
<msg timestamp="20181020 14:54:22.433" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:22.433" starttime="20181020 14:54:22.085"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.434" starttime="20181020 14:54:22.083"></status>
</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="20181020 14:54:22.435" level="INFO">${OS_CNTL_CONN_ID} = 34</msg>
<status status="PASS" endtime="20181020 14:54:22.435" starttime="20181020 14:54:22.434"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.435" starttime="20181020 14:54:22.082"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:54:22.437" level="INFO">${OS_CMP1_IP} = 192.0.2.25</msg>
<status status="PASS" endtime="20181020 14:54:22.437" starttime="20181020 14:54:22.437"></status>
</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="20181020 14:54:22.438" level="INFO">${OS_CMP2_IP} = 192.0.2.5</msg>
<status status="PASS" endtime="20181020 14:54:22.438" starttime="20181020 14:54:22.438"></status>
</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="20181020 14:54:22.439" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.18 | 192.0.2.25 | 192.0.2.5 ]</msg>
<status status="PASS" endtime="20181020 14:54:22.439" starttime="20181020 14:54:22.438"></status>
</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="20181020 14:54:22.440" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.25 | 192.0.2.5 ]</msg>
<status status="PASS" endtime="20181020 14:54:22.440" starttime="20181020 14:54:22.439"></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="20181020 14:54:22.441" level="INFO">${conn_id} = 35</msg>
<status status="PASS" endtime="20181020 14:54:22.441" starttime="20181020 14:54:22.441"></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="20181020 14:54:22.442" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:54:22.442" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:54:22.442" starttime="20181020 14:54:22.442"></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="20181020 14:54:22.443" starttime="20181020 14:54:22.442"></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="20181020 14:54:22.444" level="INFO">Logging into '192.0.2.25:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:54:22.781" level="INFO">Read output: Last login: Sat Oct 20 14:39:46 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:54:22.781" starttime="20181020 14:54:22.443"></status>
</kw>
<msg timestamp="20181020 14:54:22.781" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:22.781" starttime="20181020 14:54:22.443"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.781" starttime="20181020 14:54:22.441"></status>
</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="20181020 14:54:22.782" level="INFO">${OS_CMP1_CONN_ID} = 35</msg>
<status status="PASS" endtime="20181020 14:54:22.782" starttime="20181020 14:54:22.781"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:22.782" starttime="20181020 14:54:22.440"></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="20181020 14:54:22.784" level="INFO">${conn_id} = 36</msg>
<status status="PASS" endtime="20181020 14:54:22.784" starttime="20181020 14:54:22.783"></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="20181020 14:54:22.785" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:54:22.785" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:54:22.785" starttime="20181020 14:54:22.785"></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="20181020 14:54:22.786" starttime="20181020 14:54:22.786"></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="20181020 14:54:22.788" level="INFO">Logging into '192.0.2.5:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:54:23.125" level="INFO">Read output: Last login: Sat Oct 20 14:39:47 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:54:23.125" starttime="20181020 14:54:22.788"></status>
</kw>
<msg timestamp="20181020 14:54:23.125" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:23.125" starttime="20181020 14:54:22.787"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:23.125" starttime="20181020 14:54:22.784"></status>
</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="20181020 14:54:23.126" level="INFO">${OS_CMP2_CONN_ID} = 36</msg>
<status status="PASS" endtime="20181020 14:54:23.126" starttime="20181020 14:54:23.126"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:23.127" starttime="20181020 14:54:22.782"></status>
</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="20181020 14:54:23.131" level="INFO">@{OS_ALL_CONN_IDS} = [ 34 | 35 | 36 ]</msg>
<status status="PASS" endtime="20181020 14:54:23.131" starttime="20181020 14:54:23.127"></status>
</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="20181020 14:54:23.135" level="INFO">@{OS_CMP_CONN_IDS} = [ 35 | 36 ]</msg>
<status status="PASS" endtime="20181020 14:54:23.135" starttime="20181020 14:54:23.131"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:23.135" starttime="20181020 14:54:22.436"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:23.135" starttime="20181020 14:54:22.435"></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="20181020 14:54:23.151" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181020 14:54:23.171" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:25.438" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:25.438" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:25.438" starttime="20181020 14:54:23.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:25.439" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.25 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.5  | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181020 14:54:25.440" starttime="20181020 14:54:25.439"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:25.440" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:25.440" starttime="20181020 14:54:25.440"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:25.441" starttime="20181020 14:54:25.440"></status>
</kw>
<msg timestamp="20181020 14:54:25.441" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181020 14:54:25.441" starttime="20181020 14:54:23.149"></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="20181020 14:54:25.449" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.18 " | cut -d" " -f 2</msg>
<msg timestamp="20181020 14:54:25.469" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:27.895" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:27.895" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:27.896" starttime="20181020 14:54:25.449"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:27.896" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:27.897" starttime="20181020 14:54:27.896"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:27.897" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:27.897" starttime="20181020 14:54:27.897"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:27.898" starttime="20181020 14:54:27.897"></status>
</kw>
<msg timestamp="20181020 14:54:27.898" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181020 14:54:27.898" starttime="20181020 14:54:25.448"></status>
</kw>
<msg timestamp="20181020 14:54:27.898" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181020 14:54:27.898" starttime="20181020 14:54:23.137"></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="20181020 14:54:27.908" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181020 14:54:27.933" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:30.425" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:30.425" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:30.426" starttime="20181020 14:54:27.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="20181020 14:54:30.427" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.25 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.5  | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181020 14:54:30.427" starttime="20181020 14:54:30.426"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:30.427" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:30.427" starttime="20181020 14:54:30.427"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:30.428" starttime="20181020 14:54:30.427"></status>
</kw>
<msg timestamp="20181020 14:54:30.428" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181020 14:54:30.428" starttime="20181020 14:54:27.907"></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="20181020 14:54:30.440" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.25 " | cut -d" " -f 2</msg>
<msg timestamp="20181020 14:54:30.462" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:32.814" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:32.814" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:32.814" starttime="20181020 14:54:30.440"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:32.815" level="INFO">overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:54:32.815" starttime="20181020 14:54:32.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="20181020 14:54:32.816" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:32.816" starttime="20181020 14:54:32.815"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:32.817" starttime="20181020 14:54:32.816"></status>
</kw>
<msg timestamp="20181020 14:54:32.817" level="INFO">${hostname} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:54:32.817" starttime="20181020 14:54:30.438"></status>
</kw>
<msg timestamp="20181020 14:54:32.817" level="INFO">${OS_CMP1_HOSTNAME} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:54:32.817" starttime="20181020 14:54:27.899"></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="20181020 14:54:32.828" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181020 14:54:32.849" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:35.187" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:35.188" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:35.188" starttime="20181020 14:54:32.828"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:35.189" level="INFO">+----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+-------------------------------------+-----------------+------------+-------+
|  2 | overcloud-novacompute-1.opnfvlf.org | QEMU            | 192.0.2.25 | up    |
|  5 | overcloud-novacompute-0.opnfvlf.org | QEMU            | 192.0.2.5  | up    |
+----+-------------------------------------+-----------------+------------+-------+</msg>
<status status="PASS" endtime="20181020 14:54:35.189" starttime="20181020 14:54:35.188"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:35.189" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:35.189" starttime="20181020 14:54:35.189"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:35.190" starttime="20181020 14:54:35.190"></status>
</kw>
<msg timestamp="20181020 14:54:35.190" level="INFO">${output} = +----+-------------------------------------+-----------------+------------+-------+
| ID | Hypervisor Hostname                 | Hypervisor Type | Host IP    | State |
+----+--------------------------...</msg>
<status status="PASS" endtime="20181020 14:54:35.191" starttime="20181020 14:54:32.827"></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="20181020 14:54:35.199" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.5 " | cut -d" " -f 2</msg>
<msg timestamp="20181020 14:54:35.219" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:37.408" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:37.409" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:37.409" starttime="20181020 14:54:35.198"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:37.410" level="INFO">overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:54:37.410" starttime="20181020 14:54:37.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="20181020 14:54:37.410" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:37.410" starttime="20181020 14:54:37.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="20181020 14:54:37.411" starttime="20181020 14:54:37.410"></status>
</kw>
<msg timestamp="20181020 14:54:37.411" level="INFO">${hostname} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:54:37.411" starttime="20181020 14:54:35.198"></status>
</kw>
<msg timestamp="20181020 14:54:37.411" level="INFO">${OS_CMP2_HOSTNAME} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:54:37.411" starttime="20181020 14:54:32.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_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181020 14:54:37.412" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181020 14:54:37.412" starttime="20181020 14:54:37.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_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181020 14:54:37.413" level="INFO">${OS_CMP1_HOSTNAME} = overcloud-novacompute-1.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:54:37.413" starttime="20181020 14:54:37.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_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181020 14:54:37.413" level="INFO">${OS_CMP2_HOSTNAME} = overcloud-novacompute-0.opnfvlf.org</msg>
<status status="PASS" endtime="20181020 14:54:37.413" starttime="20181020 14:54:37.413"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:37.414" starttime="20181020 14:54:23.136"></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>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:54:37.416" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.18 - OS_CONTROL_NODE_IP: 192.0.2.18
OS_CMP1_HOSTNAME: overcloud-novacompute-1.opnfvlf.org - OS_CMP1_IP: 192.0.2.25 - OS_COMPUTE_1_IP: 192.0.2.25
OS_CMP2_HOSTNA...</msg>
<status status="PASS" endtime="20181020 14:54:37.416" starttime="20181020 14:54:37.414"></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="20181020 14:54:37.416" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.18 - OS_CONTROL_NODE_IP: 192.0.2.18
OS_CMP1_HOSTNAME: overcloud-novacompute-1.opnfvlf.org - OS_CMP1_IP: 192.0.2.25 - OS_COMPUTE_1_IP: 192.0.2.25
OS_CMP2_HOSTNAME: overcloud-novacompute-0.opnfvlf.org - OS_CMP2_IP: 192.0.2.5 - OS_COMPUTE_2_IP: 192.0.2.5
OS_ALL_IPS: [u'192.0.2.18', u'192.0.2.25', u'192.0.2.5']
OS_CMP_IPS: [u'192.0.2.25', u'192.0.2.5']</msg>
<status status="PASS" endtime="20181020 14:54:37.416" starttime="20181020 14:54:37.416"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:37.416" starttime="20181020 14:54:37.414"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:37.416" starttime="20181020 14:54:22.081"></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="20181020 14:54:37.417" level="INFO">Creating Session using : alias=session, url=http://192.0.2.18:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fbf2f0bbc50&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181020 14:54:37.418" starttime="20181020 14:54:37.417"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:37.418" starttime="20181020 14:54:22.080"></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="20181020 14:54:37.419" level="INFO">${suite_} = CSIT_L3</msg>
<status status="PASS" endtime="20181020 14:54:37.419" starttime="20181020 14:54:37.419"></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="20181020 14:54:37.420" level="INFO">${tag_} = tcpdump_port_6653__CSIT_L3</msg>
<status status="PASS" endtime="20181020 14:54:37.420" starttime="20181020 14:54:37.419"></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="20181020 14:54:37.421" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:37.421" starttime="20181020 14:54:37.420"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.18">
<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="20181020 14:54:37.421" level="INFO">${fname} = tcpdump_port_6653__CSIT_L3__192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:54:37.422" starttime="20181020 14:54:37.421"></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="20181020 14:54:37.423" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181020 14:54:37.423" level="INFO">${current_ssh_connection} = index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 14:54:37.423" starttime="20181020 14:54:37.423"></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="20181020 14:54:37.425" level="INFO">${conn_id} = 37</msg>
<status status="PASS" endtime="20181020 14:54:37.425" starttime="20181020 14:54:37.424"></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="20181020 14:54:37.426" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:54:37.426" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:54:37.426" starttime="20181020 14:54:37.426"></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="20181020 14:54:37.427" starttime="20181020 14:54:37.426"></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="20181020 14:54:37.428" level="INFO">Logging into '192.0.2.18:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:54:37.798" level="INFO">Read output: Last login: Sat Oct 20 14:54:22 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:54:37.798" starttime="20181020 14:54:37.427"></status>
</kw>
<msg timestamp="20181020 14:54:37.798" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:37.798" starttime="20181020 14:54:37.427"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:37.798" starttime="20181020 14:54:37.425"></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="20181020 14:54:37.799" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.18.pcap</msg>
<status status="PASS" endtime="20181020 14:54:37.799" starttime="20181020 14:54:37.799"></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="20181020 14:54:37.800" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.18.pcap'.</msg>
<msg timestamp="20181020 14:54:37.803" level="INFO">${stdout} = None</msg>
<msg timestamp="20181020 14:54:37.804" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181020 14:54:37.804" starttime="20181020 14:54:37.800"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:37.804" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:54:37.804" starttime="20181020 14:54:37.804"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:37.805" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:54:37.805" starttime="20181020 14:54:37.804"></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="20181020 14:54:37.807" starttime="20181020 14:54:37.806"></status>
</kw>
<msg timestamp="20181020 14:54:37.807" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:37.807" starttime="20181020 14:54:37.806"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:37.807" starttime="20181020 14:54:37.805"></status>
</kw>
<msg timestamp="20181020 14:54:37.807" level="INFO">${conn_id} = 37</msg>
<status status="PASS" endtime="20181020 14:54:37.807" starttime="20181020 14:54:37.422"></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="20181020 14:54:37.808" starttime="20181020 14:54:37.807"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:37.808" starttime="20181020 14:54:37.421"></status>
</kw>
<kw type="foritem" name="${ip} = 192.0.2.25">
<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="20181020 14:54:37.809" level="INFO">${fname} = tcpdump_port_6653__CSIT_L3__192.0.2.25</msg>
<status status="PASS" endtime="20181020 14:54:37.809" starttime="20181020 14:54:37.808"></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="20181020 14:54:37.810" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181020 14:54:37.810" level="INFO">${current_ssh_connection} = index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 14:54:37.810" starttime="20181020 14:54:37.810"></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="20181020 14:54:37.811" level="INFO">${conn_id} = 38</msg>
<status status="PASS" endtime="20181020 14:54:37.811" starttime="20181020 14:54:37.810"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181020 14:54:37.812" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:54:37.812" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:54:37.812" starttime="20181020 14:54:37.812"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:37.813" starttime="20181020 14:54:37.812"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181020 14:54:37.814" level="INFO">Logging into '192.0.2.25:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:54:38.145" level="INFO">Read output: Last login: Sat Oct 20 14:54:22 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:54:38.146" starttime="20181020 14:54:37.813"></status>
</kw>
<msg timestamp="20181020 14:54:38.146" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:38.146" starttime="20181020 14:54:37.813"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:38.146" starttime="20181020 14:54:37.811"></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="20181020 14:54:38.147" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.25.pcap</msg>
<status status="PASS" endtime="20181020 14:54:38.147" starttime="20181020 14:54:38.147"></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="20181020 14:54:38.148" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.25.pcap'.</msg>
<msg timestamp="20181020 14:54:38.151" level="INFO">${stdout} = None</msg>
<msg timestamp="20181020 14:54:38.151" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181020 14:54:38.151" starttime="20181020 14:54:38.148"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:38.152" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:54:38.152" starttime="20181020 14:54:38.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="20181020 14:54:38.153" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:54:38.153" starttime="20181020 14:54:38.152"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.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="20181020 14:54:38.155" starttime="20181020 14:54:38.155"></status>
</kw>
<msg timestamp="20181020 14:54:38.155" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:38.155" starttime="20181020 14:54:38.154"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:38.156" starttime="20181020 14:54:38.153"></status>
</kw>
<msg timestamp="20181020 14:54:38.156" level="INFO">${conn_id} = 38</msg>
<status status="PASS" endtime="20181020 14:54:38.156" starttime="20181020 14:54:37.809"></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="20181020 14:54:38.157" starttime="20181020 14:54:38.156"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:38.157" starttime="20181020 14:54:37.808"></status>
</kw>
<kw type="foritem" name="${ip} = 192.0.2.5">
<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="20181020 14:54:38.157" level="INFO">${fname} = tcpdump_port_6653__CSIT_L3__192.0.2.5</msg>
<status status="PASS" endtime="20181020 14:54:38.158" starttime="20181020 14:54:38.157"></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="20181020 14:54:38.160" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181020 14:54:38.160" level="INFO">${current_ssh_connection} = index=36
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 14:54:38.160" starttime="20181020 14:54:38.159"></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="20181020 14:54:38.161" level="INFO">${conn_id} = 39</msg>
<status status="PASS" endtime="20181020 14:54:38.161" starttime="20181020 14:54:38.160"></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="20181020 14:54:38.163" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:54:38.163" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:54:38.163" starttime="20181020 14:54:38.163"></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="20181020 14:54:38.164" starttime="20181020 14:54:38.164"></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="20181020 14:54:38.165" level="INFO">Logging into '192.0.2.5:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:54:38.502" level="INFO">Read output: Last login: Sat Oct 20 14:54:23 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:54:38.502" starttime="20181020 14:54:38.165"></status>
</kw>
<msg timestamp="20181020 14:54:38.503" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:38.503" starttime="20181020 14:54:38.164"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:38.503" starttime="20181020 14:54:38.162"></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="20181020 14:54:38.504" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.5.pcap</msg>
<status status="PASS" endtime="20181020 14:54:38.504" starttime="20181020 14:54:38.503"></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="20181020 14:54:38.504" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.5.pcap'.</msg>
<msg timestamp="20181020 14:54:38.508" level="INFO">${stdout} = None</msg>
<msg timestamp="20181020 14:54:38.509" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181020 14:54:38.509" starttime="20181020 14:54:38.504"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:38.510" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:54:38.510" starttime="20181020 14:54:38.509"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:38.510" level="INFO">None</msg>
<status status="PASS" endtime="20181020 14:54:38.510" starttime="20181020 14:54:38.510"></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="20181020 14:54:38.512" starttime="20181020 14:54:38.512"></status>
</kw>
<msg timestamp="20181020 14:54:38.513" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:54:38.513" starttime="20181020 14:54:38.511"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:38.513" starttime="20181020 14:54:38.511"></status>
</kw>
<msg timestamp="20181020 14:54:38.513" level="INFO">${conn_id} = 39</msg>
<status status="PASS" endtime="20181020 14:54:38.513" starttime="20181020 14:54:38.158"></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="20181020 14:54:38.513" starttime="20181020 14:54:38.513"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:38.514" starttime="20181020 14:54:38.157"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:38.514" starttime="20181020 14:54:37.421"></status>
</kw>
<msg timestamp="20181020 14:54:38.514" level="INFO">@{conn_ids} = [ 37 | 38 | 39 ]</msg>
<status status="PASS" endtime="20181020 14:54:38.514" starttime="20181020 14:54:37.420"></status>
</kw>
<msg timestamp="20181020 14:54:38.514" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 37 | 38 | 39 ]</msg>
<status status="PASS" endtime="20181020 14:54:38.514" starttime="20181020 14:54:37.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>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181020 14:54:38.515" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 37 | 38 | 39 ]</msg>
<status status="PASS" endtime="20181020 14:54:38.515" starttime="20181020 14:54:38.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>"${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="20181020 14:54:38.517" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:38.517" starttime="20181020 14:54:38.517"></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="20181020 14:54:38.518" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181020 14:54:38.538" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:40.785" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:40.785" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:40.785" starttime="20181020 14:54:38.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="20181020 14:54:40.787" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:54:40.787" starttime="20181020 14:54:40.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="20181020 14:54:40.788" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:40.788" starttime="20181020 14:54:40.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="20181020 14:54:40.788" starttime="20181020 14:54:40.788"></status>
</kw>
<msg timestamp="20181020 14:54:40.789" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:54:40.789" starttime="20181020 14:54:38.517"></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="20181020 14:54:40.789" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:54:40.789" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:54:40.789" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:40.789" starttime="20181020 14:54:40.789"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:54:40.790" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:54:40.790" starttime="20181020 14:54:40.790"></status>
</kw>
<msg timestamp="20181020 14:54:40.790" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:40.790" starttime="20181020 14:54:38.516"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181020 14:54:40.790" starttime="20181020 14:54:40.790"></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="20181020 14:54:40.791" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:40.791" starttime="20181020 14:54:40.791"></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="20181020 14:54:40.793" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181020 14:54:40.814" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:44.126" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:44.127" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:44.127" starttime="20181020 14:54:40.793"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:44.128" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:54:44.128" starttime="20181020 14:54:44.127"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:44.128" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:44.128" starttime="20181020 14:54:44.128"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:44.129" starttime="20181020 14:54:44.129"></status>
</kw>
<msg timestamp="20181020 14:54:44.129" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:54:44.129" starttime="20181020 14:54:40.792"></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="20181020 14:54:44.130" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:54:44.130" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:54:44.130" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:44.130" starttime="20181020 14:54:44.129"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:54:44.130" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:54:44.130" starttime="20181020 14:54:44.130"></status>
</kw>
<msg timestamp="20181020 14:54:44.131" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:44.131" starttime="20181020 14:54:40.791"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181020 14:54:44.131" starttime="20181020 14:54:44.131"></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="20181020 14:54:44.132" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:44.132" starttime="20181020 14:54:44.132"></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="20181020 14:54:44.133" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181020 14:54:44.156" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:46.441" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:46.441" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:46.441" starttime="20181020 14:54:44.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="20181020 14:54:46.442" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:54:46.442" starttime="20181020 14:54:46.442"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:46.443" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:46.443" starttime="20181020 14:54:46.443"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:46.444" starttime="20181020 14:54:46.443"></status>
</kw>
<msg timestamp="20181020 14:54:46.444" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:54:46.444" starttime="20181020 14:54:44.132"></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="20181020 14:54:46.445" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:54:46.445" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:54:46.445" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:46.445" starttime="20181020 14:54:46.445"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:54:46.446" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:54:46.446" starttime="20181020 14:54:46.446"></status>
</kw>
<msg timestamp="20181020 14:54:46.447" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:46.447" starttime="20181020 14:54:44.131"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181020 14:54:46.447" starttime="20181020 14:54:46.447"></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="20181020 14:54:46.449" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:46.449" starttime="20181020 14:54:46.448"></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="20181020 14:54:46.450" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181020 14:54:46.470" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:48.782" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:48.783" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:48.783" starttime="20181020 14:54:46.450"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:48.785" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:54:48.785" starttime="20181020 14:54:48.783"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:48.785" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:48.785" starttime="20181020 14:54:48.785"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:48.786" starttime="20181020 14:54:48.786"></status>
</kw>
<msg timestamp="20181020 14:54:48.786" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:54:48.786" starttime="20181020 14:54:46.449"></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="20181020 14:54:48.787" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:54:48.787" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:54:48.787" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:48.787" starttime="20181020 14:54:48.787"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:54:48.787" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:54:48.787" starttime="20181020 14:54:48.787"></status>
</kw>
<msg timestamp="20181020 14:54:48.788" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:48.788" starttime="20181020 14:54:46.447"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181020 14:54:48.788" starttime="20181020 14:54:48.788"></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="20181020 14:54:48.789" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:48.789" starttime="20181020 14:54:48.789"></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="20181020 14:54:48.790" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181020 14:54:48.813" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:51.030" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:51.030" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:51.030" starttime="20181020 14:54:48.790"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:51.031" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:54:51.031" starttime="20181020 14:54:51.031"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:51.032" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:51.032" starttime="20181020 14:54:51.031"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:51.032" starttime="20181020 14:54:51.032"></status>
</kw>
<msg timestamp="20181020 14:54:51.033" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 14:54:51.033" starttime="20181020 14:54:48.789"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181020 14:54:51.033" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 14:54:51.033" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:54:51.033" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:51.033" starttime="20181020 14:54:51.033"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:54:51.034" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 14:54:51.034" starttime="20181020 14:54:51.034"></status>
</kw>
<msg timestamp="20181020 14:54:51.034" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:51.034" starttime="20181020 14:54:48.788"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181020 14:54:51.034" starttime="20181020 14:54:51.034"></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="20181020 14:54:51.036" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 14:54:51.036" starttime="20181020 14:54:51.035"></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="20181020 14:54:51.037" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181020 14:54:51.057" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:53.190" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:53.190" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:53.190" starttime="20181020 14:54:51.037"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:53.191" level="INFO">[
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project": "f3c18c38fb5b440d86a1f8e33c3e2e89", 
    "Description": "Default security group", 
    "ID": "4ae23966-383b-47d8-b460-32090333e3cb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181020 14:54:53.191" starttime="20181020 14:54:53.191"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:53.192" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:53.192" starttime="20181020 14:54:53.192"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:53.193" starttime="20181020 14:54:53.192"></status>
</kw>
<msg timestamp="20181020 14:54:53.193" level="INFO">${json} = [
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181020 14:54:53.193" starttime="20181020 14:54:51.036"></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="20181020 14:54:53.193" level="INFO">To JSON using : content=[
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project": "f3c18c38fb5b440d86a1f8e33c3e2e89", 
    "Description": "Default security group", 
    "ID": "4ae23966-383b-47d8-b460-32090333e3cb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181020 14:54:53.193" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 14:54:53.194" level="INFO">@{list} = [ {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'} | {u'Project': u'f3c18c38fb5b440d86a...</msg>
<status status="PASS" endtime="20181020 14:54:53.194" starttime="20181020 14:54:53.193"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 14:54:53.194" level="INFO">[{u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'}, {u'Project': u'f3c18c38fb5b440d86a1f8e33c3e2e89', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4ae23966-383b-47d8-b460-32090333e3cb'}]</msg>
<status status="PASS" endtime="20181020 14:54:53.194" starttime="20181020 14:54:53.194"></status>
</kw>
<msg timestamp="20181020 14:54:53.194" level="INFO">@{security_groups} = [ {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'} | {u'Project': u'f3c18c38fb5b440d86a...</msg>
<status status="PASS" endtime="20181020 14:54:53.194" starttime="20181020 14:54:51.035"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'}">
<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="20181020 14:54:53.196" starttime="20181020 14:54:53.195"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:53.196" starttime="20181020 14:54:53.195"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'f3c18c38fb5b440d86a1f8e33c3e2e89', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4ae23966-383b-47d8-b460-32090333e3cb'}">
<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="20181020 14:54:53.196" starttime="20181020 14:54:53.196"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:53.196" starttime="20181020 14:54:53.196"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:53.196" starttime="20181020 14:54:53.194"></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="20181020 14:54:53.198" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181020 14:54:53.198" starttime="20181020 14:54:53.197"></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="20181020 14:54:53.209" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181020 14:54:53.234" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:56.461" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:56.461" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:56.461" starttime="20181020 14:54:53.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="20181020 14:54:56.462" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:56.462" starttime="20181020 14:54:56.462"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:56.463" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:56.463" starttime="20181020 14:54:56.462"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:56.463" starttime="20181020 14:54:56.463"></status>
</kw>
<msg timestamp="20181020 14:54:56.464" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:54:56.464" starttime="20181020 14:54:53.208"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:56.464" starttime="20181020 14:54:53.198"></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="20181020 14:54:56.473" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181020 14:54:56.493" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:54:59.002" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:54:59.002" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:54:59.002" starttime="20181020 14:54:56.472"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:54:59.004" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:59.004" starttime="20181020 14:54:59.003"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:54:59.004" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:54:59.005" starttime="20181020 14:54:59.004"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:54:59.005" starttime="20181020 14:54:59.005"></status>
</kw>
<msg timestamp="20181020 14:54:59.006" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:54:59.006" starttime="20181020 14:54:56.472"></status>
</kw>
<status status="PASS" endtime="20181020 14:54:59.006" starttime="20181020 14:54:56.464"></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="20181020 14:54:59.016" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181020 14:54:59.038" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:01.318" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:01.319" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:01.319" starttime="20181020 14:54:59.016"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:01.320" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:01.321" starttime="20181020 14:55:01.320"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:01.321" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:01.321" starttime="20181020 14:55:01.321"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:01.322" starttime="20181020 14:55:01.322"></status>
</kw>
<msg timestamp="20181020 14:55:01.323" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:55:01.323" starttime="20181020 14:54:59.015"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:01.323" starttime="20181020 14:54:59.006"></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="20181020 14:55:01.335" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181020 14:55:01.355" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:03.629" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:03.629" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:03.629" starttime="20181020 14:55:01.335"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:03.631" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:03.631" starttime="20181020 14:55:03.630"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:03.631" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:03.632" starttime="20181020 14:55:03.631"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:03.633" starttime="20181020 14:55:03.632"></status>
</kw>
<msg timestamp="20181020 14:55:03.633" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:55:03.633" starttime="20181020 14:55:01.334"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:03.633" starttime="20181020 14:55:01.323"></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="20181020 14:55:03.642" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181020 14:55:03.662" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:05.901" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:05.901" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:05.901" starttime="20181020 14:55:03.642"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:05.902" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 3d599d2d-2011-4c3f-88e0-7290f0eba41a | default | Default security group | 30aba7c692df4eb5b35215cb70b9fae6 |
| 4ae23966-383b-47d8-b460-32090333e3cb | default | Default security group | f3c18c38fb5b440d86a1f8e33c3e2e89 |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:05.903" starttime="20181020 14:55:05.902"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:05.903" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:05.903" starttime="20181020 14:55:05.903"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:05.904" starttime="20181020 14:55:05.903"></status>
</kw>
<msg timestamp="20181020 14:55:05.904" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181020 14:55:05.904" starttime="20181020 14:55:03.641"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:05.904" starttime="20181020 14:55:03.633"></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="20181020 14:55:05.915" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181020 14:55:05.935" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:08.402" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:08.402" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:08.402" starttime="20181020 14:55:05.915"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:08.404" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 2014cade-2a4f-4311-ad6f-7e591564ae07 | None        | None     |            | 3d599d2d-2011-4c3f-88e0-7290f0eba41a | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| 2e608dde-5628-4009-9851-44bec8b142c7 | None        | None     |            | None                                 | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| 3dd95e3c-1c0d-4882-9bdf-eb210690aab0 | None        | None     |            | None                                 | 4ae23966-383b-47d8-b460-32090333e3cb |
| 66dfbfad-3e7f-4c01-b289-858b28faef82 | None        | None     |            | None                                 | 4ae23966-383b-47d8-b460-32090333e3cb |
| 6c5127b5-a34e-4476-ad34-27700a448840 | None        | None     |            | 4ae23966-383b-47d8-b460-32090333e3cb | 4ae23966-383b-47d8-b460-32090333e3cb |
| 7dddab02-36ce-49ff-8438-860852628aa8 | None        | None     |            | None                                 | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| b0df72aa-f784-4a90-b37a-36e6b1dbd77c | None        | None     |            | 3d599d2d-2011-4c3f-88e0-7290f0eba41a | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba | None        | None     |            | 4ae23966-383b-47d8-b460-32090333e3cb | 4ae23966-383b-47d8-b460-32090333e3cb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:08.404" starttime="20181020 14:55:08.403"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:08.404" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:08.405" starttime="20181020 14:55:08.404"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:08.406" starttime="20181020 14:55:08.405"></status>
</kw>
<msg timestamp="20181020 14:55:08.406" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181020 14:55:08.406" starttime="20181020 14:55:05.914"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:08.406" starttime="20181020 14:55:05.904"></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="20181020 14:55:08.422" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181020 14:55:08.444" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:10.917" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:10.918" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:10.918" starttime="20181020 14:55:08.422"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:10.919" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:10.919" starttime="20181020 14:55:10.918"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:10.919" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:10.919" starttime="20181020 14:55:10.919"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:10.920" starttime="20181020 14:55:10.919"></status>
</kw>
<msg timestamp="20181020 14:55:10.921" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:55:10.921" starttime="20181020 14:55:08.421"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:10.921" starttime="20181020 14:55:08.407"></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="20181020 14:55:10.931" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181020 14:55:10.959" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:13.590" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:13.591" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:13.591" starttime="20181020 14:55:10.931"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.592" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:13.592" starttime="20181020 14:55:13.591"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.592" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:13.592" starttime="20181020 14:55:13.592"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.593" starttime="20181020 14:55:13.593"></status>
</kw>
<msg timestamp="20181020 14:55:13.594" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 14:55:13.594" starttime="20181020 14:55:10.930"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.594" starttime="20181020 14:55:10.921"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.594" starttime="20181020 14:54:53.198"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.594" starttime="20181020 14:54:53.197"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.594" starttime="20181020 14:54:38.516"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.594" starttime="20181020 14:54:38.515"></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="20181020 14:55:13.596" starttime="20181020 14:55:13.596"></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="20181020 14:55:13.596" 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="20181020 14:55:13.597" starttime="20181020 14:55:13.596"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.598" starttime="20181020 14:55:13.598"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.598" starttime="20181020 14:55:13.598"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.605" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.605" starttime="20181020 14:55:13.599"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.636" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.636" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.636" starttime="20181020 14:55:13.605"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.636" starttime="20181020 14:55:13.597"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.636" starttime="20181020 14:55:13.597"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.638" starttime="20181020 14:55:13.638"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.639" starttime="20181020 14:55:13.638"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.642" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.642" starttime="20181020 14:55:13.639"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.653" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.653" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.653" starttime="20181020 14:55:13.642"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.654" starttime="20181020 14:55:13.637"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.654" starttime="20181020 14:55:13.636"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.656" starttime="20181020 14:55:13.655"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.657" starttime="20181020 14:55:13.656"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.660" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.660" starttime="20181020 14:55:13.657"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.676" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.676" 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="20181020 14:55:13.676" starttime="20181020 14:55:13.660"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.676" starttime="20181020 14:55:13.654"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.676" starttime="20181020 14:55:13.654"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.677" starttime="20181020 14:55:13.677"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.678" starttime="20181020 14:55:13.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="20181020 14:55:13.681" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.681" starttime="20181020 14:55:13.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="20181020 14:55:13.695" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.695" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.695" starttime="20181020 14:55:13.681"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.695" starttime="20181020 14:55:13.676"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.695" starttime="20181020 14:55:13.676"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.697" starttime="20181020 14:55:13.696"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.697" starttime="20181020 14:55:13.697"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.701" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.701" starttime="20181020 14:55:13.697"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.714" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.714" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.714" starttime="20181020 14:55:13.701"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.715" starttime="20181020 14:55:13.696"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.715" starttime="20181020 14:55:13.695"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.717" starttime="20181020 14:55:13.716"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.717" starttime="20181020 14:55:13.717"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.720" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.721" starttime="20181020 14:55:13.718"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.734" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.734" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.734" starttime="20181020 14:55:13.721"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.734" starttime="20181020 14:55:13.715"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.734" starttime="20181020 14:55:13.715"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.736" starttime="20181020 14:55:13.735"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.736" starttime="20181020 14:55:13.736"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.739" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.739" starttime="20181020 14:55:13.736"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.751" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.751" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.751" starttime="20181020 14:55:13.740"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.752" starttime="20181020 14:55:13.735"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.752" starttime="20181020 14:55:13.734"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.753" starttime="20181020 14:55:13.753"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.754" starttime="20181020 14:55:13.753"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.756" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.757" starttime="20181020 14:55:13.754"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.767" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.767" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.767" starttime="20181020 14:55:13.757"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.767" starttime="20181020 14:55:13.752"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.767" starttime="20181020 14:55:13.752"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.769" starttime="20181020 14:55:13.769"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.770" starttime="20181020 14:55:13.770"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.773" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.773" starttime="20181020 14:55:13.770"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.783" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.784" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.784" starttime="20181020 14:55:13.773"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.784" starttime="20181020 14:55:13.768"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.785" starttime="20181020 14:55:13.768"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.787" starttime="20181020 14:55:13.786"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.787" starttime="20181020 14:55:13.787"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.791" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.791" starttime="20181020 14:55:13.788"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.804" level="INFO">[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.804" level="INFO">${output} = [heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.804" starttime="20181020 14:55:13.792"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.804" starttime="20181020 14:55:13.785"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.804" starttime="20181020 14:55:13.785"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.805" starttime="20181020 14:55:13.597"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.807" starttime="20181020 14:55:13.806"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.808" starttime="20181020 14:55:13.807"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.810" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181020 14:55:13.810" starttime="20181020 14:55:13.808"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.875" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 14:55:13.875" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181020 14:55:13.875" starttime="20181020 14:55:13.811"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.876" starttime="20181020 14:55:13.805"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.876" starttime="20181020 14:55:13.595"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.876" starttime="20181020 14:55:13.595"></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="20181020 14:55:13.878" starttime="20181020 14:55:13.877"></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="20181020 14:55:13.879" 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="20181020 14:55:13.879" starttime="20181020 14:55:13.878"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.881" starttime="20181020 14:55:13.881"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.882" starttime="20181020 14:55:13.882"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.887" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.887" starttime="20181020 14:55:13.883"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.908" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:13.908" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.908" starttime="20181020 14:55:13.887"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.909" starttime="20181020 14:55:13.880"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.909" starttime="20181020 14:55:13.879"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.910" starttime="20181020 14:55:13.910"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.912" starttime="20181020 14:55:13.910"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.915" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.915" starttime="20181020 14:55:13.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="20181020 14:55:13.927" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:13.927" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.927" starttime="20181020 14:55:13.915"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.927" starttime="20181020 14:55:13.909"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.928" starttime="20181020 14:55:13.909"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.929" starttime="20181020 14:55:13.929"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.929" starttime="20181020 14:55:13.929"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.932" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set inband:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.933" starttime="20181020 14:55:13.929"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.944" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:13.944" 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="20181020 14:55:13.944" starttime="20181020 14:55:13.933"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.944" starttime="20181020 14:55:13.928"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.944" starttime="20181020 14:55:13.928"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.946" starttime="20181020 14:55:13.945"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.946" starttime="20181020 14:55:13.946"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.949" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.949" starttime="20181020 14:55:13.946"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.960" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:13.960" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.960" starttime="20181020 14:55:13.949"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.960" starttime="20181020 14:55:13.945"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.960" starttime="20181020 14:55:13.944"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.962" starttime="20181020 14:55:13.961"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.962" starttime="20181020 14:55:13.962"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.965" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.965" starttime="20181020 14:55:13.962"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.976" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:13.976" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.976" starttime="20181020 14:55:13.965"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.976" starttime="20181020 14:55:13.961"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.976" starttime="20181020 14:55:13.960"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.977" starttime="20181020 14:55:13.977"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.978" starttime="20181020 14:55:13.978"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.980" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.980" starttime="20181020 14:55:13.978"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:13.991" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:13.991" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:13.991" starttime="20181020 14:55:13.980"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.992" starttime="20181020 14:55:13.976"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:13.992" starttime="20181020 14:55:13.976"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:13.993" starttime="20181020 14:55:13.993"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:13.994" starttime="20181020 14:55:13.993"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:13.996" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:13.996" starttime="20181020 14:55:13.994"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.008" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:14.008" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.008" starttime="20181020 14:55:13.997"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.008" starttime="20181020 14:55:13.992"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.008" starttime="20181020 14:55:13.992"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.010" starttime="20181020 14:55:14.010"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.011" starttime="20181020 14:55:14.011"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.014" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.014" starttime="20181020 14:55:14.011"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.024" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:14.024" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.024" starttime="20181020 14:55:14.014"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.024" starttime="20181020 14:55:14.009"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.024" starttime="20181020 14:55:14.009"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.026" starttime="20181020 14:55:14.026"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.026" starttime="20181020 14:55:14.026"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.029" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.029" starttime="20181020 14:55:14.027"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.042" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:14.042" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.043" starttime="20181020 14:55:14.029"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.043" starttime="20181020 14:55:14.025"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.043" starttime="20181020 14:55:14.025"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.044" starttime="20181020 14:55:14.044"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.045" starttime="20181020 14:55:14.045"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.048" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.048" starttime="20181020 14:55:14.045"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.062" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:14.063" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.063" starttime="20181020 14:55:14.048"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.063" starttime="20181020 14:55:14.043"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.063" starttime="20181020 14:55:14.043"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.063" starttime="20181020 14:55:13.879"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.064" starttime="20181020 14:55:14.064"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.065" starttime="20181020 14:55:14.065"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.067" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/list</msg>
<status status="PASS" endtime="20181020 14:55:14.067" starttime="20181020 14:55:14.065"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.128" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 14:55:14.129" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181020 14:55:14.129" starttime="20181020 14:55:14.068"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.129" starttime="20181020 14:55:14.063"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.129" starttime="20181020 14:55:13.876"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.129" starttime="20181020 14:55:13.876"></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="20181020 14:55:14.130" starttime="20181020 14:55:14.130"></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="20181020 14:55:14.131" 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="20181020 14:55:14.131" starttime="20181020 14:55:14.130"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.132" starttime="20181020 14:55:14.132"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.133" starttime="20181020 14:55:14.132"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.138" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.138" starttime="20181020 14:55:14.133"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.156" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.156" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.156" starttime="20181020 14:55:14.138"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.156" starttime="20181020 14:55:14.131"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.156" starttime="20181020 14:55:14.131"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.158" starttime="20181020 14:55:14.158"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.159" starttime="20181020 14:55:14.158"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.161" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.161" starttime="20181020 14:55:14.159"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.172" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.172" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.172" starttime="20181020 14:55:14.161"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.172" starttime="20181020 14:55:14.157"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.172" starttime="20181020 14:55:14.156"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.174" starttime="20181020 14:55:14.174"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.174" starttime="20181020 14:55:14.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="20181020 14:55:14.177" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set inband:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.177" starttime="20181020 14:55:14.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="20181020 14:55:14.188" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.188" 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="20181020 14:55:14.188" starttime="20181020 14:55:14.177"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.188" starttime="20181020 14:55:14.173"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.188" starttime="20181020 14:55:14.172"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.190" starttime="20181020 14:55:14.189"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.190" starttime="20181020 14:55:14.190"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.192" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.193" starttime="20181020 14:55:14.190"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.205" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.205" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.205" starttime="20181020 14:55:14.193"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.206" starttime="20181020 14:55:14.188"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.206" starttime="20181020 14:55:14.188"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.208" starttime="20181020 14:55:14.208"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.209" starttime="20181020 14:55:14.209"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.212" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.212" starttime="20181020 14:55:14.209"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.223" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.224" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.224" starttime="20181020 14:55:14.212"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.224" starttime="20181020 14:55:14.206"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.224" starttime="20181020 14:55:14.206"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.225" starttime="20181020 14:55:14.225"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.226" starttime="20181020 14:55: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="20181020 14:55:14.229" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.229" starttime="20181020 14:55:14.226"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.242" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.242" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.242" starttime="20181020 14:55:14.229"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.243" starttime="20181020 14:55:14.224"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.243" starttime="20181020 14:55:14.224"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.244" starttime="20181020 14:55:14.244"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.245" starttime="20181020 14:55:14.245"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.247" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.247" starttime="20181020 14:55:14.245"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.258" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.258" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.258" starttime="20181020 14:55:14.247"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.258" starttime="20181020 14:55:14.243"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.258" starttime="20181020 14:55:14.243"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.260" starttime="20181020 14:55:14.259"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.260" starttime="20181020 14:55:14.260"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.263" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.263" starttime="20181020 14:55:14.261"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.274" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.274" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.275" starttime="20181020 14:55:14.263"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.275" starttime="20181020 14:55:14.259"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.275" starttime="20181020 14:55:14.258"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.276" starttime="20181020 14:55:14.276"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.277" starttime="20181020 14:55:14.276"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.280" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.280" starttime="20181020 14:55:14.277"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.291" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.291" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.291" starttime="20181020 14:55:14.281"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.292" starttime="20181020 14:55:14.275"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.292" starttime="20181020 14:55:14.275"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.293" starttime="20181020 14:55:14.293"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.293" starttime="20181020 14:55:14.293"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.296" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181020 14:55:14.296" starttime="20181020 14:55:14.293"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.307" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.308" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:14.308" starttime="20181020 14:55:14.296"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.308" starttime="20181020 14:55:14.292"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.308" starttime="20181020 14:55:14.292"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.308" starttime="20181020 14:55:14.131"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:14.309" starttime="20181020 14:55:14.309"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 14:55:14.310" starttime="20181020 14:55:14.310"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.313" level="INFO">sudo ovs-appctl --target ovs-vswitchd vl og/list</msg>
<status status="PASS" endtime="20181020 14:55:14.313" starttime="20181020 14:55:14.310"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:14.371" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 14:55:14.372" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181020 14:55:14.372" starttime="20181020 14:55:14.313"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.372" starttime="20181020 14:55:14.308"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.372" starttime="20181020 14:55:14.129"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.372" starttime="20181020 14:55:14.129"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.372" starttime="20181020 14:55:13.595"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.372" starttime="20181020 14:55:13.595"></status>
</kw>
<kw name="Run_Keyword_If_At_Least_Oxygen" library="CompareStream">
<doc>Compare oxygen to fluorine and in case fluorine is at least oxygen,</doc>
<arguments>
<arg>Wait Until Keyword Succeeds</arg>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</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_Keyword_If_At_Least</arg>
<arg>oxygen</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run_Keyword_If_At_Least" library="CompareStream">
<doc>Compare ${lower_bound} to fluorine and in case fluorine is at least ${lower_bound},</doc>
<arguments>
<arg>oxygen</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</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>&amp;{Stream_dict}[${ODL_STREAM}] &gt;= &amp;{Stream_dict}[${lower_bound}]</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</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>OPENFLOW</arg>
<arg>IFM</arg>
<arg>ITM</arg>
<arg>DATASTORE</arg>
<arg>ELAN</arg>
<arg>OVSDB</arg>
<arg>&amp;{kwargs}</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.18</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="20181020 14:55:14.424" starttime="20181020 14:55:14.424"></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="20181020 14:55:14.425" level="INFO">Logging into '192.0.2.18:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:55:14.611" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:55:14.611" starttime="20181020 14:55:14.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="20181020 14:55:14.655" level="INFO">@root&gt;showSvcStatus -n 192.0.2.18</msg>
<status status="PASS" endtime="20181020 14:55:14.655" starttime="20181020 14:55:14.611"></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="20181020 14:55:14.662" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:14 UTC 2018
Node IP Address: 192.0.2.18
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:55:14.663" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:14 UTC 2018
Node IP Address: 192.0.2.18
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM         ...</msg>
<status status="PASS" endtime="20181020 14:55:14.663" starttime="20181020 14:55:14.656"></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="20181020 14:55:14.707" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:55:14.707" starttime="20181020 14:55:14.663"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:55:14.709" starttime="20181020 14:55:14.707"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.710" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:14 UTC 2018
Node IP Address: 192.0.2.18
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:55:14.710" starttime="20181020 14:55:14.709"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.710" starttime="20181020 14:55:14.423"></status>
</kw>
<msg timestamp="20181020 14:55:14.710" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:14 UTC 2018
Node IP Address: 192.0.2.18
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM         ...</msg>
<status status="PASS" endtime="20181020 14:55:14.710" starttime="20181020 14:55:14.415"></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="20181020 14:55:14.711" starttime="20181020 14:55:14.710"></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="20181020 14:55:14.712" starttime="20181020 14:55:14.711"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.712" starttime="20181020 14:55:14.711"></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="20181020 14:55:14.713" starttime="20181020 14:55:14.713"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.713" starttime="20181020 14:55:14.712"></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="20181020 14:55:14.714" starttime="20181020 14:55:14.714"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.714" starttime="20181020 14:55:14.713"></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="20181020 14:55:14.715" starttime="20181020 14:55:14.714"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.715" starttime="20181020 14:55:14.714"></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="20181020 14:55:14.716" starttime="20181020 14:55:14.715"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.716" starttime="20181020 14:55:14.715"></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="20181020 14:55:14.717" starttime="20181020 14:55:14.716"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.717" starttime="20181020 14:55:14.716"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.717" starttime="20181020 14:55:14.711"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.717" starttime="20181020 14:55:14.415"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.717" starttime="20181020 14:55:14.414"></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.18</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="20181020 14:55:14.728" starttime="20181020 14:55:14.728"></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="20181020 14:55:14.729" level="INFO">Logging into '192.0.2.6:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:55:14.864" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:55:14.864" starttime="20181020 14:55:14.728"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.911" level="INFO">@root&gt;showSvcStatus -n 192.0.2.6</msg>
<status status="PASS" endtime="20181020 14:55:14.911" starttime="20181020 14:55:14.864"></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="20181020 14:55:14.917" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:14 UTC 2018
Node IP Address: 192.0.2.6
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:55:14.918" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:14 UTC 2018
Node IP Address: 192.0.2.6
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM          ...</msg>
<status status="PASS" endtime="20181020 14:55:14.918" starttime="20181020 14:55:14.912"></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="20181020 14:55:14.967" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:55:14.967" starttime="20181020 14:55:14.918"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:55:14.969" starttime="20181020 14:55:14.967"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:55:14.969" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:14 UTC 2018
Node IP Address: 192.0.2.6
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:55:14.969" starttime="20181020 14:55:14.969"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.970" starttime="20181020 14:55:14.727"></status>
</kw>
<msg timestamp="20181020 14:55:14.970" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:14 UTC 2018
Node IP Address: 192.0.2.6
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM          ...</msg>
<status status="PASS" endtime="20181020 14:55:14.970" starttime="20181020 14:55:14.719"></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="20181020 14:55:14.970" starttime="20181020 14:55:14.970"></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="20181020 14:55:14.971" starttime="20181020 14:55:14.971"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.971" starttime="20181020 14:55:14.971"></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="20181020 14:55:14.972" starttime="20181020 14:55:14.971"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.972" starttime="20181020 14:55:14.971"></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="20181020 14:55:14.972" starttime="20181020 14:55:14.972"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.972" starttime="20181020 14:55:14.972"></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="20181020 14:55:14.973" starttime="20181020 14:55:14.973"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.973" starttime="20181020 14:55:14.973"></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="20181020 14:55:14.974" starttime="20181020 14:55:14.974"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.974" starttime="20181020 14:55:14.973"></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="20181020 14:55:14.975" starttime="20181020 14:55:14.974"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.975" starttime="20181020 14:55:14.974"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.975" starttime="20181020 14:55:14.970"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.975" starttime="20181020 14:55:14.718"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:14.975" starttime="20181020 14:55:14.717"></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.18</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="20181020 14:55:14.987" starttime="20181020 14:55:14.987"></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="20181020 14:55:14.988" level="INFO">Logging into '192.0.2.14:8101' as 'karaf'.</msg>
<msg timestamp="20181020 14:55:15.131" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 14:55:15.131" starttime="20181020 14:55:14.987"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 14:55:15.152" level="INFO">@root&gt;showSvcStatus -n 192.0.2.14</msg>
<status status="PASS" endtime="20181020 14:55:15.153" starttime="20181020 14:55:15.132"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 14:55:15.189" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:15 UTC 2018
Node IP Address: 192.0.2.14
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 14:55:15.189" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:15 UTC 2018
Node IP Address: 192.0.2.14
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM         ...</msg>
<status status="PASS" endtime="20181020 14:55:15.189" starttime="20181020 14:55:15.153"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181020 14:55:15.233" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 14:55:15.233" starttime="20181020 14:55:15.189"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:55:15.235" starttime="20181020 14:55:15.234"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 14:55:15.236" level="INFO">[?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:15 UTC 2018
Node IP Address: 192.0.2.14
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 14:55:15.236" starttime="20181020 14:55:15.235"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.236" starttime="20181020 14:55:14.986"></status>
</kw>
<msg timestamp="20181020 14:55:15.236" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sat Oct 20 14:55:15 UTC 2018
Node IP Address: 192.0.2.14
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM         ...</msg>
<status status="PASS" endtime="20181020 14:55:15.236" starttime="20181020 14:55:14.977"></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="20181020 14:55:15.237" starttime="20181020 14:55:15.236"></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="20181020 14:55:15.238" starttime="20181020 14:55:15.237"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.238" starttime="20181020 14:55:15.237"></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="20181020 14:55:15.238" starttime="20181020 14:55:15.238"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.238" starttime="20181020 14:55:15.238"></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="20181020 14:55:15.239" starttime="20181020 14:55:15.239"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.239" starttime="20181020 14:55:15.238"></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="20181020 14:55:15.240" starttime="20181020 14:55:15.239"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.240" starttime="20181020 14:55:15.239"></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="20181020 14:55:15.240" starttime="20181020 14:55:15.240"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.240" starttime="20181020 14:55:15.240"></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="20181020 14:55:15.241" starttime="20181020 14:55:15.241"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.241" starttime="20181020 14:55:15.241"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.241" starttime="20181020 14:55:15.237"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.242" starttime="20181020 14:55:14.976"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.242" starttime="20181020 14:55:14.976"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.242" starttime="20181020 14:55:14.414"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.242" starttime="20181020 14:55:14.414"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.242" starttime="20181020 14:55:14.413"></status>
</kw>
<msg timestamp="20181020 14:55:15.242" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:55:15.242" starttime="20181020 14:55:14.412"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.242" starttime="20181020 14:55:14.411"></status>
</kw>
<msg timestamp="20181020 14:55:15.242" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:55:15.242" starttime="20181020 14:55:14.390"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.243" starttime="20181020 14:55:14.389"></status>
</kw>
<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="20181020 14:55:15.278" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181020 14:55:15.279" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 14:55:15.279" starttime="20181020 14:55:15.244"></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="20181020 14:55:15.359" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:149698414707504","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.149698414707504.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.149698414707504.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.149698414707504.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"L3.149698414707504.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.149698414707504.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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.149698414707504.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"149698414707504.220.149698414707504: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":8960}}}]},"strict":true,"cookie":134217735,"flow-name":"default.149698414707504:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.149698414707504: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":8960}}}]},"strict":true,"cookie":134217735,"flow-name":"default.149698414707504: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":"149698414707504.220.tun617d26e46a5.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.tun617d26e46a5","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tund94e4440a70.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.tund94e4440a70","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tunb3adfc3e977.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.tunb3adfc3e977","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tun6de6aefe245.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.tun6de6aefe245","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_149698414707504_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_149698414707504_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_149698414707504_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_149698414707504_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504","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_149698414707504","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504","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_149698414707504","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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"14969841470750451l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:149698414707504:149698414707504:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:149698414707504:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":38482906972161,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1496984147075040tunb3adfc3e977","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:2"},"strict":false,"cookie":134217729,"flow-name":"tunb3adfc3e977","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":"1496984147075040tun6de6aefe245","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:5"},"strict":false,"cookie":134217729,"flow-name":"tun6de6aefe245","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":"1496984147075040tund94e4440a70","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:4"},"strict":false,"cookie":134217729,"flow-name":"tund94e4440a70","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":"1496984147075040tun617d26e46a5","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:3"},"strict":false,"cookie":134217729,"flow-name":"tun617d26e46a5","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":80,"flow":[{"id":"L3.149698414707504.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]},{"id":"openflow:228722813034790","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.228722813034790.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.228722813034790.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.228722813034790.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.228722813034790.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.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":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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.228722813034790.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"228722813034790.220.228722813034790: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":7680}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tuna8339e52304.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.tuna8339e52304","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790: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":7680}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790: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":"228722813034790.220.tunb9b6ece5224.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.tunb9b6ece5224","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tun1914722e5af.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.tun1914722e5af","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tuncd74734f6e0.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.tuncd74734f6e0","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790","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_228722813034790","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790","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_228722813034790","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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"22872281303479051l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.24.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":26388279066624,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":24}},"strict":true,"cookie":142606360,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.24.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":24}},"strict":true,"cookie":142606360,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","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":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"2287228130347900tuna8339e52304","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:3"},"strict":false,"cookie":134217729,"flow-name":"tuna8339e52304","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":"2287228130347900tun1914722e5af","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:4"},"strict":false,"cookie":134217729,"flow-name":"tun1914722e5af","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":"2287228130347900tunb9b6ece5224","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:5"},"strict":false,"cookie":134217729,"flow-name":"tunb9b6ece5224","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":"2287228130347900tuncd74734f6e0","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:2"},"strict":false,"cookie":134217729,"flow-name":"tuncd74734f6e0","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":"0:228722813034790:228722813034790:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:228722813034790:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":32985348833281,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.228722813034790.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":227501,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"d5d03cd5-d1f2-48a6-8050-689240132f2c","group-type":"group-all"},{"group-id":211004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211003}}],"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":"8726b87b-b42f-41e5-a293-c46fee68f1ad","group-type":"group-all"},{"group-id":211003,"buckets":{},"group-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","group-type":"group-all"}]},{"id":"openflow:48796303178259","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.48796303178259.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.48796303178259.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.48796303178259.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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.48796303178259.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"48796303178259.220.48796303178259: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":7168}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259: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":"48796303178259.220.tun5ef24485410.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.tun5ef24485410","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tund35867a1187.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.tund35867a1187","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tund8c3e0fcf05.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.tund8c3e0fcf05","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259: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":7168}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tunaf467906869.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.tunaf467906869","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_48796303178259_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_48796303178259_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_48796303178259_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_48796303178259_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259","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_48796303178259","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259","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_48796303178259","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_48796303178259_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_48796303178259_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"4879630317825951l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"487963031782590tunaf467906869","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:5"},"strict":false,"cookie":134217729,"flow-name":"tunaf467906869","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:48796303178259:48796303178259:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:48796303178259:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":30786325577729,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"487963031782590tund8c3e0fcf05","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:3"},"strict":false,"cookie":134217729,"flow-name":"tund8c3e0fcf05","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":"487963031782590tun5ef24485410","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:4"},"strict":false,"cookie":134217729,"flow-name":"tun5ef24485410","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":"487963031782590tund35867a1187","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:2"},"strict":false,"cookie":134217729,"flow-name":"tund35867a1187","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":80,"flow":[{"id":"L3.48796303178259.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]},{"id":"openflow:260163147459722","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.260163147459722.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.260163147459722.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.260163147459722.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.260163147459722.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.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,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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.260163147459722.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"260163147459722.220.tun3429b91664d.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.tun3429b91664d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.tunfda004d5e48.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.tunfda004d5e48","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.tun91356c17db2.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.tun91356c17db2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722: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":6656}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722: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":"260163147459722.220.260163147459722: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":6656}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722","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_260163147459722","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722","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_260163147459722","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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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":"525503false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211006}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"26016314745972251l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.6554.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6554}},"strict":true,"cookie":142612890,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1677824,"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.6554.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7206199208443904,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6554}},"strict":true,"cookie":142612890,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"2601631474597220tun3429b91664d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:2"},"strict":false,"cookie":134217729,"flow-name":"tun3429b91664d","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":"2601631474597220tun91356c17db2","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:3"},"strict":false,"cookie":134217729,"flow-name":"tun91356c17db2","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":"2601631474597220tunfda004d5e48","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:4"},"strict":false,"cookie":134217729,"flow-name":"tunfda004d5e48","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":"0:260163147459722:260163147459722:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:260163147459722:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":28587302322177,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.260163147459722.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":211006,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211005}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1677824,"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":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211005,"buckets":{},"group-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":227501,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"d5d03cd5-d1f2-48a6-8050-689240132f2c","group-type":"group-all"}]},{"id":"openflow:268318365241219","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.268318365241219.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.268318365241219.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.268318365241219.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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.268318365241219.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"268318365241219.220.tun7dd6c062707.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.tun7dd6c062707","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tunfb23e7715ee.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.tunfb23e7715ee","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tunb223582a781.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.tunb223582a781","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tun23278d86c3d.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.tun23278d86c3d","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_268318365241219_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_268318365241219_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_268318365241219_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_268318365241219_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219","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_268318365241219","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219","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_268318365241219","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_268318365241219_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_268318365241219_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"26831836524121951l2control01: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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"2683183652412190tunb223582a781","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:2"},"strict":false,"cookie":134217729,"flow-name":"tunb223582a781","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":"2683183652412190tunfb23e7715ee","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:5"},"strict":false,"cookie":134217729,"flow-name":"tunfb23e7715ee","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":"2683183652412190tun23278d86c3d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:4"},"strict":false,"cookie":134217729,"flow-name":"tun23278d86c3d","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":"2683183652412190tun7dd6c062707","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:3"},"strict":false,"cookie":134217729,"flow-name":"tun7dd6c062707","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":80,"flow":[{"id":"L3.268318365241219.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17}],"flow-node-inventory:group":[{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181020 14:55:15.361" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181020 14:55:15.361" starttime="20181020 14:55:15.284"></status>
</kw>
<msg timestamp="20181020 14:55:15.366" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181020 14:55:15.366" starttime="20181020 14:55:15.280"></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="20181020 14:55:15.371" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 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.149698414707504.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.149698414707504.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.149698414707504.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 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_149698414707504_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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_149698414707504_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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.149698414707504.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.149698414707504:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.149698414707504: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": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.149698414707504:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.149698414707504: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": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun617d26e46a5",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tun617d26e46a5.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.tund94e4440a70",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tund94e4440a70.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
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunb3adfc3e977",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tunb3adfc3e977.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.tun6de6aefe245",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tun6de6aefe245.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": 3328
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_149698414707504_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_149698414707504_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_149698414707504_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504",
                                "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_149698414707504_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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_149698414707504_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "14969841470750451l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:149698414707504:149698414707504:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:149698414707504:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 38482906972161,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:149698414707504: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": "tunb3adfc3e977",
                                "hard-timeout": 0,
                                "id": "1496984147075040tunb3adfc3e977",
                                "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:149698414707504:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun6de6aefe245",
                                "hard-timeout": 0,
                                "id": "1496984147075040tun6de6aefe245",
                                "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:149698414707504:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tund94e4440a70",
                                "hard-timeout": 0,
                                "id": "1496984147075040tund94e4440a70",
                                "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:149698414707504:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun617d26e46a5",
                                "hard-timeout": 0,
                                "id": "1496984147075040tun617d26e46a5",
                                "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:149698414707504:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:149698414707504"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 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": 227501,
                        "group-name": "d5d03cd5-d1f2-48a6-8050-689240132f2c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211003
                                            },
                                            "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": 211004,
                        "group-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 211003,
                        "group-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.228722813034790.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.228722813034790.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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_228722813034790_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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.228722813034790.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.228722813034790:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790: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": 7680
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tuna8339e52304",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tuna8339e52304.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": 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.228722813034790:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790: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": 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.tunb9b6ece5224",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tunb9b6ece5224.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": 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.tun1914722e5af",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tun1914722e5af.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": 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.tuncd74734f6e0",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tuncd74734f6e0.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": 2816
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_228722813034790_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_228722813034790_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_228722813034790_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_228722813034790_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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_228722813034790_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "22872281303479051l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606360,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "55.24.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 26388279066624,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 24
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606360,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "55.24.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6144
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 24
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tuna8339e52304",
                                "hard-timeout": 0,
                                "id": "2287228130347900tuna8339e52304",
                                "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:228722813034790:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun1914722e5af",
                                "hard-timeout": 0,
                                "id": "2287228130347900tun1914722e5af",
                                "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:228722813034790:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb9b6ece5224",
                                "hard-timeout": 0,
                                "id": "2287228130347900tunb9b6ece5224",
                                "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:228722813034790:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tuncd74734f6e0",
                                "hard-timeout": 0,
                                "id": "2287228130347900tuncd74734f6e0",
                                "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:228722813034790:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:228722813034790:228722813034790:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:228722813034790:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 32985348833281,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:228722813034790"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 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.48796303178259.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.48796303178259.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.48796303178259.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_48796303178259_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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.48796303178259.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.48796303178259:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259: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": 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.tun5ef24485410",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tun5ef24485410.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": 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.tund35867a1187",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tund35867a1187.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": 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.tund8c3e0fcf05",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tund8c3e0fcf05.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": 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.48796303178259:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259: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": 7168
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunaf467906869",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tunaf467906869.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": 4864
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_48796303178259_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_48796303178259_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_48796303178259_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_48796303178259_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_48796303178259",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259",
                                "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_48796303178259_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_48796303178259_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "4879630317825951l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunaf467906869",
                                "hard-timeout": 0,
                                "id": "487963031782590tunaf467906869",
                                "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:48796303178259:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:48796303178259:48796303178259:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:48796303178259:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 30786325577729,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259: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": "tund8c3e0fcf05",
                                "hard-timeout": 0,
                                "id": "487963031782590tund8c3e0fcf05",
                                "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:48796303178259:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun5ef24485410",
                                "hard-timeout": 0,
                                "id": "487963031782590tun5ef24485410",
                                "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:48796303178259:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tund35867a1187",
                                "hard-timeout": 0,
                                "id": "487963031782590tund35867a1187",
                                "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:48796303178259:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:48796303178259"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211005
                                            },
                                            "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": 1677824
                                            },
                                            "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": 211006,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 211005,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227501,
                        "group-name": "d5d03cd5-d1f2-48a6-8050-689240132f2c",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.260163147459722.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.260163147459722.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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.260163147459722.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun3429b91664d",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tun3429b91664d.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": 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.tunfda004d5e48",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tunfda004d5e48.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.tun91356c17db2",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tun91356c17db2.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": 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.260163147459722:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722: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": 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.260163147459722:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722: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": 6656
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_260163147459722_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_260163147459722_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_260163147459722_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_260163147459722",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "26016314745972251l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142612890,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6554.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": 1677824
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6554
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612890,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6554.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7206199208443904,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6554
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun3429b91664d",
                                "hard-timeout": 0,
                                "id": "2601631474597220tun3429b91664d",
                                "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:260163147459722:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun91356c17db2",
                                "hard-timeout": 0,
                                "id": "2601631474597220tun91356c17db2",
                                "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:260163147459722:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunfda004d5e48",
                                "hard-timeout": 0,
                                "id": "2601631474597220tunfda004d5e48",
                                "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:260163147459722:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:260163147459722:260163147459722:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:260163147459722:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 28587302322177,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:260163147459722"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 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.268318365241219.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.268318365241219.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.268318365241219.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_268318365241219_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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_268318365241219_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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_268318365241219_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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.268318365241219.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun7dd6c062707",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tun7dd6c062707.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.tunfb23e7715ee",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tunfb23e7715ee.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": 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.tunb223582a781",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tunb223582a781.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.tun23278d86c3d",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tun23278d86c3d.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
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_268318365241219_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_268318365241219_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_268318365241219_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_268318365241219_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_268318365241219_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_268318365241219_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_268318365241219",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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_268318365241219_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "26831836524121951l2control01: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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb223582a781",
                                "hard-timeout": 0,
                                "id": "2683183652412190tunb223582a781",
                                "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:268318365241219:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunfb23e7715ee",
                                "hard-timeout": 0,
                                "id": "2683183652412190tunfb23e7715ee",
                                "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:268318365241219:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun23278d86c3d",
                                "hard-timeout": 0,
                                "id": "2683183652412190tun23278d86c3d",
                                "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:268318365241219:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun7dd6c062707",
                                "hard-timeout": 0,
                                "id": "2683183652412190tun7dd6c062707",
                                "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:268318365241219:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "id": 17
                    }
                ],
                "id": "openflow:268318365241219"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 14:55:15.379" starttime="20181020 14:55:15.366"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.380" starttime="20181020 14:55:15.279"></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="20181020 14:55:15.380" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181020 14:55:15.380" starttime="20181020 14:55:15.380"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.18">
<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="20181020 14:55:15.382" starttime="20181020 14:55:15.382"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:55:15.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="20181020 14:55:15.383" 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="20181020 14:55:15.383" starttime="20181020 14:55:15.383"></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="20181020 14:55:15.384" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.18" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:55:15.384" starttime="20181020 14:55:15.383"></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="20181020 14:55:15.384" level="INFO">${conn_id} = 43</msg>
<status status="PASS" endtime="20181020 14:55:15.384" starttime="20181020 14:55:15.384"></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="20181020 14:55:15.385" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:55:15.386" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:55:15.386" starttime="20181020 14:55:15.385"></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="20181020 14:55:15.387" starttime="20181020 14:55:15.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>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="20181020 14:55:15.388" level="INFO">Logging into '192.0.2.18:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:55:15.768" level="INFO">Read output: Last login: Sat Oct 20 14:54:37 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:15.768" starttime="20181020 14:55:15.387"></status>
</kw>
<msg timestamp="20181020 14:55:15.769" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:55:15.769" starttime="20181020 14:55:15.387"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.769" starttime="20181020 14:55:15.385"></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="20181020 14:55:15.770" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181020 14:55:15.825" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:55:15.826" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_tabl...</msg>
<msg timestamp="20181020 14:55:15.826" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 14:55:15.826" starttime="20181020 14:55:15.769"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:55:15.891" starttime="20181020 14:55:15.826"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:15.892" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:15.892" starttime="20181020 14:55:15.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>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.893" starttime="20181020 14:55:15.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>"${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="20181020 14:55:15.893" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:55:15.894" starttime="20181020 14:55:15.893"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.894" starttime="20181020 14:55:15.893"></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="20181020 14:55:15.896" starttime="20181020 14:55:15.895"></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="20181020 14:55:15.896" starttime="20181020 14:55:15.896"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:55:15.897" starttime="20181020 14:55:15.897"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.897" starttime="20181020 14:55:15.894"></status>
</kw>
<msg timestamp="20181020 14:55:15.897" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_tabl...</msg>
<status status="PASS" endtime="20181020 14:55:15.897" starttime="20181020 14:55:15.381"></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="20181020 14:55:15.898" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181020 14:55:15.898" starttime="20181020 14:55:15.897"></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="20181020 14:55:15.898" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:55:15.899" starttime="20181020 14:55:15.898"></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="20181020 14:55:15.901" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.901" starttime="20181020 14:55:15.900"></status>
</kw>
<msg timestamp="20181020 14:55:15.901" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.901" starttime="20181020 14:55:15.899"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.901" starttime="20181020 14:55:15.901"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.901" starttime="20181020 14:55:15.899"></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="20181020 14:55:15.903" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.903" starttime="20181020 14:55:15.902"></status>
</kw>
<msg timestamp="20181020 14:55:15.903" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.903" starttime="20181020 14:55:15.902"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.904" starttime="20181020 14:55:15.904"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.904" starttime="20181020 14:55:15.901"></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="20181020 14:55:15.905" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.906" starttime="20181020 14:55:15.904"></status>
</kw>
<msg timestamp="20181020 14:55:15.906" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.906" starttime="20181020 14:55:15.904"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.906" starttime="20181020 14:55:15.906"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.906" starttime="20181020 14:55:15.904"></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="20181020 14:55:15.908" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.909" starttime="20181020 14:55:15.907"></status>
</kw>
<msg timestamp="20181020 14:55:15.909" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.909" starttime="20181020 14:55:15.906"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.909" starttime="20181020 14:55:15.909"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.909" starttime="20181020 14:55:15.906"></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="20181020 14:55:15.912" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.912" starttime="20181020 14:55:15.910"></status>
</kw>
<msg timestamp="20181020 14:55:15.912" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.912" starttime="20181020 14:55:15.910"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.913" starttime="20181020 14:55:15.912"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.913" starttime="20181020 14:55:15.910"></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="20181020 14:55:15.915" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.915" starttime="20181020 14:55:15.913"></status>
</kw>
<msg timestamp="20181020 14:55:15.915" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.915" starttime="20181020 14:55:15.913"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.915" starttime="20181020 14:55:15.915"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.915" starttime="20181020 14:55:15.913"></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="20181020 14:55:15.917" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.917" starttime="20181020 14:55:15.916"></status>
</kw>
<msg timestamp="20181020 14:55:15.918" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.918" starttime="20181020 14:55:15.916"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.918" starttime="20181020 14:55:15.918"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.918" starttime="20181020 14:55:15.915"></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="20181020 14:55:15.920" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.920" starttime="20181020 14:55:15.919"></status>
</kw>
<msg timestamp="20181020 14:55:15.920" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.920" starttime="20181020 14:55:15.918"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.921" starttime="20181020 14:55:15.921"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.921" starttime="20181020 14:55:15.918"></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="20181020 14:55:15.923" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.924" starttime="20181020 14:55:15.922"></status>
</kw>
<msg timestamp="20181020 14:55:15.924" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.924" starttime="20181020 14:55:15.922"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.924" starttime="20181020 14:55:15.924"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.924" starttime="20181020 14:55:15.921"></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="20181020 14:55:15.926" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.926" starttime="20181020 14:55:15.925"></status>
</kw>
<msg timestamp="20181020 14:55:15.926" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.926" starttime="20181020 14:55:15.924"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.927" starttime="20181020 14:55:15.927"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.927" starttime="20181020 14:55:15.924"></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="20181020 14:55:15.929" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.929" starttime="20181020 14:55:15.927"></status>
</kw>
<msg timestamp="20181020 14:55:15.930" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.930" starttime="20181020 14:55:15.927"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.930" starttime="20181020 14:55:15.930"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.930" starttime="20181020 14:55:15.927"></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="20181020 14:55:15.933" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.933" starttime="20181020 14:55:15.931"></status>
</kw>
<msg timestamp="20181020 14:55:15.933" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.933" starttime="20181020 14:55:15.931"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.934" starttime="20181020 14:55:15.934"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.934" starttime="20181020 14:55:15.931"></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="20181020 14:55:15.936" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.936" starttime="20181020 14:55:15.934"></status>
</kw>
<msg timestamp="20181020 14:55:15.936" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.936" starttime="20181020 14:55:15.934"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.937" starttime="20181020 14:55:15.936"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.937" starttime="20181020 14:55:15.934"></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="20181020 14:55:15.939" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.939" starttime="20181020 14:55:15.937"></status>
</kw>
<msg timestamp="20181020 14:55:15.939" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.939" starttime="20181020 14:55:15.937"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.939" starttime="20181020 14:55:15.939"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.939" starttime="20181020 14:55:15.937"></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="20181020 14:55:15.941" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.942" starttime="20181020 14:55:15.940"></status>
</kw>
<msg timestamp="20181020 14:55:15.942" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.942" starttime="20181020 14:55:15.940"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.942" starttime="20181020 14:55:15.942"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.942" starttime="20181020 14:55:15.939"></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="20181020 14:55:15.945" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.945" starttime="20181020 14:55:15.943"></status>
</kw>
<msg timestamp="20181020 14:55:15.945" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.945" starttime="20181020 14:55:15.943"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.945" starttime="20181020 14:55:15.945"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.945" starttime="20181020 14:55:15.942"></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="20181020 14:55:15.948" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.948" starttime="20181020 14:55:15.946"></status>
</kw>
<msg timestamp="20181020 14:55:15.948" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.948" starttime="20181020 14:55:15.946"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.949" starttime="20181020 14:55:15.949"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.949" starttime="20181020 14:55:15.946"></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="20181020 14:55:15.952" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.952" starttime="20181020 14:55:15.950"></status>
</kw>
<msg timestamp="20181020 14:55:15.952" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.952" starttime="20181020 14:55:15.949"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.952" starttime="20181020 14:55:15.952"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.952" starttime="20181020 14:55:15.949"></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="20181020 14:55:15.955" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.955" starttime="20181020 14:55:15.953"></status>
</kw>
<msg timestamp="20181020 14:55:15.955" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.955" starttime="20181020 14:55:15.953"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.956" starttime="20181020 14:55:15.956"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.956" starttime="20181020 14:55:15.953"></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="20181020 14:55:15.959" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.959" starttime="20181020 14:55:15.956"></status>
</kw>
<msg timestamp="20181020 14:55:15.959" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.959" starttime="20181020 14:55:15.956"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.960" starttime="20181020 14:55:15.959"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.960" starttime="20181020 14:55:15.956"></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="20181020 14:55:15.962" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.963" starttime="20181020 14:55:15.960"></status>
</kw>
<msg timestamp="20181020 14:55:15.963" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.963" starttime="20181020 14:55:15.960"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.963" starttime="20181020 14:55:15.963"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.963" starttime="20181020 14:55:15.960"></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="20181020 14:55:15.966" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.966" starttime="20181020 14:55:15.964"></status>
</kw>
<msg timestamp="20181020 14:55:15.966" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.966" starttime="20181020 14:55:15.964"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.967" starttime="20181020 14:55:15.966"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.967" starttime="20181020 14:55:15.963"></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="20181020 14:55:15.970" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.970" starttime="20181020 14:55:15.967"></status>
</kw>
<msg timestamp="20181020 14:55:15.970" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.970" starttime="20181020 14:55:15.967"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.970" starttime="20181020 14:55:15.970"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.970" starttime="20181020 14:55:15.967"></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="20181020 14:55:15.974" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.974" starttime="20181020 14:55:15.971"></status>
</kw>
<msg timestamp="20181020 14:55:15.974" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.974" starttime="20181020 14:55:15.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.975" starttime="20181020 14:55:15.974"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.975" starttime="20181020 14:55:15.971"></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="20181020 14:55:15.978" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.978" starttime="20181020 14:55:15.975"></status>
</kw>
<msg timestamp="20181020 14:55:15.978" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.978" starttime="20181020 14:55:15.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.979" starttime="20181020 14:55:15.978"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.979" starttime="20181020 14:55:15.975"></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="20181020 14:55:15.983" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.983" starttime="20181020 14:55:15.980"></status>
</kw>
<msg timestamp="20181020 14:55:15.983" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.983" starttime="20181020 14:55:15.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.984" starttime="20181020 14:55:15.984"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.984" starttime="20181020 14:55:15.979"></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="20181020 14:55:15.988" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.988" starttime="20181020 14:55:15.985"></status>
</kw>
<msg timestamp="20181020 14:55:15.988" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.988" starttime="20181020 14:55:15.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.989" starttime="20181020 14:55:15.988"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.989" starttime="20181020 14:55:15.984"></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="20181020 14:55:15.992" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.992" starttime="20181020 14:55:15.989"></status>
</kw>
<msg timestamp="20181020 14:55:15.992" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.992" starttime="20181020 14:55:15.989"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.993" starttime="20181020 14:55:15.993"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.993" starttime="20181020 14:55:15.989"></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="20181020 14:55:15.997" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:15.998" starttime="20181020 14:55:15.994"></status>
</kw>
<msg timestamp="20181020 14:55:15.998" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:15.998" starttime="20181020 14:55:15.993"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:15.998" starttime="20181020 14:55:15.998"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:15.998" starttime="20181020 14:55:15.993"></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="20181020 14:55:16.003" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.004" starttime="20181020 14:55:15.999"></status>
</kw>
<msg timestamp="20181020 14:55:16.004" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.004" starttime="20181020 14:55:15.999"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.004" starttime="20181020 14:55:16.004"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.004" starttime="20181020 14:55:15.998"></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="20181020 14:55:16.008" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.008" starttime="20181020 14:55:16.005"></status>
</kw>
<msg timestamp="20181020 14:55:16.009" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.009" starttime="20181020 14:55:16.005"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.009" starttime="20181020 14:55:16.009"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.009" starttime="20181020 14:55:16.005"></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="20181020 14:55:16.013" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1235.884s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1235.247s, table=0, n_packets=1411, n_bytes=93174, priority=5,in_port=3 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1232.488s, table=0, n_packets=1407, n_bytes=92910, priority=5,in_port=4 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=917.087s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1237.232s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1236.824s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.824s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1115.586s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1115.586s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1236.824s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1236.824s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.290s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1235.340s, table=43, n_packets=2, n_bytes=88, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1235.309s, table=43, n_packets=19, n_bytes=846, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1236.312s, table=43, n_packets=38, n_bytes=4228, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.232s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1236.312s, table=48, n_packets=59, n_bytes=5162, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.312s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1236.312s, table=50, n_packets=7, n_bytes=680, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.290s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.312s, table=51, n_packets=37, n_bytes=2970, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=916.313s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=916.309s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=915.799s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1237.232s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1236.824s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.290s, table=81, n_packets=19, n_bytes=846, priority=0 actions=drop
 cookie=0x4000001, duration=1237.232s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.006s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.006s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1234.646s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3
 cookie=0x8000007, duration=1234.243s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x700 actions=output:2
 cookie=0x8000007, duration=1231.926s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x1000 actions=output:4
 cookie=0x8000007, duration=916.773s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:1
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1235.962s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1235.916s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1235.993s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1235.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.971s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1235.993s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.006s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.006s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.006s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.006s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.013" starttime="20181020 14:55:16.010"></status>
</kw>
<msg timestamp="20181020 14:55:16.013" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.013" starttime="20181020 14:55:16.009"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.014" starttime="20181020 14:55:16.014"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.014" starttime="20181020 14:55:16.009"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.014" starttime="20181020 14:55:15.899"></status>
</kw>
<msg timestamp="20181020 14:55:16.014" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:55:16.014" starttime="20181020 14:55:15.381"></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="20181020 14:55:16.015" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:55:16.015" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181020 14:55:16.015" starttime="20181020 14:55:16.014"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:55:16.015" starttime="20181020 14:55:16.015"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.015" starttime="20181020 14:55:15.380"></status>
</kw>
<kw type="foritem" name="${node_ip} = 192.0.2.25">
<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="20181020 14:55:16.017" starttime="20181020 14:55:16.017"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:55:16.018" 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="20181020 14:55:16.018" 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="20181020 14:55:16.018" starttime="20181020 14:55:16.018"></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="20181020 14:55:16.019" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.25" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:55:16.019" starttime="20181020 14:55:16.018"></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="20181020 14:55:16.020" level="INFO">${conn_id} = 45</msg>
<status status="PASS" endtime="20181020 14:55:16.020" starttime="20181020 14:55:16.019"></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="20181020 14:55:16.021" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:55:16.021" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:55:16.021" starttime="20181020 14:55:16.020"></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="20181020 14:55:16.021" starttime="20181020 14:55:16.021"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>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="20181020 14:55:16.022" level="INFO">Logging into '192.0.2.25:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:55:16.360" level="INFO">Read output: Last login: Sat Oct 20 14:54:38 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:16.360" starttime="20181020 14:55:16.022"></status>
</kw>
<msg timestamp="20181020 14:55:16.360" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:55:16.360" starttime="20181020 14:55:16.021"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.361" starttime="20181020 14:55:16.020"></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="20181020 14:55:16.361" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181020 14:55:16.394" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:55:16.395" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_tabl...</msg>
<msg timestamp="20181020 14:55:16.395" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 14:55:16.395" starttime="20181020 14:55:16.361"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:55:16.459" starttime="20181020 14:55:16.395"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:16.460" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:16.460" starttime="20181020 14:55:16.459"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.461" starttime="20181020 14:55:16.460"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:55:16.461" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:55:16.462" starttime="20181020 14:55:16.461"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.462" starttime="20181020 14:55:16.461"></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="20181020 14:55:16.463" starttime="20181020 14:55:16.463"></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="20181020 14:55:16.464" starttime="20181020 14:55:16.464"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:55:16.464" starttime="20181020 14:55:16.464"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.464" starttime="20181020 14:55:16.462"></status>
</kw>
<msg timestamp="20181020 14:55:16.465" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_tabl...</msg>
<status status="PASS" endtime="20181020 14:55:16.465" starttime="20181020 14:55:16.016"></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="20181020 14:55:16.465" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181020 14:55:16.465" starttime="20181020 14:55:16.465"></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="20181020 14:55:16.466" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:55:16.466" starttime="20181020 14:55:16.465"></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="20181020 14:55:16.467" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.467" starttime="20181020 14:55:16.466"></status>
</kw>
<msg timestamp="20181020 14:55:16.467" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.467" starttime="20181020 14:55:16.466"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.468" starttime="20181020 14:55:16.468"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.468" starttime="20181020 14:55:16.466"></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="20181020 14:55:16.470" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.470" starttime="20181020 14:55:16.469"></status>
</kw>
<msg timestamp="20181020 14:55:16.470" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.470" starttime="20181020 14:55:16.468"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.471" starttime="20181020 14:55:16.470"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.471" starttime="20181020 14:55:16.468"></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="20181020 14:55:16.472" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.473" starttime="20181020 14:55:16.471"></status>
</kw>
<msg timestamp="20181020 14:55:16.473" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.473" starttime="20181020 14:55:16.471"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.473" starttime="20181020 14:55:16.473"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.473" starttime="20181020 14:55:16.471"></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="20181020 14:55:16.475" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.475" starttime="20181020 14:55:16.474"></status>
</kw>
<msg timestamp="20181020 14:55:16.476" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.476" starttime="20181020 14:55:16.473"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.476" starttime="20181020 14:55:16.476"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.476" starttime="20181020 14:55:16.473"></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="20181020 14:55:16.479" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.479" starttime="20181020 14:55:16.478"></status>
</kw>
<msg timestamp="20181020 14:55:16.480" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.480" starttime="20181020 14:55:16.477"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.480" starttime="20181020 14:55:16.480"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.481" starttime="20181020 14:55:16.476"></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="20181020 14:55:16.483" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.484" starttime="20181020 14:55:16.482"></status>
</kw>
<msg timestamp="20181020 14:55:16.484" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.484" starttime="20181020 14:55:16.481"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.485" starttime="20181020 14:55:16.484"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.485" starttime="20181020 14:55:16.481"></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="20181020 14:55:16.487" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.488" starttime="20181020 14:55:16.486"></status>
</kw>
<msg timestamp="20181020 14:55:16.488" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.488" starttime="20181020 14:55:16.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.489" starttime="20181020 14:55:16.488"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.489" starttime="20181020 14:55:16.485"></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="20181020 14:55:16.491" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.492" starttime="20181020 14:55:16.490"></status>
</kw>
<msg timestamp="20181020 14:55:16.492" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.492" starttime="20181020 14:55:16.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.493" starttime="20181020 14:55:16.492"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.493" starttime="20181020 14:55:16.489"></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="20181020 14:55:16.495" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.496" starttime="20181020 14:55:16.493"></status>
</kw>
<msg timestamp="20181020 14:55:16.496" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.496" starttime="20181020 14:55:16.493"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.496" starttime="20181020 14:55:16.496"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.497" starttime="20181020 14:55:16.493"></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="20181020 14:55:16.499" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.500" starttime="20181020 14:55:16.497"></status>
</kw>
<msg timestamp="20181020 14:55:16.500" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.500" starttime="20181020 14:55:16.497"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.501" starttime="20181020 14:55:16.500"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.501" starttime="20181020 14:55:16.497"></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="20181020 14:55:16.504" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.504" starttime="20181020 14:55:16.502"></status>
</kw>
<msg timestamp="20181020 14:55:16.504" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.504" starttime="20181020 14:55:16.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.505" starttime="20181020 14:55:16.505"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.505" starttime="20181020 14:55:16.501"></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="20181020 14:55:16.507" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.507" starttime="20181020 14:55:16.505"></status>
</kw>
<msg timestamp="20181020 14:55:16.507" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.507" starttime="20181020 14:55:16.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.508" starttime="20181020 14:55:16.507"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.508" starttime="20181020 14:55:16.505"></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="20181020 14:55:16.510" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.510" starttime="20181020 14:55:16.508"></status>
</kw>
<msg timestamp="20181020 14:55:16.510" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.510" starttime="20181020 14:55:16.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.511" starttime="20181020 14:55:16.510"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.511" starttime="20181020 14:55:16.508"></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="20181020 14:55:16.513" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.513" starttime="20181020 14:55:16.511"></status>
</kw>
<msg timestamp="20181020 14:55:16.513" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.513" starttime="20181020 14:55:16.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.513" starttime="20181020 14:55:16.513"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.513" starttime="20181020 14:55:16.511"></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="20181020 14:55:16.516" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.516" starttime="20181020 14:55:16.514"></status>
</kw>
<msg timestamp="20181020 14:55:16.516" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.516" starttime="20181020 14:55:16.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.517" starttime="20181020 14:55:16.516"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.517" starttime="20181020 14:55:16.513"></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="20181020 14:55:16.519" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.519" starttime="20181020 14:55:16.517"></status>
</kw>
<msg timestamp="20181020 14:55:16.519" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.519" starttime="20181020 14:55:16.517"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.520" starttime="20181020 14:55:16.519"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.520" starttime="20181020 14:55:16.517"></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="20181020 14:55:16.522" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.522" starttime="20181020 14:55:16.520"></status>
</kw>
<msg timestamp="20181020 14:55:16.522" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.522" starttime="20181020 14:55:16.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>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.523" starttime="20181020 14:55:16.523"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.523" starttime="20181020 14:55:16.520"></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="20181020 14:55:16.526" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.526" starttime="20181020 14:55:16.523"></status>
</kw>
<msg timestamp="20181020 14:55:16.526" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.526" starttime="20181020 14:55:16.523"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.526" starttime="20181020 14:55:16.526"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.526" starttime="20181020 14:55:16.523"></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="20181020 14:55:16.529" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.529" starttime="20181020 14:55:16.527"></status>
</kw>
<msg timestamp="20181020 14:55:16.529" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.529" starttime="20181020 14:55:16.527"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.530" starttime="20181020 14:55:16.529"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.530" starttime="20181020 14:55:16.526"></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="20181020 14:55:16.532" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.532" starttime="20181020 14:55:16.530"></status>
</kw>
<msg timestamp="20181020 14:55:16.532" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.532" starttime="20181020 14:55:16.530"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.533" starttime="20181020 14:55:16.533"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.533" starttime="20181020 14:55:16.530"></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="20181020 14:55:16.536" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.536" starttime="20181020 14:55:16.534"></status>
</kw>
<msg timestamp="20181020 14:55:16.536" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.536" starttime="20181020 14:55:16.533"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.537" starttime="20181020 14:55:16.536"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.537" starttime="20181020 14:55:16.533"></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="20181020 14:55:16.539" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.539" starttime="20181020 14:55:16.537"></status>
</kw>
<msg timestamp="20181020 14:55:16.540" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.540" starttime="20181020 14:55:16.537"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.540" starttime="20181020 14:55:16.540"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.540" starttime="20181020 14:55:16.537"></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="20181020 14:55:16.543" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.543" starttime="20181020 14:55:16.541"></status>
</kw>
<msg timestamp="20181020 14:55:16.543" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.543" starttime="20181020 14:55:16.540"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.543" starttime="20181020 14:55:16.543"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.543" starttime="20181020 14:55:16.540"></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="20181020 14:55:16.547" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.547" starttime="20181020 14:55:16.544"></status>
</kw>
<msg timestamp="20181020 14:55:16.547" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.547" starttime="20181020 14:55:16.544"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.547" starttime="20181020 14:55:16.547"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.548" starttime="20181020 14:55:16.544"></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="20181020 14:55:16.551" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.552" starttime="20181020 14:55:16.548"></status>
</kw>
<msg timestamp="20181020 14:55:16.552" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.552" starttime="20181020 14:55:16.548"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.553" starttime="20181020 14:55:16.552"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.553" starttime="20181020 14:55:16.548"></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="20181020 14:55:16.558" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.558" starttime="20181020 14:55:16.554"></status>
</kw>
<msg timestamp="20181020 14:55:16.558" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.558" starttime="20181020 14:55:16.553"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.558" starttime="20181020 14:55:16.558"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.558" starttime="20181020 14:55:16.553"></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="20181020 14:55:16.561" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.562" starttime="20181020 14:55:16.559"></status>
</kw>
<msg timestamp="20181020 14:55:16.562" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.562" starttime="20181020 14:55:16.559"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.562" starttime="20181020 14:55:16.562"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.562" starttime="20181020 14:55:16.559"></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="20181020 14:55:16.566" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.566" starttime="20181020 14:55:16.563"></status>
</kw>
<msg timestamp="20181020 14:55:16.566" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.566" starttime="20181020 14:55:16.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="20181020 14:55:16.567" starttime="20181020 14:55:16.567"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.567" starttime="20181020 14:55:16.562"></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="20181020 14:55:16.572" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.572" starttime="20181020 14:55:16.569"></status>
</kw>
<msg timestamp="20181020 14:55:16.573" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.573" starttime="20181020 14:55:16.568"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.573" starttime="20181020 14:55:16.573"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.573" starttime="20181020 14:55:16.567"></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="20181020 14:55:16.577" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.577" starttime="20181020 14:55:16.574"></status>
</kw>
<msg timestamp="20181020 14:55:16.578" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.578" starttime="20181020 14:55:16.573"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.578" starttime="20181020 14:55:16.578"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.578" starttime="20181020 14:55:16.573"></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="20181020 14:55:16.582" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.582" starttime="20181020 14:55:16.579"></status>
</kw>
<msg timestamp="20181020 14:55:16.582" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.582" starttime="20181020 14:55:16.578"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.582" starttime="20181020 14:55:16.582"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.582" starttime="20181020 14:55:16.578"></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="20181020 14:55:16.586" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1237.501s, table=0, n_packets=1413, n_bytes=93258, priority=5,in_port=2 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1415, n_bytes=93390, priority=5,in_port=4 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1237.423s, table=0, n_packets=1412, n_bytes=93192, priority=5,in_port=3 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1233.786s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=5 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6800000, duration=1237.501s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.288s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.288s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.149s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.148s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.288s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.288s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1236.784s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002d, duration=1235.876s, table=43, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=1235.876s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=1236.910s, table=43, n_packets=0, n_bytes=0, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1237.501s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.501s, table=48, n_packets=6, n_bytes=252, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1236.910s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.501s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1236.784s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1236.910s, table=51, n_packets=6, n_bytes=252, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1237.501s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.288s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1236.784s, table=81, n_packets=6, n_bytes=252, priority=0 actions=drop
 cookie=0x4000001, duration=1237.501s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1236.579s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1236.692s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.643s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1236.579s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.569s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.579s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1235.774s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x400 actions=output:3
 cookie=0x8000007, duration=1235.731s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x100 actions=output:2
 cookie=0x8000007, duration=1235.688s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:4
 cookie=0x8000007, duration=1232.804s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xe00 actions=output:5
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1236.503s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1236.503s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1236.566s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1236.503s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1236.579s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1236.643s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1236.579s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.579s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1236.569s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:16.586" starttime="20181020 14:55:16.583"></status>
</kw>
<msg timestamp="20181020 14:55:16.586" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:16.586" starttime="20181020 14:55:16.583"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:16.587" starttime="20181020 14:55:16.587"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.587" starttime="20181020 14:55:16.583"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.587" starttime="20181020 14:55:16.466"></status>
</kw>
<msg timestamp="20181020 14:55:16.587" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:55:16.587" starttime="20181020 14:55:16.016"></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="20181020 14:55:16.588" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:55:16.588" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181020 14:55:16.588" starttime="20181020 14:55:16.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>${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="20181020 14:55:16.588" starttime="20181020 14:55:16.588"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.588" starttime="20181020 14:55:16.016"></status>
</kw>
<kw type="foritem" name="${node_ip} = 192.0.2.5">
<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="20181020 14:55:16.591" starttime="20181020 14:55:16.590"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 14:55:16.591" 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="20181020 14:55:16.591" 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="20181020 14:55:16.591" starttime="20181020 14:55:16.591"></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="20181020 14:55:16.592" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.5" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 14:55:16.592" starttime="20181020 14:55:16.592"></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="20181020 14:55:16.593" level="INFO">${conn_id} = 47</msg>
<status status="PASS" endtime="20181020 14:55:16.593" starttime="20181020 14:55:16.593"></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="20181020 14:55:16.595" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:55:16.595" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 14:55:16.595" starttime="20181020 14:55:16.595"></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="20181020 14:55:16.596" starttime="20181020 14:55:16.595"></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="20181020 14:55:16.597" level="INFO">Logging into '192.0.2.5:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 14:55:16.943" level="INFO">Read output: Last login: Sat Oct 20 14:54:38 2018 from 192.0.2.99
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 14:55:16.943" starttime="20181020 14:55:16.597"></status>
</kw>
<msg timestamp="20181020 14:55:16.943" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:55:16.943" starttime="20181020 14:55:16.596"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:16.943" starttime="20181020 14:55:16.594"></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="20181020 14:55:16.944" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181020 14:55:16.978" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 14:55:16.978" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_tab...</msg>
<msg timestamp="20181020 14:55:16.978" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 14:55:16.978" starttime="20181020 14:55:16.943"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:55:17.043" starttime="20181020 14:55:16.979"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:17.044" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:17.044" starttime="20181020 14:55:17.043"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.044" starttime="20181020 14:55:17.044"></status>
</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="20181020 14:55:17.045" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 14:55:17.045" starttime="20181020 14:55:17.045"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.045" starttime="20181020 14:55:17.045"></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="20181020 14:55:17.047" starttime="20181020 14:55:17.046"></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="20181020 14:55:17.047" starttime="20181020 14:55:17.047"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 14:55:17.047" starttime="20181020 14:55:17.047"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.048" starttime="20181020 14:55:17.046"></status>
</kw>
<msg timestamp="20181020 14:55:17.048" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181020 14:55:17.048" starttime="20181020 14:55:16.589"></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="20181020 14:55:17.048" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181020 14:55:17.048" starttime="20181020 14:55:17.048"></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="20181020 14:55:17.049" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:55:17.049" starttime="20181020 14:55:17.049"></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="20181020 14:55:17.051" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.051" starttime="20181020 14:55:17.050"></status>
</kw>
<msg timestamp="20181020 14:55:17.051" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.051" starttime="20181020 14:55:17.050"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.052" starttime="20181020 14:55:17.052"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.052" starttime="20181020 14:55:17.049"></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="20181020 14:55:17.053" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.054" starttime="20181020 14:55:17.052"></status>
</kw>
<msg timestamp="20181020 14:55:17.054" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.054" starttime="20181020 14:55:17.052"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.054" starttime="20181020 14:55:17.054"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.054" starttime="20181020 14:55:17.052"></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="20181020 14:55:17.057" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.057" starttime="20181020 14:55:17.055"></status>
</kw>
<msg timestamp="20181020 14:55:17.057" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.057" starttime="20181020 14:55:17.055"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.058" starttime="20181020 14:55:17.058"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.058" starttime="20181020 14:55:17.054"></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="20181020 14:55:17.060" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.060" starttime="20181020 14:55:17.059"></status>
</kw>
<msg timestamp="20181020 14:55:17.060" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.060" starttime="20181020 14:55:17.058"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.061" starttime="20181020 14:55:17.061"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.061" starttime="20181020 14:55:17.058"></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="20181020 14:55:17.063" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.063" starttime="20181020 14:55:17.062"></status>
</kw>
<msg timestamp="20181020 14:55:17.063" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.063" starttime="20181020 14:55:17.061"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.063" starttime="20181020 14:55:17.063"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.063" starttime="20181020 14:55:17.061"></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="20181020 14:55:17.066" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.066" starttime="20181020 14:55:17.064"></status>
</kw>
<msg timestamp="20181020 14:55:17.066" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.066" starttime="20181020 14:55:17.064"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.067" starttime="20181020 14:55:17.066"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.067" starttime="20181020 14:55:17.064"></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="20181020 14:55:17.068" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.069" starttime="20181020 14:55:17.067"></status>
</kw>
<msg timestamp="20181020 14:55:17.069" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.069" starttime="20181020 14:55:17.067"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.070" starttime="20181020 14:55:17.069"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.070" starttime="20181020 14:55:17.067"></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="20181020 14:55:17.071" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.072" starttime="20181020 14:55:17.070"></status>
</kw>
<msg timestamp="20181020 14:55:17.072" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.072" starttime="20181020 14:55:17.070"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.072" starttime="20181020 14:55:17.072"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.072" starttime="20181020 14:55:17.070"></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="20181020 14:55:17.075" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.075" starttime="20181020 14:55:17.073"></status>
</kw>
<msg timestamp="20181020 14:55:17.075" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.075" starttime="20181020 14:55:17.073"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.076" starttime="20181020 14:55:17.076"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.076" starttime="20181020 14:55:17.072"></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="20181020 14:55:17.078" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.078" starttime="20181020 14:55:17.077"></status>
</kw>
<msg timestamp="20181020 14:55:17.078" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.078" starttime="20181020 14:55:17.076"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.079" starttime="20181020 14:55:17.078"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.079" starttime="20181020 14:55:17.076"></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="20181020 14:55:17.082" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.082" starttime="20181020 14:55:17.080"></status>
</kw>
<msg timestamp="20181020 14:55:17.082" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.082" starttime="20181020 14:55:17.079"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.082" starttime="20181020 14:55:17.082"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.082" starttime="20181020 14:55:17.079"></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="20181020 14:55:17.085" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.085" starttime="20181020 14:55:17.083"></status>
</kw>
<msg timestamp="20181020 14:55:17.085" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.085" starttime="20181020 14:55:17.083"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.085" starttime="20181020 14:55:17.085"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.085" starttime="20181020 14:55:17.083"></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="20181020 14:55:17.087" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.087" starttime="20181020 14:55:17.086"></status>
</kw>
<msg timestamp="20181020 14:55:17.088" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.088" starttime="20181020 14:55:17.086"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.088" starttime="20181020 14:55:17.088"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.088" starttime="20181020 14:55:17.085"></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="20181020 14:55:17.091" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.091" starttime="20181020 14:55:17.089"></status>
</kw>
<msg timestamp="20181020 14:55:17.091" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.091" starttime="20181020 14:55:17.088"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.091" starttime="20181020 14:55:17.091"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.091" starttime="20181020 14:55:17.088"></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="20181020 14:55:17.093" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.094" starttime="20181020 14:55:17.092"></status>
</kw>
<msg timestamp="20181020 14:55:17.094" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.094" starttime="20181020 14:55:17.092"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.094" starttime="20181020 14:55:17.094"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.094" starttime="20181020 14:55:17.091"></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="20181020 14:55:17.096" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.097" starttime="20181020 14:55:17.095"></status>
</kw>
<msg timestamp="20181020 14:55:17.097" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.097" starttime="20181020 14:55:17.094"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.097" starttime="20181020 14:55:17.097"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.097" starttime="20181020 14:55:17.094"></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="20181020 14:55:17.100" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.100" starttime="20181020 14:55:17.098"></status>
</kw>
<msg timestamp="20181020 14:55:17.100" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.101" starttime="20181020 14:55:17.098"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.101" starttime="20181020 14:55:17.101"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.101" starttime="20181020 14:55:17.097"></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="20181020 14:55:17.103" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.104" starttime="20181020 14:55:17.102"></status>
</kw>
<msg timestamp="20181020 14:55:17.104" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.104" starttime="20181020 14:55:17.101"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.104" starttime="20181020 14:55:17.104"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.104" starttime="20181020 14:55:17.101"></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="20181020 14:55:17.107" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.107" starttime="20181020 14:55:17.105"></status>
</kw>
<msg timestamp="20181020 14:55:17.108" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.108" starttime="20181020 14:55:17.105"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.108" starttime="20181020 14:55:17.108"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.108" starttime="20181020 14:55:17.104"></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="20181020 14:55:17.111" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.111" starttime="20181020 14:55:17.109"></status>
</kw>
<msg timestamp="20181020 14:55:17.111" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.111" starttime="20181020 14:55:17.108"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.111" starttime="20181020 14:55:17.111"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.112" starttime="20181020 14:55:17.108"></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="20181020 14:55:17.114" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.115" starttime="20181020 14:55:17.112"></status>
</kw>
<msg timestamp="20181020 14:55:17.115" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.115" starttime="20181020 14:55:17.112"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.116" starttime="20181020 14:55:17.115"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.116" starttime="20181020 14:55:17.112"></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="20181020 14:55:17.119" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.119" starttime="20181020 14:55:17.117"></status>
</kw>
<msg timestamp="20181020 14:55:17.119" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.119" starttime="20181020 14:55:17.116"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.120" starttime="20181020 14:55:17.119"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.120" starttime="20181020 14:55:17.116"></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="20181020 14:55:17.122" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.122" starttime="20181020 14:55:17.120"></status>
</kw>
<msg timestamp="20181020 14:55:17.123" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.123" starttime="20181020 14:55:17.120"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.123" starttime="20181020 14:55:17.123"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.123" starttime="20181020 14:55:17.120"></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="20181020 14:55:17.127" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.127" starttime="20181020 14:55:17.124"></status>
</kw>
<msg timestamp="20181020 14:55:17.127" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.127" starttime="20181020 14:55:17.123"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.127" starttime="20181020 14:55:17.127"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.127" starttime="20181020 14:55:17.123"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181020 14:55:17.131" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.131" starttime="20181020 14:55:17.128"></status>
</kw>
<msg timestamp="20181020 14:55:17.131" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.131" starttime="20181020 14:55:17.128"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.132" starttime="20181020 14:55:17.131"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.132" starttime="20181020 14:55:17.127"></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="20181020 14:55:17.135" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.136" starttime="20181020 14:55:17.132"></status>
</kw>
<msg timestamp="20181020 14:55:17.136" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.136" starttime="20181020 14:55:17.132"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.136" starttime="20181020 14:55:17.136"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.136" starttime="20181020 14:55:17.132"></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="20181020 14:55:17.140" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.140" starttime="20181020 14:55:17.137"></status>
</kw>
<msg timestamp="20181020 14:55:17.140" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.140" starttime="20181020 14:55:17.136"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.141" starttime="20181020 14:55:17.141"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.141" starttime="20181020 14:55:17.136"></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="20181020 14:55:17.144" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.144" starttime="20181020 14:55:17.142"></status>
</kw>
<msg timestamp="20181020 14:55:17.145" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.145" starttime="20181020 14:55:17.141"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.145" starttime="20181020 14:55:17.145"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.145" starttime="20181020 14:55:17.141"></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="20181020 14:55:17.148" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.149" starttime="20181020 14:55:17.146"></status>
</kw>
<msg timestamp="20181020 14:55:17.149" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.149" starttime="20181020 14:55:17.145"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.149" starttime="20181020 14:55:17.149"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.149" starttime="20181020 14:55:17.145"></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="20181020 14:55:17.153" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.153" starttime="20181020 14:55:17.150"></status>
</kw>
<msg timestamp="20181020 14:55:17.153" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.153" starttime="20181020 14:55:17.149"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.154" starttime="20181020 14:55:17.153"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.154" starttime="20181020 14:55:17.149"></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="20181020 14:55:17.157" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.158" starttime="20181020 14:55:17.154"></status>
</kw>
<msg timestamp="20181020 14:55:17.158" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.158" starttime="20181020 14:55:17.154"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.158" starttime="20181020 14:55:17.158"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.158" starttime="20181020 14:55:17.154"></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="20181020 14:55:17.162" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=1493, n_bytes=102152, priority=5,in_port=4 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.092s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=3 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1238.089s, table=0, n_packets=1410, n_bytes=93060, priority=5,in_port=2 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=1234.379s, table=0, n_packets=1495, n_bytes=102310, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=837.449s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x6800000, duration=1238.378s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1237.887s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.887s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1116.745s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1116.745s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=1237.887s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1237.887s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1237.452s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1236.461s, table=43, n_packets=8, n_bytes=348, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1236.433s, table=43, n_packets=80, n_bytes=3372, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=1237.477s, table=43, n_packets=454, n_bytes=46534, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1238.378s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1237.524s, table=48, n_packets=542, n_bytes=50254, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8050001, duration=1237.487s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1237.524s, table=50, n_packets=7, n_bytes=1314, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=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=1237.452s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1237.477s, table=51, n_packets=94, n_bytes=6084, priority=0 actions=goto_table:52
 cookie=0x6800000, duration=1238.378s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1237.887s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1237.452s, table=81, n_packets=80, n_bytes=3372, priority=0 actions=drop
 cookie=0x4000001, duration=1238.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=35, n_bytes=3430, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=34, n_bytes=2890, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1237.147s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1237.277s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=213, n_packets=341, n_bytes=32660, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=253, n_bytes=25574, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1237.147s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=837.254s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1236.368s, table=220, n_packets=180, n_bytes=14828, priority=9,reg6=0x500 actions=output:4
 cookie=0x8000007, duration=1236.290s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:2
 cookie=0x8000007, duration=1236.279s, table=220, n_packets=70, n_bytes=4364, priority=9,reg6=0x200 actions=output:3
 cookie=0x8000007, duration=1233.275s, table=220, n_packets=179, n_bytes=14786, priority=9,reg6=0xd00 actions=output:5
 cookie=0x8000007, duration=837.239s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:1
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=6, n_bytes=428, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=261, n_bytes=29952, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1237.105s, table=239, n_packets=68, n_bytes=2880, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=2, n_bytes=676, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1237.105s, table=240, n_packets=5, n_bytes=350, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=180, n_bytes=18982, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=36, n_bytes=3638, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=35, n_bytes=3490, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1237.105s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1237.147s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=243, n_packets=251, n_bytes=25738, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=249, n_bytes=25062, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1237.147s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1237.147s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1237.147s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181020 14:55:17.162" starttime="20181020 14:55:17.159"></status>
</kw>
<msg timestamp="20181020 14:55:17.162" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181020 14:55:17.162" starttime="20181020 14:55:17.158"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:17.162" starttime="20181020 14:55:17.162"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.162" starttime="20181020 14:55:17.158"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.162" starttime="20181020 14:55:17.049"></status>
</kw>
<msg timestamp="20181020 14:55:17.163" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181020 14:55:17.163" starttime="20181020 14:55:16.589"></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="20181020 14:55:17.163" level="INFO">Length is 0</msg>
<msg timestamp="20181020 14:55:17.163" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181020 14:55:17.163" starttime="20181020 14:55:17.163"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:55:17.164" starttime="20181020 14:55:17.164"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.164" starttime="20181020 14:55:16.588"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.164" starttime="20181020 14:55:15.380"></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="20181020 14:55:17.165" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181020 14:55:17.165" starttime="20181020 14:55:17.164"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.165" starttime="20181020 14:55:15.243"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:17.165" starttime="20181020 14:54:16.924"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>--provider-network-type vlan --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} --provider-segment @{NET_VLAN_ID}[0]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:55:17.174" level="INFO">Starting process:
openstack network create l3_net_1 --provider-network-type vlan --provider-physical-network datacentre --provider-segment 1131</msg>
<msg timestamp="20181020 14:55:17.197" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:19.945" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:19.946" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:19.946" starttime="20181020 14:55:17.174"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:19.947" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-10-20T14:55:19Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 0a041094-8665-4135-a8a1-bf3e4bd3167d |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1500                                 |
| name                      | l3_net_1                             |
| port_security_enabled     | True                                 |
| project_id                | 30aba7c692df4eb5b35215cb70b9fae6     |
| provider:network_type     | vlan                                 |
| provider:physical_network | datacentre                           |
| provider:segmentation_id  | 1131                                 |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-10-20T14:55:19Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:19.947" starttime="20181020 14:55:19.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="20181020 14:55:19.947" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:19.947" starttime="20181020 14:55:19.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="20181020 14:55:19.948" starttime="20181020 14:55:19.948"></status>
</kw>
<msg timestamp="20181020 14:55:19.949" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181020 14:55:19.949" starttime="20181020 14:55:17.173"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:19.949" starttime="20181020 14:55:17.166"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{SUBNETS_1}[0]</arg>
<arg>@{SUBNET_CIDRS}[0]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:55:19.959" level="INFO">Starting process:
openstack subnet create --network l3_net_1 --subnet-range 31.0.0.0/24 l3_sub_1 </msg>
<msg timestamp="20181020 14:55:19.984" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:24.072" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:24.073" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:24.073" starttime="20181020 14:55:19.958"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:24.074" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 31.0.0.2-31.0.0.254                  |
| cidr              | 31.0.0.0/24                          |
| created_at        | 2018-10-20T14:55:23Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 31.0.0.1                             |
| host_routes       |                                      |
| id                | beb4d1c4-ace0-4f73-a665-a974dde27662 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_sub_1                             |
| network_id        | 0a041094-8665-4135-a8a1-bf3e4bd3167d |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-10-20T14:55:23Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:24.074" starttime="20181020 14:55:24.073"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:24.075" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:24.075" starttime="20181020 14:55:24.074"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:24.076" starttime="20181020 14:55:24.075"></status>
</kw>
<msg timestamp="20181020 14:55:24.076" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181020 14:55:24.076" starttime="20181020 14:55:19.957"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:24.076" starttime="20181020 14:55:19.949"></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="20181020 14:55:24.095" level="INFO">Starting process:
openstack network create l3_net_2 </msg>
<msg timestamp="20181020 14:55:24.124" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:27.439" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:27.439" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:27.440" starttime="20181020 14:55:24.095"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:27.441" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-10-20T14:55:27Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | l3_net_2                             |
| port_security_enabled     | True                                 |
| project_id                | 30aba7c692df4eb5b35215cb70b9fae6     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 90                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-10-20T14:55:27Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:27.441" starttime="20181020 14:55:27.440"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:27.442" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:27.442" starttime="20181020 14:55:27.441"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:27.443" starttime="20181020 14:55:27.442"></status>
</kw>
<msg timestamp="20181020 14:55:27.443" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181020 14:55:27.444" starttime="20181020 14:55:24.094"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:27.444" starttime="20181020 14:55:24.078"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{SUBNETS_1}[1]</arg>
<arg>@{SUBNET_CIDRS}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:55:27.460" level="INFO">Starting process:
openstack subnet create --network l3_net_2 --subnet-range 32.0.0.0/24 l3_sub_2 </msg>
<msg timestamp="20181020 14:55:27.483" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:31.851" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:31.852" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:31.852" starttime="20181020 14:55:27.460"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:31.853" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 32.0.0.2-32.0.0.254                  |
| cidr              | 32.0.0.0/24                          |
| created_at        | 2018-10-20T14:55:31Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 32.0.0.1                             |
| host_routes       |                                      |
| id                | 24f648d5-2617-425c-b3be-c00fc605a276 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_sub_2                             |
| network_id        | 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-10-20T14:55:31Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:31.853" starttime="20181020 14:55:31.852"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:31.854" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:31.854" starttime="20181020 14:55:31.853"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:31.855" starttime="20181020 14:55:31.854"></status>
</kw>
<msg timestamp="20181020 14:55:31.855" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181020 14:55:31.855" starttime="20181020 14:55:27.458"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:31.855" starttime="20181020 14:55:27.444"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:55:31.870" level="INFO">Starting process:
openstack network create l3_net_3 </msg>
<msg timestamp="20181020 14:55:31.895" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:35.524" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:35.524" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:35.524" starttime="20181020 14:55:31.869"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:35.525" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-10-20T14:55:35Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | d22dcc92-dc35-463d-89ce-f523d606e1a6 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | l3_net_3                             |
| port_security_enabled     | True                                 |
| project_id                | 30aba7c692df4eb5b35215cb70b9fae6     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 78                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-10-20T14:55:35Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:35.526" starttime="20181020 14:55:35.525"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:35.526" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:35.526" starttime="20181020 14:55:35.526"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:35.527" starttime="20181020 14:55:35.526"></status>
</kw>
<msg timestamp="20181020 14:55:35.527" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181020 14:55:35.527" starttime="20181020 14:55:31.869"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:35.527" starttime="20181020 14:55:31.856"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
<arg>@{SUBNETS_1}[2]</arg>
<arg>@{SUBNET_CIDRS}[2]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:55:35.536" level="INFO">Starting process:
openstack subnet create --network l3_net_3 --subnet-range 33.0.0.0/24 l3_sub_3 </msg>
<msg timestamp="20181020 14:55:35.563" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:40.389" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:40.389" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:40.389" starttime="20181020 14:55:35.535"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:40.390" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 33.0.0.2-33.0.0.254                  |
| cidr              | 33.0.0.0/24                          |
| created_at        | 2018-10-20T14:55:39Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 33.0.0.1                             |
| host_routes       |                                      |
| id                | bfb21c58-27bc-4680-8411-9e51af7d8298 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_sub_3                             |
| network_id        | d22dcc92-dc35-463d-89ce-f523d606e1a6 |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-10-20T14:55:39Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:40.390" starttime="20181020 14:55:40.390"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:40.391" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:40.391" starttime="20181020 14:55:40.391"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:40.392" starttime="20181020 14:55:40.391"></status>
</kw>
<msg timestamp="20181020 14:55:40.392" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181020 14:55:40.392" starttime="20181020 14:55:35.535"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:40.392" starttime="20181020 14:55:35.528"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[3]</arg>
<arg>--provider-network-type vlan --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} --provider-segment @{NET_VLAN_ID}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:55:40.403" level="INFO">Starting process:
openstack network create l3_net_4 --provider-network-type vlan --provider-physical-network datacentre --provider-segment 1132</msg>
<msg timestamp="20181020 14:55:40.429" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:43.675" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:43.675" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:43.675" starttime="20181020 14:55:40.402"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:43.676" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-10-20T14:55:43Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | e210ae5d-68b7-480c-9497-ececfb37b318 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1500                                 |
| name                      | l3_net_4                             |
| port_security_enabled     | True                                 |
| project_id                | 30aba7c692df4eb5b35215cb70b9fae6     |
| provider:network_type     | vlan                                 |
| provider:physical_network | datacentre                           |
| provider:segmentation_id  | 1132                                 |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-10-20T14:55:43Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:43.676" starttime="20181020 14:55:43.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="20181020 14:55:43.676" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:43.677" starttime="20181020 14:55:43.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="20181020 14:55:43.677" starttime="20181020 14:55:43.677"></status>
</kw>
<msg timestamp="20181020 14:55:43.677" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181020 14:55:43.678" starttime="20181020 14:55:40.402"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:43.678" starttime="20181020 14:55:40.392"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[3]</arg>
<arg>@{SUBNETS_2}[0]</arg>
<arg>@{SUBNET_CIDRS}[3]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:55:43.686" level="INFO">Starting process:
openstack subnet create --network l3_net_4 --subnet-range 34.0.0.0/24 l3_sub_4 </msg>
<msg timestamp="20181020 14:55:43.711" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:48.335" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:48.336" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:48.336" starttime="20181020 14:55:43.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="20181020 14:55:48.337" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 34.0.0.2-34.0.0.254                  |
| cidr              | 34.0.0.0/24                          |
| created_at        | 2018-10-20T14:55:47Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 34.0.0.1                             |
| host_routes       |                                      |
| id                | d032fe08-a837-425c-b1d9-a26270c7451e |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_sub_4                             |
| network_id        | e210ae5d-68b7-480c-9497-ececfb37b318 |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-10-20T14:55:47Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:48.337" starttime="20181020 14:55:48.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="20181020 14:55:48.337" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:48.337" starttime="20181020 14:55:48.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="20181020 14:55:48.338" starttime="20181020 14:55:48.338"></status>
</kw>
<msg timestamp="20181020 14:55:48.339" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181020 14:55:48.339" starttime="20181020 14:55:43.685"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:48.339" starttime="20181020 14:55:43.678"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[4]</arg>
<arg>--provider-network-type vlan --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} --provider-segment @{NET_VLAN_ID}[2]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:55:48.356" level="INFO">Starting process:
openstack network create l3_net_5 --provider-network-type vlan --provider-physical-network datacentre --provider-segment 1133</msg>
<msg timestamp="20181020 14:55:48.383" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:52.080" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:52.081" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:52.081" starttime="20181020 14:55:48.355"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:52.082" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-10-20T14:55:51Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 474bcfc2-5b26-4928-8d4b-03238a3b136b |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1500                                 |
| name                      | l3_net_5                             |
| port_security_enabled     | True                                 |
| project_id                | 30aba7c692df4eb5b35215cb70b9fae6     |
| provider:network_type     | vlan                                 |
| provider:physical_network | datacentre                           |
| provider:segmentation_id  | 1133                                 |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-10-20T14:55:51Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:52.082" starttime="20181020 14:55:52.081"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:55:52.083" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:52.083" starttime="20181020 14:55:52.082"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:52.084" starttime="20181020 14:55:52.083"></status>
</kw>
<msg timestamp="20181020 14:55:52.085" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181020 14:55:52.085" starttime="20181020 14:55:48.354"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:52.085" starttime="20181020 14:55:48.339"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[4]</arg>
<arg>@{SUBNETS_2}[1]</arg>
<arg>@{SUBNET_CIDRS}[4]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:55:52.099" level="INFO">Starting process:
openstack subnet create --network l3_net_5 --subnet-range 35.0.0.0/24 l3_sub_5 </msg>
<msg timestamp="20181020 14:55:52.127" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:55:56.933" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:55:56.933" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:55:56.933" starttime="20181020 14:55:52.099"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:55:56.935" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 35.0.0.2-35.0.0.254                  |
| cidr              | 35.0.0.0/24                          |
| created_at        | 2018-10-20T14:55:56Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 35.0.0.1                             |
| host_routes       |                                      |
| id                | 8e45d798-c7bf-4cbe-9c1e-d8948ad1943d |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_sub_5                             |
| network_id        | 474bcfc2-5b26-4928-8d4b-03238a3b136b |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-10-20T14:55:56Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:55:56.935" starttime="20181020 14:55:56.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="20181020 14:55:56.935" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:55:56.935" starttime="20181020 14:55:56.935"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:55:56.936" starttime="20181020 14:55:56.935"></status>
</kw>
<msg timestamp="20181020 14:55:56.936" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181020 14:55:56.937" starttime="20181020 14:55:52.098"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:56.937" starttime="20181020 14:55:52.085"></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="20181020 14:55:56.939" starttime="20181020 14:55:56.939"></status>
</kw>
<status status="PASS" endtime="20181020 14:55:56.940" starttime="20181020 14:55:56.939"></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="20181020 14:55:56.948" level="INFO">Starting process:
openstack security group create l3_sg </msg>
<msg timestamp="20181020 14:55:56.970" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:00.273" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:00.274" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:00.274" starttime="20181020 14:55:56.948"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:56:00.275" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-10-20T14:55:59Z                                                                                                                                  |
| description     | l3_sg                                                                                                                                                 |
| id              | 954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a                                                                                                                  |
| name            | l3_sg                                                                                                                                                 |
| project_id      | 30aba7c692df4eb5b35215cb70b9fae6                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-10-20T14:55:59Z', direction='egress', ethertype='IPv4', id='409d1e2e-49bd-4558-889e-c94ecd121d6a', updated_at='2018-10-20T14:55:59Z' |
|                 | created_at='2018-10-20T14:55:59Z', direction='egress', ethertype='IPv6', id='4cdf6311-52bf-4af7-b15c-355c39c419d5', updated_at='2018-10-20T14:55:59Z' |
| updated_at      | 2018-10-20T14:55:59Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:56:00.276" starttime="20181020 14:56:00.275"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:00.276" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:00.276" starttime="20181020 14:56:00.276"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:00.278" starttime="20181020 14:56:00.277"></status>
</kw>
<msg timestamp="20181020 14:56:00.278" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181020 14:56:00.278" starttime="20181020 14:55:56.947"></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="20181020 14:56:00.281" level="INFO">${sgp_id} = 954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a</msg>
<status status="PASS" endtime="20181020 14:56:00.281" starttime="20181020 14:56:00.279"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:00.282" starttime="20181020 14:55:56.938"></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="20181020 14:56:00.328" 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="20181020 14:56:00.328" starttime="20181020 14:56:00.327"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:00.328" starttime="20181020 14:56:00.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>${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="20181020 14:56:00.329" starttime="20181020 14:56:00.329"></status>
</kw>
<msg timestamp="20181020 14:56:00.329" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:56:00.329" starttime="20181020 14:56:00.328"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:00.330" starttime="20181020 14:56:00.330"></status>
</kw>
<msg timestamp="20181020 14:56:00.330" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181020 14:56:00.330" starttime="20181020 14:56:00.330"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:00.331" starttime="20181020 14:56:00.331"></status>
</kw>
<msg timestamp="20181020 14:56:00.331" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:56:00.332" starttime="20181020 14:56:00.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>${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="20181020 14:56:00.332" starttime="20181020 14:56:00.332"></status>
</kw>
<msg timestamp="20181020 14:56:00.332" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181020 14:56:00.332" starttime="20181020 14:56:00.332"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:00.333" starttime="20181020 14:56:00.333"></status>
</kw>
<msg timestamp="20181020 14:56:00.333" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181020 14:56:00.333" starttime="20181020 14:56:00.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>${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="20181020 14:56:00.335" starttime="20181020 14:56:00.334"></status>
</kw>
<msg timestamp="20181020 14:56:00.335" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181020 14:56:00.335" starttime="20181020 14:56:00.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>${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="20181020 14:56:00.336" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:56:00.336" starttime="20181020 14:56:00.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>${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="20181020 14:56:00.336" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:56:00.336" starttime="20181020 14:56:00.336"></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="20181020 14:56:00.337" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:00.337" starttime="20181020 14:56:00.337"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:00.339" starttime="20181020 14:56:00.338"></status>
</kw>
<msg timestamp="20181020 14:56:00.339" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:00.339" starttime="20181020 14:56:00.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>'${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="20181020 14:56:00.340" starttime="20181020 14:56:00.340"></status>
</kw>
<msg timestamp="20181020 14:56:00.341" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress</msg>
<status status="PASS" endtime="20181020 14:56:00.341" starttime="20181020 14:56:00.339"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:00.342" starttime="20181020 14:56:00.342"></status>
</kw>
<msg timestamp="20181020 14:56:00.342" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:56:00.342" starttime="20181020 14:56:00.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>'${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="20181020 14:56:00.345" starttime="20181020 14:56:00.344"></status>
</kw>
<msg timestamp="20181020 14:56:00.345" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181020 14:56:00.345" starttime="20181020 14:56:00.343"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:00.346" starttime="20181020 14:56:00.346"></status>
</kw>
<msg timestamp="20181020 14:56:00.346" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:56:00.346" starttime="20181020 14:56:00.345"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:00.347" starttime="20181020 14:56:00.347"></status>
</kw>
<msg timestamp="20181020 14:56:00.347" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:56:00.347" starttime="20181020 14:56:00.347"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:00.348" starttime="20181020 14:56:00.348"></status>
</kw>
<msg timestamp="20181020 14:56:00.348" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:56:00.348" starttime="20181020 14:56:00.347"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:56:00.350" level="INFO">Starting process:
openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181020 14:56:00.379" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:05.023" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:05.023" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:05.024" starttime="20181020 14:56:00.349"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:56:05.025" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:56:04Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | f1b83667-434a-4c14-ba37-59a39dace3ca |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a |
| updated_at        | 2018-10-20T14:56:04Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:56:05.025" starttime="20181020 14:56:05.024"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:05.025" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:05.025" starttime="20181020 14:56:05.025"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:05.026" starttime="20181020 14:56:05.026"></status>
</kw>
<msg timestamp="20181020 14:56:05.027" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:56:05.027" starttime="20181020 14:56:00.349"></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="20181020 14:56:05.027" level="INFO">${rule_id} = f1b83667-434a-4c14-ba37-59a39dace3ca</msg>
<status status="PASS" endtime="20181020 14:56:05.027" starttime="20181020 14:56:05.027"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:05.028" starttime="20181020 14:56:00.325"></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="20181020 14:56:05.056" 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="20181020 14:56:05.056" starttime="20181020 14:56:05.056"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:05.057" starttime="20181020 14:56:05.056"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:05.057" starttime="20181020 14:56:05.057"></status>
</kw>
<msg timestamp="20181020 14:56:05.057" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:56:05.057" starttime="20181020 14:56:05.057"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:05.058" starttime="20181020 14:56:05.058"></status>
</kw>
<msg timestamp="20181020 14:56:05.058" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181020 14:56:05.058" starttime="20181020 14:56:05.058"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181020 14:56:05.059" starttime="20181020 14:56:05.059"></status>
</kw>
<msg timestamp="20181020 14:56:05.059" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:56:05.059" starttime="20181020 14:56:05.059"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:05.060" starttime="20181020 14:56:05.060"></status>
</kw>
<msg timestamp="20181020 14:56:05.060" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181020 14:56:05.060" starttime="20181020 14:56:05.059"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:05.061" starttime="20181020 14:56:05.061"></status>
</kw>
<msg timestamp="20181020 14:56:05.061" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181020 14:56:05.061" starttime="20181020 14:56:05.060"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:05.062" starttime="20181020 14:56:05.062"></status>
</kw>
<msg timestamp="20181020 14:56:05.062" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181020 14:56:05.062" starttime="20181020 14:56:05.061"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181020 14:56:05.063" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:56:05.063" starttime="20181020 14:56:05.062"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:05.063" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:56:05.063" starttime="20181020 14:56:05.063"></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="20181020 14:56:05.063" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:05.064" starttime="20181020 14:56:05.063"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:05.064" starttime="20181020 14:56:05.064"></status>
</kw>
<msg timestamp="20181020 14:56:05.064" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:05.064" starttime="20181020 14:56:05.064"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:05.065" starttime="20181020 14:56:05.065"></status>
</kw>
<msg timestamp="20181020 14:56:05.065" level="INFO">${cmd} = openstack security group rule create l3_sg --egress</msg>
<status status="PASS" endtime="20181020 14:56:05.065" starttime="20181020 14:56:05.065"></status>
</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="20181020 14:56:05.066" starttime="20181020 14:56:05.066"></status>
</kw>
<msg timestamp="20181020 14:56:05.066" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:56:05.066" starttime="20181020 14:56:05.066"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:05.068" starttime="20181020 14:56:05.067"></status>
</kw>
<msg timestamp="20181020 14:56:05.068" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181020 14:56:05.068" starttime="20181020 14:56:05.067"></status>
</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="20181020 14:56:05.069" starttime="20181020 14:56:05.068"></status>
</kw>
<msg timestamp="20181020 14:56:05.069" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:56:05.069" starttime="20181020 14:56:05.068"></status>
</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="20181020 14:56:05.070" starttime="20181020 14:56:05.069"></status>
</kw>
<msg timestamp="20181020 14:56:05.070" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:56:05.070" starttime="20181020 14:56:05.069"></status>
</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="20181020 14:56:05.070" starttime="20181020 14:56:05.070"></status>
</kw>
<msg timestamp="20181020 14:56:05.071" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181020 14:56:05.071" starttime="20181020 14:56:05.070"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:56:05.072" level="INFO">Starting process:
openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181020 14:56:05.099" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:08.516" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:08.517" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:08.517" starttime="20181020 14:56:05.072"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:56:08.518" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:56:08Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | b17b0178-d478-43d8-90bd-a17521a16de2 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a |
| updated_at        | 2018-10-20T14:56:08Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:56:08.518" starttime="20181020 14:56:08.518"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:08.519" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:08.519" starttime="20181020 14:56:08.519"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:08.520" starttime="20181020 14:56:08.519"></status>
</kw>
<msg timestamp="20181020 14:56:08.520" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:56:08.521" starttime="20181020 14:56:05.071"></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="20181020 14:56:08.521" level="INFO">${rule_id} = b17b0178-d478-43d8-90bd-a17521a16de2</msg>
<status status="PASS" endtime="20181020 14:56:08.521" starttime="20181020 14:56:08.521"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:08.522" starttime="20181020 14:56:05.055"></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="20181020 14:56:08.582" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181020 14:56:08.582" starttime="20181020 14:56:08.582"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:08.582" starttime="20181020 14:56:08.581"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:08.584" starttime="20181020 14:56:08.583"></status>
</kw>
<msg timestamp="20181020 14:56:08.584" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:56:08.584" starttime="20181020 14:56:08.583"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:08.585" starttime="20181020 14:56:08.585"></status>
</kw>
<msg timestamp="20181020 14:56:08.585" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181020 14:56:08.585" starttime="20181020 14:56:08.584"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:08.587" starttime="20181020 14:56:08.586"></status>
</kw>
<msg timestamp="20181020 14:56:08.587" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:56:08.587" starttime="20181020 14:56:08.586"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:08.588" starttime="20181020 14:56:08.588"></status>
</kw>
<msg timestamp="20181020 14:56:08.588" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181020 14:56:08.588" starttime="20181020 14:56: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>${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="20181020 14:56:08.589" starttime="20181020 14:56:08.589"></status>
</kw>
<msg timestamp="20181020 14:56:08.590" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181020 14:56:08.590" starttime="20181020 14:56:08.589"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:08.591" starttime="20181020 14:56:08.590"></status>
</kw>
<msg timestamp="20181020 14:56:08.591" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181020 14:56:08.591" starttime="20181020 14:56:08.590"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181020 14:56:08.592" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:56:08.592" starttime="20181020 14:56:08.591"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:08.592" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:56:08.593" starttime="20181020 14:56:08.592"></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="20181020 14:56:08.593" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:08.593" starttime="20181020 14:56:08.593"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:08.595" starttime="20181020 14:56:08.594"></status>
</kw>
<msg timestamp="20181020 14:56:08.595" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:08.595" starttime="20181020 14:56:08.594"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:08.596" starttime="20181020 14:56:08.596"></status>
</kw>
<msg timestamp="20181020 14:56:08.596" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress</msg>
<status status="PASS" endtime="20181020 14:56:08.596" starttime="20181020 14:56:08.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>'${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="20181020 14:56:08.598" starttime="20181020 14:56:08.597"></status>
</kw>
<msg timestamp="20181020 14:56:08.598" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:56:08.598" starttime="20181020 14:56:08.597"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:08.600" starttime="20181020 14:56:08.600"></status>
</kw>
<msg timestamp="20181020 14:56:08.600" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:56:08.600" starttime="20181020 14:56:08.598"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:08.602" starttime="20181020 14:56:08.602"></status>
</kw>
<msg timestamp="20181020 14:56:08.602" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:56:08.602" starttime="20181020 14:56:08.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>'${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="20181020 14:56:08.604" starttime="20181020 14:56:08.603"></status>
</kw>
<msg timestamp="20181020 14:56:08.604" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:56:08.604" starttime="20181020 14:56:08.603"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:08.605" starttime="20181020 14:56:08.605"></status>
</kw>
<msg timestamp="20181020 14:56:08.605" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:56:08.605" starttime="20181020 14:56:08.604"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --ingress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:56:08.607" level="INFO">Starting process:
openstack security group rule create l3_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181020 14:56:08.628" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:11.982" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:11.982" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:11.983" starttime="20181020 14:56:08.606"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:56:11.983" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:56:11Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 44b7bb50-3501-4ba0-8d46-003926656732 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a |
| updated_at        | 2018-10-20T14:56:11Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:56:11.984" starttime="20181020 14:56:11.983"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:11.984" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:11.984" starttime="20181020 14:56:11.984"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:11.985" starttime="20181020 14:56:11.984"></status>
</kw>
<msg timestamp="20181020 14:56:11.985" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:56:11.985" starttime="20181020 14:56:08.606"></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="20181020 14:56:11.986" level="INFO">${rule_id} = 44b7bb50-3501-4ba0-8d46-003926656732</msg>
<status status="PASS" endtime="20181020 14:56:11.986" starttime="20181020 14:56:11.985"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:11.986" starttime="20181020 14:56:08.580"></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="20181020 14:56:12.019" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181020 14:56:12.019" starttime="20181020 14:56:12.018"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:12.019" starttime="20181020 14:56:12.018"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:12.020" starttime="20181020 14:56:12.019"></status>
</kw>
<msg timestamp="20181020 14:56:12.020" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:56:12.020" starttime="20181020 14:56:12.019"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:12.021" starttime="20181020 14:56:12.021"></status>
</kw>
<msg timestamp="20181020 14:56:12.021" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181020 14:56:12.021" starttime="20181020 14:56:12.020"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:12.022" starttime="20181020 14:56:12.022"></status>
</kw>
<msg timestamp="20181020 14:56:12.022" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:56:12.022" starttime="20181020 14:56:12.021"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:12.023" starttime="20181020 14:56:12.023"></status>
</kw>
<msg timestamp="20181020 14:56:12.023" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181020 14:56:12.023" starttime="20181020 14:56:12.022"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:12.024" starttime="20181020 14:56:12.023"></status>
</kw>
<msg timestamp="20181020 14:56:12.024" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181020 14:56:12.024" starttime="20181020 14:56:12.023"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:12.025" starttime="20181020 14:56:12.024"></status>
</kw>
<msg timestamp="20181020 14:56:12.025" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181020 14:56:12.025" starttime="20181020 14:56:12.024"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181020 14:56:12.025" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:56:12.025" starttime="20181020 14:56:12.025"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181020 14:56:12.026" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:56:12.026" starttime="20181020 14:56:12.026"></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="20181020 14:56:12.026" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:12.026" starttime="20181020 14:56:12.026"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:12.028" starttime="20181020 14:56:12.027"></status>
</kw>
<msg timestamp="20181020 14:56:12.028" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:12.028" starttime="20181020 14:56:12.027"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:12.029" starttime="20181020 14:56:12.029"></status>
</kw>
<msg timestamp="20181020 14:56:12.029" level="INFO">${cmd} = openstack security group rule create l3_sg --egress</msg>
<status status="PASS" endtime="20181020 14:56:12.029" starttime="20181020 14:56:12.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>'${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="20181020 14:56:12.031" starttime="20181020 14:56:12.030"></status>
</kw>
<msg timestamp="20181020 14:56:12.031" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:56:12.031" starttime="20181020 14:56:12.029"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:12.032" starttime="20181020 14:56:12.032"></status>
</kw>
<msg timestamp="20181020 14:56:12.032" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:56:12.033" starttime="20181020 14:56:12.031"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:12.033" starttime="20181020 14:56:12.033"></status>
</kw>
<msg timestamp="20181020 14:56:12.033" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:56:12.034" starttime="20181020 14:56:12.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>'${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="20181020 14:56:12.034" starttime="20181020 14:56:12.034"></status>
</kw>
<msg timestamp="20181020 14:56:12.034" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:56:12.035" starttime="20181020 14:56:12.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>'${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="20181020 14:56:12.036" starttime="20181020 14:56:12.035"></status>
</kw>
<msg timestamp="20181020 14:56:12.036" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181020 14:56:12.036" starttime="20181020 14:56:12.035"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --egress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:56:12.038" level="INFO">Starting process:
openstack security group rule create l3_sg --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181020 14:56:12.058" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:15.483" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:15.484" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:15.484" starttime="20181020 14:56:12.037"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:56:15.485" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:56:15Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 1ade15f6-67ba-47af-bb39-cbba7946a980 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a |
| updated_at        | 2018-10-20T14:56:15Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:56:15.486" starttime="20181020 14:56:15.485"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:15.486" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:15.486" starttime="20181020 14:56:15.486"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:15.487" starttime="20181020 14:56:15.487"></status>
</kw>
<msg timestamp="20181020 14:56:15.488" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:56:15.488" starttime="20181020 14:56:12.036"></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="20181020 14:56:15.489" level="INFO">${rule_id} = 1ade15f6-67ba-47af-bb39-cbba7946a980</msg>
<status status="PASS" endtime="20181020 14:56:15.489" starttime="20181020 14:56:15.488"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:15.489" starttime="20181020 14:56:12.017"></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="20181020 14:56:15.530" 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="20181020 14:56:15.531" starttime="20181020 14:56:15.530"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:15.531" starttime="20181020 14:56:15.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>${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="20181020 14:56:15.532" starttime="20181020 14:56:15.532"></status>
</kw>
<msg timestamp="20181020 14:56:15.532" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:56:15.532" starttime="20181020 14:56:15.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>${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="20181020 14:56:15.534" starttime="20181020 14:56:15.533"></status>
</kw>
<msg timestamp="20181020 14:56:15.534" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181020 14:56:15.534" starttime="20181020 14:56:15.533"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:15.535" starttime="20181020 14:56:15.535"></status>
</kw>
<msg timestamp="20181020 14:56:15.535" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:56:15.535" starttime="20181020 14:56:15.534"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:15.536" starttime="20181020 14:56:15.536"></status>
</kw>
<msg timestamp="20181020 14:56:15.536" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181020 14:56:15.536" starttime="20181020 14:56:15.536"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_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="20181020 14:56:15.537" starttime="20181020 14:56:15.537"></status>
</kw>
<msg timestamp="20181020 14:56:15.537" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181020 14:56:15.537" starttime="20181020 14:56:15.537"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>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="20181020 14:56:15.538" starttime="20181020 14:56:15.538"></status>
</kw>
<msg timestamp="20181020 14:56:15.538" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181020 14:56:15.538" starttime="20181020 14:56:15.538"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181020 14:56:15.539" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:56:15.539" starttime="20181020 14:56:15.539"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181020 14:56:15.539" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:56:15.540" starttime="20181020 14:56:15.539"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181020 14:56:15.540" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:15.540" starttime="20181020 14:56:15.540"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:15.541" starttime="20181020 14:56:15.541"></status>
</kw>
<msg timestamp="20181020 14:56:15.541" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:15.541" starttime="20181020 14:56:15.540"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:15.542" starttime="20181020 14:56:15.542"></status>
</kw>
<msg timestamp="20181020 14:56:15.542" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress</msg>
<status status="PASS" endtime="20181020 14:56:15.542" starttime="20181020 14:56:15.542"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:15.543" starttime="20181020 14:56:15.543"></status>
</kw>
<msg timestamp="20181020 14:56:15.543" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:56:15.544" starttime="20181020 14:56:15.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>'${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="20181020 14:56:15.545" starttime="20181020 14:56:15.544"></status>
</kw>
<msg timestamp="20181020 14:56:15.545" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181020 14:56:15.545" starttime="20181020 14:56:15.544"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:15.546" starttime="20181020 14:56:15.546"></status>
</kw>
<msg timestamp="20181020 14:56:15.546" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:56:15.546" starttime="20181020 14:56:15.545"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_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="20181020 14:56:15.548" starttime="20181020 14:56:15.548"></status>
</kw>
<msg timestamp="20181020 14:56:15.548" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:56:15.548" starttime="20181020 14:56:15.547"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_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="20181020 14:56:15.550" starttime="20181020 14:56:15.549"></status>
</kw>
<msg timestamp="20181020 14:56:15.550" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:56:15.550" starttime="20181020 14:56:15.549"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:56:15.552" level="INFO">Starting process:
openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181020 14:56:15.577" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:19.260" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:19.261" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:19.261" starttime="20181020 14:56:15.551"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:56:19.262" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:56:19Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | bc591cbe-854f-44fa-845c-68c3eb2e74c2 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a |
| updated_at        | 2018-10-20T14:56:19Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:56:19.262" starttime="20181020 14:56:19.261"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:19.263" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:19.263" starttime="20181020 14:56:19.262"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:19.263" starttime="20181020 14:56:19.263"></status>
</kw>
<msg timestamp="20181020 14:56:19.264" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:56:19.264" starttime="20181020 14:56:15.550"></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="20181020 14:56:19.264" level="INFO">${rule_id} = bc591cbe-854f-44fa-845c-68c3eb2e74c2</msg>
<status status="PASS" endtime="20181020 14:56:19.264" starttime="20181020 14:56:19.264"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:19.264" starttime="20181020 14:56:15.528"></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="20181020 14:56:19.302" 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="20181020 14:56:19.302" starttime="20181020 14:56:19.302"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:19.303" starttime="20181020 14:56:19.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>${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="20181020 14:56:19.303" starttime="20181020 14:56:19.303"></status>
</kw>
<msg timestamp="20181020 14:56:19.303" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181020 14:56:19.304" starttime="20181020 14:56:19.303"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:19.304" starttime="20181020 14:56:19.304"></status>
</kw>
<msg timestamp="20181020 14:56:19.305" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181020 14:56:19.305" starttime="20181020 14:56:19.304"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given 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="20181020 14:56:19.305" starttime="20181020 14:56:19.305"></status>
</kw>
<msg timestamp="20181020 14:56:19.305" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181020 14:56:19.305" starttime="20181020 14:56:19.305"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:19.306" starttime="20181020 14:56:19.306"></status>
</kw>
<msg timestamp="20181020 14:56:19.306" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181020 14:56:19.307" starttime="20181020 14:56:19.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>${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="20181020 14:56:19.307" starttime="20181020 14:56:19.307"></status>
</kw>
<msg timestamp="20181020 14:56:19.307" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181020 14:56:19.307" starttime="20181020 14:56:19.307"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:19.308" starttime="20181020 14:56:19.308"></status>
</kw>
<msg timestamp="20181020 14:56:19.308" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181020 14:56:19.308" starttime="20181020 14:56:19.308"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${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="20181020 14:56:19.309" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181020 14:56:19.309" starttime="20181020 14:56:19.309"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181020 14:56:19.310" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181020 14:56:19.310" starttime="20181020 14:56:19.310"></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="20181020 14:56:19.311" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:19.311" starttime="20181020 14:56:19.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>'${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="20181020 14:56:19.312" starttime="20181020 14:56:19.312"></status>
</kw>
<msg timestamp="20181020 14:56:19.312" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181020 14:56:19.312" starttime="20181020 14:56:19.311"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:19.313" starttime="20181020 14:56:19.313"></status>
</kw>
<msg timestamp="20181020 14:56:19.314" level="INFO">${cmd} = openstack security group rule create l3_sg --egress</msg>
<status status="PASS" endtime="20181020 14:56:19.314" starttime="20181020 14:56:19.313"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:19.315" starttime="20181020 14:56:19.314"></status>
</kw>
<msg timestamp="20181020 14:56:19.315" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181020 14:56:19.315" starttime="20181020 14:56:19.314"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:19.316" starttime="20181020 14:56:19.316"></status>
</kw>
<msg timestamp="20181020 14:56:19.316" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181020 14:56:19.316" starttime="20181020 14:56:19.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>'${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="20181020 14:56:19.317" starttime="20181020 14:56:19.317"></status>
</kw>
<msg timestamp="20181020 14:56:19.317" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:56:19.317" starttime="20181020 14:56:19.316"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${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="20181020 14:56:19.318" starttime="20181020 14:56:19.318"></status>
</kw>
<msg timestamp="20181020 14:56:19.318" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:56:19.319" starttime="20181020 14:56:19.318"></status>
</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="20181020 14:56:19.320" starttime="20181020 14:56:19.320"></status>
</kw>
<msg timestamp="20181020 14:56:19.320" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181020 14:56:19.320" starttime="20181020 14:56:19.319"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:56:19.321" level="INFO">Starting process:
openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181020 14:56:19.343" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:22.671" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:22.671" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:22.671" starttime="20181020 14:56:19.321"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:56:22.673" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-10-20T14:56:22Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | a9faeddd-6897-4433-b74d-fd3057b7c88b |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 30aba7c692df4eb5b35215cb70b9fae6     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a |
| updated_at        | 2018-10-20T14:56:22Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:56:22.673" starttime="20181020 14:56:22.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="20181020 14:56:22.673" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:22.673" starttime="20181020 14:56:22.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="20181020 14:56:22.674" starttime="20181020 14:56:22.673"></status>
</kw>
<msg timestamp="20181020 14:56:22.674" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181020 14:56:22.674" starttime="20181020 14:56:19.320"></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="20181020 14:56:22.675" level="INFO">${rule_id} = a9faeddd-6897-4433-b74d-fd3057b7c88b</msg>
<status status="PASS" endtime="20181020 14:56:22.675" starttime="20181020 14:56:22.675"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:22.675" starttime="20181020 14:56:19.300"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 14:56:22.676" starttime="20181020 14:56:22.675"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:22.676" starttime="20181020 14:55:56.937"></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="20181020 14:56:22.678" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:56:22.678" starttime="20181020 14:56:22.678"></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="20181020 14:56:22.688" level="INFO">Starting process:
openstack network list | grep "l3_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:56:22.708" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:25.011" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:25.011" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:25.012" starttime="20181020 14:56:22.687"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:56:25.013" level="INFO">0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:25.013" starttime="20181020 14:56:25.012"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:25.014" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:25.014" starttime="20181020 14:56:25.013"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:25.014" starttime="20181020 14:56:25.014"></status>
</kw>
<msg timestamp="20181020 14:56:25.015" level="INFO">${output} = 0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:25.015" starttime="20181020 14:56:22.686"></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="20181020 14:56:25.016" level="INFO">${splitted_output} = [u'0a041094-8665-4135-a8a1-bf3e4bd3167d']</msg>
<status status="PASS" endtime="20181020 14:56:25.016" starttime="20181020 14:56:25.015"></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="20181020 14:56:25.016" level="INFO">${net_id} = 0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:25.016" starttime="20181020 14:56:25.016"></status>
</kw>
<msg timestamp="20181020 14:56:25.016" level="INFO">${net_id} = 0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:25.016" starttime="20181020 14:56:22.678"></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="20181020 14:56:25.026" level="INFO">Starting process:
openstack server create l3_net_1_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=0a041094-8665-4135-a8a1-bf3e4bd3167d --security-group l3_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181020 14:56:25.046" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:33.650" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:33.650" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:33.650" starttime="20181020 14:56:25.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="20181020 14:56:33.651" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | 6Q3gB7xTHtjr                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:56:33Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 0284bc5a-f268-49ca-9c01-b256d75a93cf                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_1_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:56:33Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:56:33.651" starttime="20181020 14:56:33.651"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:33.652" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:33.652" starttime="20181020 14:56:33.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="20181020 14:56:33.653" starttime="20181020 14:56:33.652"></status>
</kw>
<msg timestamp="20181020 14:56:33.653" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:56:33.653" starttime="20181020 14:56:25.025"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:33.653" starttime="20181020 14:56:22.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}[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="20181020 14:56:33.655" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:56:33.655" starttime="20181020 14:56:33.654"></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="20181020 14:56:33.664" level="INFO">Starting process:
openstack network list | grep "l3_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:56:33.692" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:36.260" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:36.260" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:36.260" starttime="20181020 14:56:33.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="20181020 14:56:36.261" level="INFO">0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:36.261" starttime="20181020 14:56:36.261"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:36.262" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:36.262" starttime="20181020 14:56:36.262"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:36.263" starttime="20181020 14:56:36.262"></status>
</kw>
<msg timestamp="20181020 14:56:36.263" level="INFO">${output} = 0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:36.263" starttime="20181020 14:56:33.663"></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="20181020 14:56:36.263" level="INFO">${splitted_output} = [u'0a041094-8665-4135-a8a1-bf3e4bd3167d']</msg>
<status status="PASS" endtime="20181020 14:56:36.264" starttime="20181020 14:56:36.263"></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="20181020 14:56:36.264" level="INFO">${net_id} = 0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:36.264" starttime="20181020 14:56:36.264"></status>
</kw>
<msg timestamp="20181020 14:56:36.264" level="INFO">${net_id} = 0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:36.264" starttime="20181020 14:56:33.655"></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="20181020 14:56:36.273" level="INFO">Starting process:
openstack server create l3_net_1_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=0a041094-8665-4135-a8a1-bf3e4bd3167d --security-group l3_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181020 14:56:36.294" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:47.882" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:47.882" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:47.882" starttime="20181020 14:56:36.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="20181020 14:56:47.883" 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                           | jifWM5NXi2z4                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:56:46Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | c2d40621-fd21-48c6-b0bc-e24441015d8b                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_1_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:56:47Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:56:47.884" starttime="20181020 14:56:47.883"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:47.884" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:47.885" starttime="20181020 14:56:47.884"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:47.885" starttime="20181020 14:56:47.885"></status>
</kw>
<msg timestamp="20181020 14:56:47.886" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:56:47.886" starttime="20181020 14:56:36.272"></status>
</kw>
<status status="PASS" endtime="20181020 14:56:47.886" starttime="20181020 14:56:33.653"></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="20181020 14:56:47.888" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:56:47.889" starttime="20181020 14:56:47.888"></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="20181020 14:56:47.904" level="INFO">Starting process:
openstack network list | grep "l3_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:56:47.926" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:56:50.243" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:56:50.244" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:56:50.244" starttime="20181020 14:56:47.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="20181020 14:56:50.245" level="INFO">0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:50.245" starttime="20181020 14:56:50.244"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:56:50.246" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:56:50.246" starttime="20181020 14:56:50.245"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:56:50.247" starttime="20181020 14:56:50.246"></status>
</kw>
<msg timestamp="20181020 14:56:50.247" level="INFO">${output} = 0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:50.247" starttime="20181020 14:56:47.903"></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="20181020 14:56:50.248" level="INFO">${splitted_output} = [u'0a041094-8665-4135-a8a1-bf3e4bd3167d']</msg>
<status status="PASS" endtime="20181020 14:56:50.248" starttime="20181020 14:56:50.247"></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="20181020 14:56:50.249" level="INFO">${net_id} = 0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:50.249" starttime="20181020 14:56:50.248"></status>
</kw>
<msg timestamp="20181020 14:56:50.249" level="INFO">${net_id} = 0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<status status="PASS" endtime="20181020 14:56:50.249" starttime="20181020 14:56:47.889"></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="20181020 14:56:50.263" level="INFO">Starting process:
openstack server create l3_net_1_vm_3 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=0a041094-8665-4135-a8a1-bf3e4bd3167d --security-group l3_sg --availability-zone nova:overcloud-novacompute-0.opnfvlf.org</msg>
<msg timestamp="20181020 14:56:50.283" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:57:00.501" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:57:00.501" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:57:00.501" starttime="20181020 14:56:50.262"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:57:00.502" 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                           | C7Qh6d8T6xoh                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:57:00Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 4c63800d-f97e-4367-a2e7-7a670c856c6e                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_1_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:57:00Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:57:00.503" starttime="20181020 14:57:00.502"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:57:00.503" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:57:00.503" starttime="20181020 14:57:00.503"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:57:00.504" starttime="20181020 14:57:00.503"></status>
</kw>
<msg timestamp="20181020 14:57:00.504" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:57:00.504" starttime="20181020 14:56:50.261"></status>
</kw>
<status status="PASS" endtime="20181020 14:57:00.504" starttime="20181020 14:56:47.887"></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="20181020 14:57:00.506" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:57:00.506" starttime="20181020 14:57:00.505"></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="20181020 14:57:00.515" level="INFO">Starting process:
openstack network list | grep "l3_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:57:00.540" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:57:03.351" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:57:03.351" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:57:03.351" starttime="20181020 14:57:00.514"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:57:03.352" level="INFO">6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:03.353" starttime="20181020 14:57:03.352"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:57:03.353" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:57:03.354" starttime="20181020 14:57:03.353"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:57:03.354" starttime="20181020 14:57:03.354"></status>
</kw>
<msg timestamp="20181020 14:57:03.355" level="INFO">${output} = 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:03.355" starttime="20181020 14:57:00.514"></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="20181020 14:57:03.355" level="INFO">${splitted_output} = [u'6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a']</msg>
<status status="PASS" endtime="20181020 14:57:03.355" starttime="20181020 14:57:03.355"></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="20181020 14:57:03.356" level="INFO">${net_id} = 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:03.356" starttime="20181020 14:57:03.355"></status>
</kw>
<msg timestamp="20181020 14:57:03.356" level="INFO">${net_id} = 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:03.356" starttime="20181020 14:57:00.506"></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="20181020 14:57:03.366" level="INFO">Starting process:
openstack server create l3_net_2_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a --security-group l3_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181020 14:57:03.385" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:57:12.518" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:57:12.518" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:57:12.518" starttime="20181020 14:57:03.365"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:57:12.519" 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                           | boDksfwfkH5M                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:57:12Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_2_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:57:12Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:57:12.520" starttime="20181020 14:57:12.519"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:57:12.520" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:57:12.520" starttime="20181020 14:57:12.520"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:57:12.521" starttime="20181020 14:57:12.520"></status>
</kw>
<msg timestamp="20181020 14:57:12.521" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:57:12.521" starttime="20181020 14:57:03.364"></status>
</kw>
<status status="PASS" endtime="20181020 14:57:12.521" starttime="20181020 14:57:00.505"></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="20181020 14:57:12.523" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:57:12.523" starttime="20181020 14:57:12.522"></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="20181020 14:57:12.532" level="INFO">Starting process:
openstack network list | grep "l3_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:57:12.555" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:57:15.633" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:57:15.633" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:57:15.633" starttime="20181020 14:57:12.532"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:57:15.635" level="INFO">6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:15.635" starttime="20181020 14:57:15.634"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:57:15.635" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:57:15.636" starttime="20181020 14:57:15.635"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:57:15.637" starttime="20181020 14:57:15.636"></status>
</kw>
<msg timestamp="20181020 14:57:15.637" level="INFO">${output} = 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:15.637" starttime="20181020 14:57:12.531"></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="20181020 14:57:15.638" level="INFO">${splitted_output} = [u'6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a']</msg>
<status status="PASS" endtime="20181020 14:57:15.638" starttime="20181020 14:57:15.637"></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="20181020 14:57:15.639" level="INFO">${net_id} = 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:15.639" starttime="20181020 14:57:15.638"></status>
</kw>
<msg timestamp="20181020 14:57:15.639" level="INFO">${net_id} = 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:15.639" starttime="20181020 14:57:12.523"></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="20181020 14:57:15.652" level="INFO">Starting process:
openstack server create l3_net_2_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a --security-group l3_sg --availability-zone nova:overcloud-novacompute-0.opnfvlf.org</msg>
<msg timestamp="20181020 14:57:15.673" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:57:25.671" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:57:25.671" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:57:25.671" starttime="20181020 14:57:15.651"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:57:25.672" 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                           | LDwN6Rm77eG9                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:57:25Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 1a0e3eed-4e65-4506-86dd-ed491c107464                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_2_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:57:25Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:57:25.673" starttime="20181020 14:57:25.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="20181020 14:57:25.673" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:57:25.674" starttime="20181020 14:57:25.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="20181020 14:57:25.674" starttime="20181020 14:57:25.674"></status>
</kw>
<msg timestamp="20181020 14:57:25.675" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:57:25.675" starttime="20181020 14:57:15.650"></status>
</kw>
<status status="PASS" endtime="20181020 14:57:25.675" starttime="20181020 14:57:12.522"></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="20181020 14:57:25.677" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:57:25.677" starttime="20181020 14:57:25.676"></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="20181020 14:57:25.692" level="INFO">Starting process:
openstack network list | grep "l3_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:57:25.716" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:57:28.302" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:57:28.303" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:57:28.303" starttime="20181020 14:57:25.692"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:57:28.304" level="INFO">6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:28.304" starttime="20181020 14:57:28.303"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:57:28.305" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:57:28.305" starttime="20181020 14:57:28.305"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:57:28.306" starttime="20181020 14:57:28.305"></status>
</kw>
<msg timestamp="20181020 14:57:28.307" level="INFO">${output} = 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:28.307" starttime="20181020 14:57:25.691"></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="20181020 14:57:28.308" level="INFO">${splitted_output} = [u'6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a']</msg>
<status status="PASS" endtime="20181020 14:57:28.308" starttime="20181020 14:57:28.308"></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="20181020 14:57:28.309" level="INFO">${net_id} = 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:28.309" starttime="20181020 14:57:28.309"></status>
</kw>
<msg timestamp="20181020 14:57:28.309" level="INFO">${net_id} = 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<status status="PASS" endtime="20181020 14:57:28.309" starttime="20181020 14:57:25.677"></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="20181020 14:57:28.323" level="INFO">Starting process:
openstack server create l3_net_2_vm_3 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a --security-group l3_sg --availability-zone nova:overcloud-novacompute-0.opnfvlf.org</msg>
<msg timestamp="20181020 14:57:28.345" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:57:38.368" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:57:38.368" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:57:38.368" starttime="20181020 14:57:28.322"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:57:38.369" 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                           | zGw3AWawJnkx                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:57:38Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 7411f999-58ee-46fc-8b0e-fed1d9290e77                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_2_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:57:38Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:57:38.369" starttime="20181020 14:57:38.369"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:57:38.370" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:57:38.370" starttime="20181020 14:57:38.370"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:57:38.371" starttime="20181020 14:57:38.370"></status>
</kw>
<msg timestamp="20181020 14:57:38.371" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:57:38.371" starttime="20181020 14:57:28.321"></status>
</kw>
<status status="PASS" endtime="20181020 14:57:38.371" starttime="20181020 14:57:25.675"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
<arg>@{NET_3_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181020 14:57:38.373" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:57:38.373" starttime="20181020 14:57:38.372"></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="20181020 14:57:38.381" level="INFO">Starting process:
openstack network list | grep "l3_net_3" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:57:38.405" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:57:41.100" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:57:41.100" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:57:41.100" starttime="20181020 14:57:38.381"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:57:41.101" level="INFO">d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:57:41.101" starttime="20181020 14:57:41.100"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:57:41.102" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:57:41.102" starttime="20181020 14:57:41.101"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:57:41.102" starttime="20181020 14:57:41.102"></status>
</kw>
<msg timestamp="20181020 14:57:41.103" level="INFO">${output} = d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:57:41.103" starttime="20181020 14:57:38.380"></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="20181020 14:57:41.104" level="INFO">${splitted_output} = [u'd22dcc92-dc35-463d-89ce-f523d606e1a6']</msg>
<status status="PASS" endtime="20181020 14:57:41.104" starttime="20181020 14:57:41.103"></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="20181020 14:57:41.104" level="INFO">${net_id} = d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:57:41.104" starttime="20181020 14:57:41.104"></status>
</kw>
<msg timestamp="20181020 14:57:41.104" level="INFO">${net_id} = d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:57:41.104" starttime="20181020 14:57:38.373"></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="20181020 14:57:41.114" level="INFO">Starting process:
openstack server create l3_net_3_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=d22dcc92-dc35-463d-89ce-f523d606e1a6 --security-group l3_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181020 14:57:41.137" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:57:49.021" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:57:49.022" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:57:49.022" starttime="20181020 14:57:41.113"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:57:49.023" 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                           | RXD4nLqXuiK5                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:57:48Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | cd8fb03e-90f6-4c2f-adb8-8c920aee87f1                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_3_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:57:48Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:57:49.023" starttime="20181020 14:57:49.022"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:57:49.024" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:57:49.024" starttime="20181020 14:57:49.023"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:57:49.024" starttime="20181020 14:57:49.024"></status>
</kw>
<msg timestamp="20181020 14:57:49.025" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:57:49.025" starttime="20181020 14:57:41.112"></status>
</kw>
<status status="PASS" endtime="20181020 14:57:49.025" starttime="20181020 14:57:38.371"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
<arg>@{NET_3_VMS}[1]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181020 14:57:49.026" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:57:49.026" starttime="20181020 14:57:49.026"></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="20181020 14:57:49.035" level="INFO">Starting process:
openstack network list | grep "l3_net_3" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:57:49.055" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:57:53.224" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:57:53.224" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:57:53.224" starttime="20181020 14:57:49.034"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:57:53.226" level="INFO">d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:57:53.226" starttime="20181020 14:57:53.225"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:57:53.226" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:57:53.227" starttime="20181020 14:57:53.226"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:57:53.228" starttime="20181020 14:57:53.227"></status>
</kw>
<msg timestamp="20181020 14:57:53.228" level="INFO">${output} = d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:57:53.228" starttime="20181020 14:57:49.034"></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="20181020 14:57:53.229" level="INFO">${splitted_output} = [u'd22dcc92-dc35-463d-89ce-f523d606e1a6']</msg>
<status status="PASS" endtime="20181020 14:57:53.229" starttime="20181020 14:57:53.228"></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="20181020 14:57:53.230" level="INFO">${net_id} = d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:57:53.230" starttime="20181020 14:57:53.229"></status>
</kw>
<msg timestamp="20181020 14:57:53.230" level="INFO">${net_id} = d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:57:53.230" starttime="20181020 14:57:49.026"></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="20181020 14:57:53.240" level="INFO">Starting process:
openstack server create l3_net_3_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=d22dcc92-dc35-463d-89ce-f523d606e1a6 --security-group l3_sg --availability-zone nova:overcloud-novacompute-1.opnfvlf.org</msg>
<msg timestamp="20181020 14:57:53.268" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:58:00.698" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:58:00.698" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:58:00.698" starttime="20181020 14:57:53.240"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:58:00.699" 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                           | qkpP2PPAAynP                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:58:00Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | b147bfde-6c68-4e97-9f03-dbe6fa356adf                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_3_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:58:00Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:58:00.700" starttime="20181020 14:58:00.699"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:58:00.700" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:58:00.700" starttime="20181020 14:58:00.700"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:58:00.701" starttime="20181020 14:58:00.700"></status>
</kw>
<msg timestamp="20181020 14:58:00.701" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:58:00.701" starttime="20181020 14:57:53.238"></status>
</kw>
<status status="PASS" endtime="20181020 14:58:00.701" starttime="20181020 14:57:49.025"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
<arg>@{NET_3_VMS}[2]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181020 14:58:00.703" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181020 14:58:00.703" starttime="20181020 14:58:00.702"></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="20181020 14:58:00.713" level="INFO">Starting process:
openstack network list | grep "l3_net_3" | awk '{print $2}'</msg>
<msg timestamp="20181020 14:58:00.740" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:58:03.792" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:58:03.793" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:58:03.793" starttime="20181020 14:58:00.712"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:58:03.794" level="INFO">d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:58:03.794" starttime="20181020 14:58:03.793"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:58:03.795" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:58:03.795" starttime="20181020 14:58:03.794"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:58:03.796" starttime="20181020 14:58:03.795"></status>
</kw>
<msg timestamp="20181020 14:58:03.796" level="INFO">${output} = d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:58:03.796" starttime="20181020 14:58:00.712"></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="20181020 14:58:03.797" level="INFO">${splitted_output} = [u'd22dcc92-dc35-463d-89ce-f523d606e1a6']</msg>
<status status="PASS" endtime="20181020 14:58:03.797" starttime="20181020 14:58:03.797"></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="20181020 14:58:03.798" level="INFO">${net_id} = d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:58:03.798" starttime="20181020 14:58:03.798"></status>
</kw>
<msg timestamp="20181020 14:58:03.798" level="INFO">${net_id} = d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<status status="PASS" endtime="20181020 14:58:03.798" starttime="20181020 14:58:00.703"></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="20181020 14:58:03.806" level="INFO">Starting process:
openstack server create l3_net_3_vm_3 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=d22dcc92-dc35-463d-89ce-f523d606e1a6 --security-group l3_sg --availability-zone nova:overcloud-novacompute-0.opnfvlf.org</msg>
<msg timestamp="20181020 14:58:03.831" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:58:12.260" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:58:12.261" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:58:12.261" starttime="20181020 14:58:03.806"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:58:12.262" 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                           | ECV5VzDRmQgs                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:58:11Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_3_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-10-20T14:58:12Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 14:58:12.262" starttime="20181020 14:58:12.261"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:58:12.263" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:58:12.263" starttime="20181020 14:58:12.263"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:58:12.264" starttime="20181020 14:58:12.264"></status>
</kw>
<msg timestamp="20181020 14:58:12.265" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181020 14:58:12.265" starttime="20181020 14:58:03.805"></status>
</kw>
<status status="PASS" endtime="20181020 14:58:12.265" starttime="20181020 14:58:00.702"></status>
</kw>
<kw name="Get VM IPs" library="OpenStackOperations">
<doc>Get the instance IP addresses and nameserver address for the list of given vms.</doc>
<arguments>
<arg>@{NET_1_VMS}</arg>
</arguments>
<assign>
<var>@{NET_1_L3_VM_IPS}</var>
<var>${NET_1_L3_DHCP_IP}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{vm_ips}</var>
</assign>
<msg timestamp="20181020 14:58:12.267" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181020 14:58:12.267" starttime="20181020 14:58:12.267"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = l3_net_1_vm_1">
<kw name="Poll VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>${retry}</arg>
<arg>${retry_interval}</arg>
<arg>OpenStackOperations.Verify VM Is ACTIVE</arg>
<arg>${vm_name}</arg>
</arguments>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:58:12.280" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:58:12.309" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:58:18.502" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:58:18.502" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:58:18.502" starttime="20181020 14:58:12.280"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:58:18.504" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:58:18.504" starttime="20181020 14:58:18.503"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:58:18.504" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:58:18.505" starttime="20181020 14:58:18.504"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:58:18.505" starttime="20181020 14:58:18.505"></status>
</kw>
<msg timestamp="20181020 14:58:18.506" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:58:18.506" starttime="20181020 14:58:12.279"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:58:18.506" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:58:18.506" starttime="20181020 14:58:18.506"></status>
</kw>
<status status="FAIL" endtime="20181020 14:58:18.507" starttime="20181020 14:58:12.269"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:58:48.517" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:58:48.542" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:58:53.160" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:58:53.161" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:58:53.161" starttime="20181020 14:58:48.517"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 14:58:53.162" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:58:53.163" starttime="20181020 14:58:53.162"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:58:53.163" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:58:53.163" starttime="20181020 14:58:53.163"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:58:53.164" starttime="20181020 14:58:53.164"></status>
</kw>
<msg timestamp="20181020 14:58:53.165" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:58:53.165" starttime="20181020 14:58:48.516"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:58:53.166" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:58:53.166" starttime="20181020 14:58:53.165"></status>
</kw>
<status status="FAIL" endtime="20181020 14:58:53.166" starttime="20181020 14:58:48.507"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:59:23.178" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:59:23.206" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 14:59:28.703" level="INFO">Process completed.</msg>
<msg timestamp="20181020 14:59:28.704" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 14:59:28.704" starttime="20181020 14:59:23.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="20181020 14:59:28.705" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 14:59:28.705" starttime="20181020 14:59:28.705"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 14:59:28.706" level="INFO"></msg>
<status status="PASS" endtime="20181020 14:59:28.706" starttime="20181020 14:59:28.706"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 14:59:28.707" starttime="20181020 14:59:28.706"></status>
</kw>
<msg timestamp="20181020 14:59:28.707" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 14:59:28.708" starttime="20181020 14:59:23.177"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 14:59:28.709" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 14:59:28.709" starttime="20181020 14:59:28.708"></status>
</kw>
<status status="FAIL" endtime="20181020 14:59:28.709" starttime="20181020 14:59:23.167"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 14:59:58.719" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 14:59:58.744" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:00:03.569" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:00:03.570" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:00:03.570" starttime="20181020 14:59:58.719"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:00:03.571" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:00:03.571" starttime="20181020 15:00:03.570"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:00:03.572" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:00:03.572" starttime="20181020 15:00:03.571"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:00:03.573" starttime="20181020 15:00:03.572"></status>
</kw>
<msg timestamp="20181020 15:00:03.573" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:00:03.573" starttime="20181020 14:59:58.718"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:00:03.574" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:00:03.574" starttime="20181020 15:00:03.573"></status>
</kw>
<status status="FAIL" endtime="20181020 15:00:03.574" starttime="20181020 14:59:58.710"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:00:33.584" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:00:33.604" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:00:38.282" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:00:38.283" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:00:38.283" starttime="20181020 15:00:33.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="20181020 15:00:38.284" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:00:38.284" starttime="20181020 15:00:38.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="20181020 15:00:38.284" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:00:38.285" starttime="20181020 15:00:38.284"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:00:38.285" starttime="20181020 15:00:38.285"></status>
</kw>
<msg timestamp="20181020 15:00:38.286" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:00:38.286" starttime="20181020 15:00:33.583"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:00:38.287" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:00:38.287" starttime="20181020 15:00:38.286"></status>
</kw>
<status status="FAIL" endtime="20181020 15:00:38.287" starttime="20181020 15:00:33.574"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:01:08.298" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:01:08.323" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:01:13.103" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:01:13.104" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:01:13.104" starttime="20181020 15:01:08.298"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:01:13.105" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:01:13.105" starttime="20181020 15:01:13.104"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:01:13.106" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:01:13.106" starttime="20181020 15:01:13.105"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:01:13.107" starttime="20181020 15:01:13.106"></status>
</kw>
<msg timestamp="20181020 15:01:13.107" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:01:13.107" starttime="20181020 15:01:08.297"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:01:13.108" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:01:13.108" starttime="20181020 15:01:13.107"></status>
</kw>
<status status="FAIL" endtime="20181020 15:01:13.108" starttime="20181020 15:01:08.287"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:01:43.119" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:01:43.141" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:01:48.374" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:01:48.374" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:01:48.374" starttime="20181020 15:01:43.119"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:01:48.376" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:01:48.376" starttime="20181020 15:01:48.375"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:01:48.376" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:01:48.376" starttime="20181020 15:01:48.376"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:01:48.377" starttime="20181020 15:01:48.377"></status>
</kw>
<msg timestamp="20181020 15:01:48.377" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:01:48.378" starttime="20181020 15:01:43.118"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:01:48.378" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:01:48.378" starttime="20181020 15:01:48.378"></status>
</kw>
<status status="FAIL" endtime="20181020 15:01:48.378" starttime="20181020 15:01:43.109"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:02:18.389" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:02:18.411" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:02:23.306" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:02:23.306" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:02:23.306" starttime="20181020 15:02:18.388"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:02:23.307" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:02:23.307" starttime="20181020 15:02:23.307"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:02:23.308" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:02:23.308" starttime="20181020 15:02:23.308"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:02:23.309" starttime="20181020 15:02:23.308"></status>
</kw>
<msg timestamp="20181020 15:02:23.309" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:02:23.309" starttime="20181020 15:02:18.388"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:02:23.310" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:02:23.310" starttime="20181020 15:02:23.310"></status>
</kw>
<status status="FAIL" endtime="20181020 15:02:23.310" starttime="20181020 15:02:18.379"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:02:53.322" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:02:53.349" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:02:58.400" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:02:58.401" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:02:58.401" starttime="20181020 15:02:53.321"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:02:58.402" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:02:58.403" starttime="20181020 15:02:58.402"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:02:58.403" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:02:58.403" starttime="20181020 15:02:58.403"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:02:58.404" starttime="20181020 15:02:58.403"></status>
</kw>
<msg timestamp="20181020 15:02:58.404" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:02:58.404" starttime="20181020 15:02:53.320"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:02:58.405" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:02:58.405" starttime="20181020 15:02:58.404"></status>
</kw>
<status status="FAIL" endtime="20181020 15:02:58.405" starttime="20181020 15:02:53.311"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:03:28.417" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:03:28.444" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:03:34.378" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:03:34.379" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:03:34.379" starttime="20181020 15:03:28.416"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:03:34.380" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:03:34.380" starttime="20181020 15:03:34.379"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:03:34.381" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:03:34.381" starttime="20181020 15:03:34.380"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:03:34.382" starttime="20181020 15:03:34.381"></status>
</kw>
<msg timestamp="20181020 15:03:34.382" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:03:34.382" starttime="20181020 15:03:28.415"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:03:34.383" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:03:34.383" starttime="20181020 15:03:34.382"></status>
</kw>
<status status="FAIL" endtime="20181020 15:03:34.383" starttime="20181020 15:03:28.406"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:04:04.395" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:04:04.424" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:04:10.169" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:04:10.170" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:04:10.170" starttime="20181020 15:04:04.395"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:04:10.171" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:04:10.172" starttime="20181020 15:04:10.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="20181020 15:04:10.172" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:04:10.173" starttime="20181020 15:04:10.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="20181020 15:04:10.174" starttime="20181020 15:04:10.173"></status>
</kw>
<msg timestamp="20181020 15:04:10.174" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:04:10.174" starttime="20181020 15:04:04.394"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:04:10.175" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:04:10.175" starttime="20181020 15:04:10.174"></status>
</kw>
<status status="FAIL" endtime="20181020 15:04:10.175" starttime="20181020 15:04:04.384"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:04:40.187" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:04:40.209" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:04:45.358" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:04:45.358" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:04:45.358" starttime="20181020 15:04:40.187"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:04:45.360" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:04:45.360" starttime="20181020 15:04:45.359"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:04:45.360" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:04:45.360" starttime="20181020 15:04:45.360"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:04:45.361" starttime="20181020 15:04:45.360"></status>
</kw>
<msg timestamp="20181020 15:04:45.361" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:04:45.362" starttime="20181020 15:04:40.186"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:04:45.362" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:04:45.363" starttime="20181020 15:04:45.362"></status>
</kw>
<status status="FAIL" endtime="20181020 15:04:45.363" starttime="20181020 15:04:40.176"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:05:15.378" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:05:15.401" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:05:20.072" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:05:20.072" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:05:20.072" starttime="20181020 15:05:15.377"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:05:20.073" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:05:20.073" starttime="20181020 15:05:20.072"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:05:20.073" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:05:20.073" starttime="20181020 15:05:20.073"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:05:20.074" starttime="20181020 15:05:20.074"></status>
</kw>
<msg timestamp="20181020 15:05:20.074" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:05:20.074" starttime="20181020 15:05:15.376"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:05:20.075" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:05:20.075" starttime="20181020 15:05:20.075"></status>
</kw>
<status status="FAIL" endtime="20181020 15:05:20.075" starttime="20181020 15:05:15.364"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:05:50.085" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:05:50.113" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:05:54.710" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:05:54.710" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:05:54.710" starttime="20181020 15:05:50.084"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:05:54.711" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:05:54.711" starttime="20181020 15:05:54.710"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:05:54.711" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:05:54.711" starttime="20181020 15:05:54.711"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:05:54.712" starttime="20181020 15:05:54.712"></status>
</kw>
<msg timestamp="20181020 15:05:54.712" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:05:54.712" starttime="20181020 15:05:50.083"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:05:54.713" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:05:54.713" starttime="20181020 15:05:54.713"></status>
</kw>
<status status="FAIL" endtime="20181020 15:05:54.713" starttime="20181020 15:05:50.076"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:06:24.725" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:06:24.752" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:06:28.933" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:06:28.934" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:06:28.934" starttime="20181020 15:06:24.725"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:06:28.935" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:06:28.935" starttime="20181020 15:06:28.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="20181020 15:06:28.935" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:06:28.935" starttime="20181020 15:06:28.935"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:06:28.936" starttime="20181020 15:06:28.936"></status>
</kw>
<msg timestamp="20181020 15:06:28.936" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:06:28.936" starttime="20181020 15:06:24.724"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:06:28.937" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:06:28.938" starttime="20181020 15:06:28.937"></status>
</kw>
<status status="FAIL" endtime="20181020 15:06:28.938" starttime="20181020 15:06:24.714"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:06:58.951" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:06:58.976" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:07:04.173" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:07:04.174" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:07:04.174" starttime="20181020 15:06:58.951"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:07:04.175" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:07:04.175" starttime="20181020 15:07:04.175"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:07:04.176" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:07:04.176" starttime="20181020 15:07:04.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="20181020 15:07:04.177" starttime="20181020 15:07:04.176"></status>
</kw>
<msg timestamp="20181020 15:07:04.177" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:07:04.177" starttime="20181020 15:06:58.950"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:07:04.178" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:07:04.178" starttime="20181020 15:07:04.178"></status>
</kw>
<status status="FAIL" endtime="20181020 15:07:04.179" starttime="20181020 15:06:58.938"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:07:34.189" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:07:34.210" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:07:39.289" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:07:39.289" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:07:39.289" starttime="20181020 15:07:34.188"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:07:39.291" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:07:39.291" starttime="20181020 15:07:39.290"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:07:39.292" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:07:39.292" starttime="20181020 15:07:39.291"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:07:39.293" starttime="20181020 15:07:39.292"></status>
</kw>
<msg timestamp="20181020 15:07:39.293" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:07:39.293" starttime="20181020 15:07:34.188"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:07:39.295" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:07:39.295" starttime="20181020 15:07:39.294"></status>
</kw>
<status status="FAIL" endtime="20181020 15:07:39.295" starttime="20181020 15:07:34.179"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:08:09.309" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181020 15:08:09.331" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:08:13.860" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:08:13.860" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:08:13.860" starttime="20181020 15:08:09.309"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:08:13.861" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |</msg>
<status status="PASS" endtime="20181020 15:08:13.861" starttime="20181020 15:08:13.861"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:08:13.862" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:08:13.862" starttime="20181020 15:08:13.861"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:13.862" starttime="20181020 15:08:13.862"></status>
</kw>
<msg timestamp="20181020 15:08:13.863" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181020 15:08:13.863" starttime="20181020 15:08:09.308"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181020 15:08:13.863" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:08:13.864" starttime="20181020 15:08:13.863"></status>
</kw>
<status status="FAIL" endtime="20181020 15:08:13.864" starttime="20181020 15:08:09.296"></status>
</kw>
<msg timestamp="20181020 15:08:13.864" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181020 15:08:13.864" starttime="20181020 14:58:12.269"></status>
</kw>
<status status="FAIL" endtime="20181020 15:08:13.864" starttime="20181020 14:58:12.268"></status>
</kw>
<status status="FAIL" endtime="20181020 15:08:13.864" starttime="20181020 14:58:12.268"></status>
</kw>
<status status="FAIL" endtime="20181020 15:08:13.864" starttime="20181020 14:58:12.267"></status>
</kw>
<status status="FAIL" endtime="20181020 15:08:13.864" starttime="20181020 14:58:12.266"></status>
</kw>
<status status="FAIL" endtime="20181020 15:08:13.865" starttime="20181020 14:54:16.923"></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="20181020 15:08:13.866" critical="yes" starttime="20181020 15:08:13.865">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t2" name="Ping Vm Instance2 In net_2 From net_1 (vxlan to vlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181020 15:08:13.866" critical="yes" starttime="20181020 15:08:13.866">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 15:08:13.867" critical="yes" starttime="20181020 15:08:13.867">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t4" name="Ping Vm Instance1 In net_1 From net_2 (vlan to vxlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181020 15:08:13.868" critical="yes" starttime="20181020 15:08:13.868">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 15:08:13.869" critical="yes" starttime="20181020 15:08:13.868">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 15:08:13.870" critical="yes" starttime="20181020 15:08:13.869">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 15:08:13.870" critical="yes" starttime="20181020 15:08:13.870">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 15:08:13.871" critical="yes" starttime="20181020 15:08:13.871">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 15:08:13.872" critical="yes" starttime="20181020 15:08:13.872">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 15:08:13.873" critical="yes" starttime="20181020 15:08:13.872">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 15:08:13.874" critical="yes" starttime="20181020 15:08:13.873">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-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="20181020 15:08:13.874" critical="yes" starttime="20181020 15:08:13.874">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<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="20181020 15:08:13.875" critical="yes" starttime="20181020 15:08:13.874">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<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="20181020 15:08:13.876" critical="yes" starttime="20181020 15:08:13.875">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t15" name="Connectivity Tests From Vm Instance3 In net_2">
<doc>Logging to the vm instance using generated key pair.</doc>
<status status="FAIL" endtime="20181020 15:08:13.876" critical="yes" starttime="20181020 15:08:13.876">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t16" name="Delete Vm Instances In net_1">
<doc>Delete Vm instances using instance names in net_1.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.877" critical="yes" starttime="20181020 15:08:13.877">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t17" name="Delete Vm Instances In net_2">
<doc>Delete Vm instances using instance names in net_2.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.878" critical="yes" starttime="20181020 15:08:13.877">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t18" name="Delete Vm Instances In net_3">
<doc>Delete Vm instances using instance names in net_3.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.879" critical="yes" starttime="20181020 15:08:13.878">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t19" name="Create Vm Instances For net_4">
<doc>Create VM instances using flavor and image names for a network.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.882" critical="yes" starttime="20181020 15:08:13.880">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t20" name="Create Vm Instances For net_5">
<doc>Create VM instances using flavor and image names for a network.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.883" critical="yes" starttime="20181020 15:08:13.882">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t21" name="Create Router2">
<doc>Create Router</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.884" critical="yes" starttime="20181020 15:08:13.883">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t22" name="Add net_4 Interfaces To Router2">
<doc>Add Interfaces</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.885" critical="yes" starttime="20181020 15:08:13.884">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t23" name="Check Vm Instances on net_4 and net_5 Have Ip Address">
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.886" critical="yes" starttime="20181020 15:08:13.885">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t24" name="Add net_5 Interfaces To Router2">
<doc>Add Interfaces</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.887" critical="yes" starttime="20181020 15:08:13.886">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t25" name="Ping Vm Instance5 In net_5 From net_4 (vlan to vlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.888" critical="yes" starttime="20181020 15:08:13.887">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t26" name="Ping Vm Instance5 In net_4 From net_5 (vlan to vlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.890" critical="yes" starttime="20181020 15:08:13.889">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<test id="s1-s2-t27" name="Connectivity Tests From Vm Instance4 In net_5">
<doc>Check reachability of vm instance on a different network with one vlan vm in source and destination.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181020 15:08:13.891" critical="yes" starttime="20181020 15:08:13.890">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</test>
<kw type="teardown" name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181020 15:08:13.898" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.18 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF</msg>
<status status="PASS" endtime="20181020 15:08:13.898" starttime="20181020 15:08:13.897"></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="20181020 15:08:13.900" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.18 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF 2&gt;&amp;1'.</msg>
<msg timestamp="20181020 15:08:14.334" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181020 15:08:14.334" starttime="20181020 15:08:13.898"></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="20181020 15:08:14.335" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

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

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

---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 2671
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 1920
ReadWriteTransactionCount   = 170
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 2
ReadWriteTransactionCount   = 4
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 10463
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 1052
ReadWriteTransactionCount   = 4798
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 2
ReadWriteTransactionCount   = 4
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-2-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 140
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 1
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

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

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

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

distributed-data-store.config.commit.rate_Min      = 1.876432
distributed-data-store.config.commit.rate_Max      = 121.805937
distributed-data-store.config.commit.rate_Mean     = 11.3278352489
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 1181
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.92734
distributed-data-store.operational.commit.rate_Max      = 28.28031
distributed-data-store.operational.commit.rate_Mean     = 3.26964490564
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 5229
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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.14:2550,akka.tcp://opendaylight-cluster-data@192.0.2.18:2550,akka.tcp://opendaylight-cluster-data@192.0.2.6:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.14:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181020 15:08:14.335" starttime="20181020 15:08:14.334"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:14.336" starttime="20181020 15:08:13.897"></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="20181020 15:08:14.337" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.6 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF</msg>
<status status="PASS" endtime="20181020 15:08:14.337" starttime="20181020 15:08:14.336"></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="20181020 15:08:14.340" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.6 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF 2&gt;&amp;1'.</msg>
<msg timestamp="20181020 15:08:14.812" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181020 15:08:14.812" starttime="20181020 15:08:14.337"></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="20181020 15:08:14.813" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

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

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

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
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-2-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   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 2.65478
distributed-data-store.config.commit.rate_Max      = 126.769619
distributed-data-store.config.commit.rate_Mean     = 14.2229143284
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 1378
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 2.317382
distributed-data-store.operational.commit.rate_Max      = 108.212897
distributed-data-store.operational.commit.rate_Mean     = 5.05496503711
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 2535
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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.14:2550,akka.tcp://opendaylight-cluster-data@192.0.2.18:2550,akka.tcp://opendaylight-cluster-data@192.0.2.6:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.14:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181020 15:08:14.813" starttime="20181020 15:08:14.812"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:14.813" starttime="20181020 15:08:14.336"></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="20181020 15:08:14.816" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.14 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF</msg>
<status status="PASS" endtime="20181020 15:08:14.816" starttime="20181020 15:08:14.814"></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="20181020 15:08:14.820" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.14 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF 2&gt;&amp;1'.</msg>
<msg timestamp="20181020 15:08:15.280" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181020 15:08:15.280" starttime="20181020 15:08:14.816"></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="20181020 15:08:15.281" 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-2-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-2-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                   = Follower
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 0
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-2-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
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   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

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

distributed-data-store.config.commit.rate_Min      = 2.47103
distributed-data-store.config.commit.rate_Max      = 875.759548
distributed-data-store.config.commit.rate_Mean     = 10.3649002093
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 112
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 2.517842
distributed-data-store.operational.commit.rate_Max      = 64.826246
distributed-data-store.operational.commit.rate_Mean     = 5.99377132581
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 2699
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- 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.14:2550,akka.tcp://opendaylight-cluster-data@192.0.2.18:2550,akka.tcp://opendaylight-cluster-data@192.0.2.6:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@192.0.2.14:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

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

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

None</msg>
<status status="PASS" endtime="20181020 15:08:15.281" starttime="20181020 15:08:15.280"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:15.281" starttime="20181020 15:08:14.814"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:15.281" starttime="20181020 15:08:13.896"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:15.281" starttime="20181020 15:08:13.896"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>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="20181020 15:08:15.283" level="INFO">${tmpdir} = CSIT_L3</msg>
<status status="PASS" endtime="20181020 15:08:15.283" starttime="20181020 15:08:15.283"></status>
</kw>
<msg timestamp="20181020 15:08:15.284" level="INFO">${dstdir} = /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181020 15:08:15.284" starttime="20181020 15:08:15.283"></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="20181020 15:08:15.284" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.11 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF --path /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181020 15:08:15.284" starttime="20181020 15:08:15.284"></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="20181020 15:08:15.287" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.11 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF --path /tmp/CSIT_L3 2&gt;&amp;1'.</msg>
<msg timestamp="20181020 15:08:15.605" level="INFO">${rc} = 0</msg>
<msg timestamp="20181020 15:08:15.605" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181020 15:08:15.605" starttime="20181020 15:08:15.285"></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="20181020 15:08:15.606" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1,member-2,member-0)
arpmonitoring                                           member-1 (member-1,member-2,member-0)
bgp                                                     member-1 (member-1,member-2,member-0)
elan                                                    member-1 (member-1,member-2,member-0)
interface_config                                        member-1 (member-1,member-2,member-0)
interface_service_binding                               member-1 (member-1,member-2,member-0)
itm_config                                              member-1 (member-1,member-2,member-0)
netvirt-acl                                             member-1 (member-1,member-2,member-0)
netvirt-ipv6service-owner-entity                        member-1 (member-1,member-2,member-0)
netvirt-qos-owner-entity                                member-1 (member-1,member-2,member-0)
openflow:overcloud-controller-0.opnfvlf.org/48796303178259 member-0 (member-0,member-1,member-2)
openflow:overcloud-novacompute-0.opnfvlf.org/149698414707504 member-2 (member-2,member-1,member-0)
openflow:overcloud-controller-2.opnfvlf.org/260163147459722 member-2 (member-2,member-0,member-1)
openflow:overcloud-novacompute-1.opnfvlf.org/268318365241219 member-2 (member-2,member-1,member-0)
openflow:overcloud-controller-1.opnfvlf.org/228722813034790 member-1 (member-1,member-2,member-0)
ovsdb:overcloud-controller-2.opnfvlf.org/192.0.2.18     member-1 (member-1,member-0,member-2)
ovsdb:overcloud-novacompute-1.opnfvlf.org/192.0.2.25    member-0 (member-0,member-2,member-1)
ovsdb:overcloud-novacompute-0.opnfvlf.org/192.0.2.5     member-0 (member-0,member-2,member-1)
ovsdb:overcloud-controller-1.opnfvlf.org/192.0.2.6      member-1 (member-1,member-0,member-2)
ovsdb:overcloud-controller-0.opnfvlf.org/192.0.2.14     member-0 (member-0,member-2,member-1)
ovsdb-hwvtepsouthbound-provider                         member-2 (member-2,member-0,member-1)
ovsdb-southbound-provider                               member-1 (member-1,member-0,member-2)</msg>
<status status="PASS" endtime="20181020 15:08:15.606" starttime="20181020 15:08:15.605"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:15.606" starttime="20181020 15:08:15.606"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:15.607" starttime="20181020 15:08:15.282"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:15.607" starttime="20181020 15:08:15.281"></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="20181020 15:08:15.609" level="INFO">${tmpdir} = CSIT_L3</msg>
<status status="PASS" endtime="20181020 15:08:15.609" starttime="20181020 15:08:15.609"></status>
</kw>
<msg timestamp="20181020 15:08:15.610" level="INFO">${dstdir} = /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181020 15:08:15.610" starttime="20181020 15:08:15.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>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="20181020 15:08:15.610" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.11 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF --path /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181020 15:08:15.610" starttime="20181020 15:08:15.610"></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="20181020 15:08:15.613" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.11 -t 8081 -u admin -w Szz8apcYyvVOsKZx5P09F6toF --path /tmp/CSIT_L3 2&gt;&amp;1'.</msg>
<msg timestamp="20181020 15:08:15.958" level="INFO">${rc} = 0</msg>
<msg timestamp="20181020 15:08:15.958" level="INFO">${output} = Analysing transport-zone:default-transport-zone
..Interface tun617d26e46a5 is down
..InterfaceState missing for tunnel tund356ff49ce4</msg>
<status status="PASS" endtime="20181020 15:08:15.958" starttime="20181020 15:08:15.611"></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="20181020 15:08:15.959" level="INFO">rc: 0, output: Analysing transport-zone:default-transport-zone
..Interface tun617d26e46a5 is down
..InterfaceState missing for tunnel tund356ff49ce4</msg>
<status status="PASS" endtime="20181020 15:08:15.959" starttime="20181020 15:08:15.958"></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="20181020 15:08:15.959" starttime="20181020 15:08:15.959"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:15.960" starttime="20181020 15:08:15.607"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:15.960" starttime="20181020 15:08:15.607"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:15.960" starttime="20181020 15:08:13.895"></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="20181020 15:08:15.962" starttime="20181020 15:08:15.962"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:15.963" starttime="20181020 15:08:15.963"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:15.964" starttime="20181020 15:08:15.964"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:15.970" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181020 15:08:15.971" starttime="20181020 15:08:15.964"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:15.986" 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:91:95:06:d4:a6 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 66:2d:36:06:bf:a9 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:91:95:06:d4:a6 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:47:2d:39:3c 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 ec:9d:f3:fc:ec:8a 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 96:c4:c4:47:c0:da brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:15.986" 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="20181020 15:08:15.986" starttime="20181020 15:08:15.971"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:15.986" starttime="20181020 15:08:15.962"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:15.989" starttime="20181020 15:08:15.989"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:15.990" starttime="20181020 15:08:15.989"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:15.991" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181020 15:08:15.992" starttime="20181020 15:08:15.990"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.001" 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::291:95ff:fe06:d4a6/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.18/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::291:95ff:fe06:d4a6/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:47ff:fe2d:393c/64 scope link \       valid_lft forever preferred_lft forever
19: vxlan_sys_4789    inet6 fe80::94c4:c4ff:fe47:c0da/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.001" 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::291:95...</msg>
<status status="PASS" endtime="20181020 15:08:16.001" starttime="20181020 15:08:15.992"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.001" starttime="20181020 15:08:15.987"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.003" starttime="20181020 15:08:16.002"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.003" starttime="20181020 15:08:16.003"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.006" level="INFO">ip route</msg>
<status status="PASS" endtime="20181020 15:08:16.006" starttime="20181020 15:08:16.004"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.012" level="INFO">default via 192.0.2.1 dev br-ex 
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.18 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.012" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
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....</msg>
<status status="PASS" endtime="20181020 15:08:16.012" starttime="20181020 15:08:16.006"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.013" starttime="20181020 15:08:16.002"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.014" starttime="20181020 15:08:16.013"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.014" starttime="20181020 15:08:16.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="20181020 15:08:16.017" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181020 15:08:16.017" starttime="20181020 15:08:16.014"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.022" level="INFO">? (192.0.2.99) at e2:03:05:34:e7:49 [ether] on br-ex
? (192.0.2.14) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.5) at 00:a5:34:20:ef:5e [ether] on br-ex
? (192.0.2.10) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.1) at 00:78:60:43:2d:f0 [ether] on br-ex
? (192.0.2.6) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.25) at 00:99:b8:8b:90:89 [ether] on br-ex
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.022" level="INFO">${output} = ? (192.0.2.99) at e2:03:05:34:e7:49 [ether] on br-ex
? (192.0.2.14) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.5) at 00:a5:34:20:ef:5e [et...</msg>
<status status="PASS" endtime="20181020 15:08:16.022" starttime="20181020 15:08:16.017"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.023" starttime="20181020 15:08:16.013"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.024" starttime="20181020 15:08:16.024"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.025" starttime="20181020 15:08:16.024"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.027" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181020 15:08:16.027" starttime="20181020 15:08:16.025"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.035" level="INFO">qdhcp-474bcfc2-5b26-4928-8d4b-03238a3b136b
qdhcp-e210ae5d-68b7-480c-9497-ececfb37b318
qdhcp-d22dcc92-dc35-463d-89ce-f523d606e1a6
qdhcp-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a
qdhcp-0a041094-8665-4135-a8a1-bf3e4bd3167d
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.035" level="INFO">${output} = qdhcp-474bcfc2-5b26-4928-8d4b-03238a3b136b
qdhcp-e210ae5d-68b7-480c-9497-ececfb37b318
qdhcp-d22dcc92-dc35-463d-89ce-f523d606e1a6
qdhcp-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a
qdhcp-0a041094-8665-4135...</msg>
<status status="PASS" endtime="20181020 15:08:16.035" starttime="20181020 15:08:16.027"></status>
</kw>
<msg timestamp="20181020 15:08:16.036" level="INFO">${nslist} = qdhcp-474bcfc2-5b26-4928-8d4b-03238a3b136b
qdhcp-e210ae5d-68b7-480c-9497-ececfb37b318
qdhcp-d22dcc92-dc35-463d-89ce-f523d606e1a6
qdhcp-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a
qdhcp-0a041094-8665-4135...</msg>
<status status="PASS" endtime="20181020 15:08:16.036" starttime="20181020 15:08:16.023"></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="20181020 15:08:16.037" level="INFO">5 lines returned</msg>
<msg timestamp="20181020 15:08:16.037" level="INFO">@{lines} = [ qdhcp-474bcfc2-5b26-4928-8d4b-03238a3b136b | qdhcp-e210ae5d-68b7-480c-9497-ececfb37b318 | qdhcp-d22dcc92-dc35-463d-89ce-f523d606e1a6 | qdhcp-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a | qdhcp-0a041094-866...</msg>
<status status="PASS" endtime="20181020 15:08:16.037" starttime="20181020 15:08:16.036"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-474bcfc2-5b26-4928-8d4b-03238a3b136b">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.039" starttime="20181020 15:08:16.039"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.040" starttime="20181020 15:08:16.040"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.044" level="INFO">sudo ip netns exec qdhcp-474bcfc2-5b26-49 28-8d4b-03238a3b136b ip -o link</msg>
<status status="PASS" endtime="20181020 15:08:16.044" starttime="20181020 15:08:16.041"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.083" 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
26: tap7b99f334-37: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:cc:4b:ac brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.083" 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
26: tap7b99f334-37: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181020 15:08:16.083" starttime="20181020 15:08:16.045"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.083" starttime="20181020 15:08:16.037"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.085" starttime="20181020 15:08:16.084"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.086" starttime="20181020 15:08:16.086"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.089" level="INFO">sudo ip netns exec qdhcp-474bcfc2-5b26-49 28-8d4b-03238a3b136b ip -o addr</msg>
<status status="PASS" endtime="20181020 15:08:16.089" starttime="20181020 15:08:16.086"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.130" 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
26: tap7b99f334-37    inet 35.0.0.4/24 brd 35.0.0.255 scope global tap7b99f334-37\       valid_lft forever preferred_lft forever
26: tap7b99f334-37    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap7b99f334-37\       valid_lft forever preferred_lft forever
26: tap7b99f334-37    inet6 fe80::f816:3eff:fecc:4bac/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.130" 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
26: tap7b99f334-37    inet 35...</msg>
<status status="PASS" endtime="20181020 15:08:16.130" starttime="20181020 15:08:16.090"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.130" starttime="20181020 15:08:16.083"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.132" starttime="20181020 15:08:16.132"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.133" starttime="20181020 15:08:16.132"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.136" level="INFO">sudo ip netns exec qdhcp-474bcfc2-5b26-49 28-8d4b-03238a3b136b ip route</msg>
<status status="PASS" endtime="20181020 15:08:16.136" starttime="20181020 15:08:16.133"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.160" level="INFO">default via 35.0.0.1 dev tap7b99f334-37 
35.0.0.0/24 dev tap7b99f334-37 proto kernel scope link src 35.0.0.4 
169.254.0.0/16 dev tap7b99f334-37 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.161" level="INFO">${output} = default via 35.0.0.1 dev tap7b99f334-37 
35.0.0.0/24 dev tap7b99f334-37 proto kernel scope link src 35.0.0.4 
169.254.0.0/16 dev tap7b99f334-37 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181020 15:08:16.161" starttime="20181020 15:08:16.137"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.161" starttime="20181020 15:08:16.131"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.161" starttime="20181020 15:08:16.037"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-e210ae5d-68b7-480c-9497-ececfb37b318">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.162" starttime="20181020 15:08:16.162"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.163" starttime="20181020 15:08:16.162"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.166" level="INFO">sudo ip netns exec qdhcp-e210ae5d-68b7-48 0c-9497-ececfb37b318 ip -o link</msg>
<status status="PASS" endtime="20181020 15:08:16.166" starttime="20181020 15:08:16.163"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.194" 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
25: tap9acc8ca5-a9: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:9e:c1:3a brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.194" 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
25: tap9acc8ca5-a9: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181020 15:08:16.194" starttime="20181020 15:08:16.166"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.195" starttime="20181020 15:08:16.161"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.196" starttime="20181020 15:08:16.196"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.196" starttime="20181020 15:08:16.196"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.203" level="INFO">sudo ip netns exec qdhcp-e210ae5d-68b7-48 0c-9497-ececfb37b318 ip -o addr</msg>
<status status="PASS" endtime="20181020 15:08:16.203" starttime="20181020 15:08:16.197"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.226" 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
25: tap9acc8ca5-a9    inet 34.0.0.2/24 brd 34.0.0.255 scope global tap9acc8ca5-a9\       valid_lft forever preferred_lft forever
25: tap9acc8ca5-a9    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap9acc8ca5-a9\       valid_lft forever preferred_lft forever
25: tap9acc8ca5-a9    inet6 fe80::f816:3eff:fe9e:c13a/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.226" 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
25: tap9acc8ca5-a9    inet 34...</msg>
<status status="PASS" endtime="20181020 15:08:16.226" starttime="20181020 15:08:16.204"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.227" starttime="20181020 15:08:16.195"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.228" starttime="20181020 15:08:16.228"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.228" starttime="20181020 15:08:16.228"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.232" level="INFO">sudo ip netns exec qdhcp-e210ae5d-68b7-48 0c-9497-ececfb37b318 ip route</msg>
<status status="PASS" endtime="20181020 15:08:16.232" starttime="20181020 15:08:16.228"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.255" level="INFO">default via 34.0.0.1 dev tap9acc8ca5-a9 
34.0.0.0/24 dev tap9acc8ca5-a9 proto kernel scope link src 34.0.0.2 
169.254.0.0/16 dev tap9acc8ca5-a9 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.255" level="INFO">${output} = default via 34.0.0.1 dev tap9acc8ca5-a9 
34.0.0.0/24 dev tap9acc8ca5-a9 proto kernel scope link src 34.0.0.2 
169.254.0.0/16 dev tap9acc8ca5-a9 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181020 15:08:16.255" starttime="20181020 15:08:16.232"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.256" starttime="20181020 15:08:16.227"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.256" starttime="20181020 15:08:16.161"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-d22dcc92-dc35-463d-89ce-f523d606e1a6">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.257" starttime="20181020 15:08:16.257"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.258" starttime="20181020 15:08:16.258"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.262" level="INFO">sudo ip netns exec qdhcp-d22dcc92-dc35-46 3d-89ce-f523d606e1a6 ip -o link</msg>
<status status="PASS" endtime="20181020 15:08:16.263" starttime="20181020 15:08:16.258"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.288" 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
24: tap77f7b64b-7f: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:8e:51:30 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.288" 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
24: tap77f7b64b-7f: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181020 15:08:16.288" starttime="20181020 15:08:16.263"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.288" starttime="20181020 15:08:16.256"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.290" starttime="20181020 15:08:16.290"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.291" starttime="20181020 15:08:16.291"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.293" level="INFO">sudo ip netns exec qdhcp-d22dcc92-dc35-46 3d-89ce-f523d606e1a6 ip -o addr</msg>
<status status="PASS" endtime="20181020 15:08:16.293" starttime="20181020 15:08:16.291"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.313" 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
24: tap77f7b64b-7f    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap77f7b64b-7f\       valid_lft forever preferred_lft forever
24: tap77f7b64b-7f    inet 33.0.0.3/24 brd 33.0.0.255 scope global tap77f7b64b-7f\       valid_lft forever preferred_lft forever
24: tap77f7b64b-7f    inet6 fe80::f816:3eff:fe8e:5130/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.313" 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
24: tap77f7b64b-7f    inet 16...</msg>
<status status="PASS" endtime="20181020 15:08:16.313" starttime="20181020 15:08:16.293"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.314" starttime="20181020 15:08:16.289"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.315" starttime="20181020 15:08:16.315"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.315" starttime="20181020 15:08:16.315"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.318" level="INFO">sudo ip netns exec qdhcp-d22dcc92-dc35-46 3d-89ce-f523d606e1a6 ip route</msg>
<status status="PASS" endtime="20181020 15:08:16.318" starttime="20181020 15:08:16.316"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.356" level="INFO">default via 33.0.0.1 dev tap77f7b64b-7f 
33.0.0.0/24 dev tap77f7b64b-7f proto kernel scope link src 33.0.0.3 
169.254.0.0/16 dev tap77f7b64b-7f proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.356" level="INFO">${output} = default via 33.0.0.1 dev tap77f7b64b-7f 
33.0.0.0/24 dev tap77f7b64b-7f proto kernel scope link src 33.0.0.3 
169.254.0.0/16 dev tap77f7b64b-7f proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181020 15:08:16.357" starttime="20181020 15:08:16.319"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.357" starttime="20181020 15:08:16.314"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.357" starttime="20181020 15:08:16.256"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.359" starttime="20181020 15:08:16.358"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.359" starttime="20181020 15:08:16.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="20181020 15:08:16.363" level="INFO">sudo ip netns exec qdhcp-6ac3bbf2-124b-4a e4-bb13-7f9c1b12e01a ip -o link</msg>
<status status="PASS" endtime="20181020 15:08:16.363" starttime="20181020 15:08:16.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="20181020 15:08:16.399" 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
23: tap862e02e0-e8: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:bc:e0:55 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.399" 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
23: tap862e02e0-e8: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181020 15:08:16.399" starttime="20181020 15:08:16.363"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.399" starttime="20181020 15:08:16.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 ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.401" starttime="20181020 15:08:16.400"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.401" starttime="20181020 15:08:16.401"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.405" level="INFO">sudo ip netns exec qdhcp-6ac3bbf2-124b-4a e4-bb13-7f9c1b12e01a ip -o addr</msg>
<status status="PASS" endtime="20181020 15:08:16.405" starttime="20181020 15:08:16.401"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.435" 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
23: tap862e02e0-e8    inet 32.0.0.2/24 brd 32.0.0.255 scope global tap862e02e0-e8\       valid_lft forever preferred_lft forever
23: tap862e02e0-e8    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap862e02e0-e8\       valid_lft forever preferred_lft forever
23: tap862e02e0-e8    inet6 fe80::f816:3eff:febc:e055/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.436" 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
23: tap862e02e0-e8    inet 32...</msg>
<status status="PASS" endtime="20181020 15:08:16.436" starttime="20181020 15:08:16.405"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.436" starttime="20181020 15:08:16.400"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.437" starttime="20181020 15:08:16.437"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.438" starttime="20181020 15:08:16.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="20181020 15:08:16.441" level="INFO">sudo ip netns exec qdhcp-6ac3bbf2-124b-4a e4-bb13-7f9c1b12e01a ip route</msg>
<status status="PASS" endtime="20181020 15:08:16.441" starttime="20181020 15:08:16.438"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.462" level="INFO">default via 32.0.0.1 dev tap862e02e0-e8 
32.0.0.0/24 dev tap862e02e0-e8 proto kernel scope link src 32.0.0.2 
169.254.0.0/16 dev tap862e02e0-e8 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.462" level="INFO">${output} = default via 32.0.0.1 dev tap862e02e0-e8 
32.0.0.0/24 dev tap862e02e0-e8 proto kernel scope link src 32.0.0.2 
169.254.0.0/16 dev tap862e02e0-e8 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181020 15:08:16.462" starttime="20181020 15:08:16.441"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.463" starttime="20181020 15:08:16.436"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.463" starttime="20181020 15:08:16.357"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-0a041094-8665-4135-a8a1-bf3e4bd3167d">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.465" starttime="20181020 15:08:16.464"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.465" starttime="20181020 15:08:16.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="20181020 15:08:16.469" level="INFO">sudo ip netns exec qdhcp-0a041094-8665-41 35-a8a1-bf3e4bd3167d ip -o link</msg>
<status status="PASS" endtime="20181020 15:08:16.470" starttime="20181020 15:08:16.465"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.490" 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
22: tap4dd172a6-55: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:94:d8:6e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.490" 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
22: tap4dd172a6-55: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181020 15:08:16.491" starttime="20181020 15:08:16.470"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.491" starttime="20181020 15:08:16.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>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.492" starttime="20181020 15:08:16.492"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.493" starttime="20181020 15:08:16.492"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.497" level="INFO">sudo ip netns exec qdhcp-0a041094-8665-41 35-a8a1-bf3e4bd3167d ip -o addr</msg>
<status status="PASS" endtime="20181020 15:08:16.497" starttime="20181020 15:08:16.493"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.520" 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
22: tap4dd172a6-55    inet 31.0.0.3/24 brd 31.0.0.255 scope global tap4dd172a6-55\       valid_lft forever preferred_lft forever
22: tap4dd172a6-55    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap4dd172a6-55\       valid_lft forever preferred_lft forever
22: tap4dd172a6-55    inet6 fe80::f816:3eff:fe94:d86e/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.520" 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
22: tap4dd172a6-55    inet 31...</msg>
<status status="PASS" endtime="20181020 15:08:16.520" starttime="20181020 15:08:16.497"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.521" starttime="20181020 15:08:16.491"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.522" starttime="20181020 15:08:16.522"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.522" starttime="20181020 15:08:16.522"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.525" level="INFO">sudo ip netns exec qdhcp-0a041094-8665-41 35-a8a1-bf3e4bd3167d ip route</msg>
<status status="PASS" endtime="20181020 15:08:16.525" starttime="20181020 15:08:16.523"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.549" level="INFO">default via 31.0.0.1 dev tap4dd172a6-55 
31.0.0.0/24 dev tap4dd172a6-55 proto kernel scope link src 31.0.0.3 
169.254.0.0/16 dev tap4dd172a6-55 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.549" level="INFO">${output} = default via 31.0.0.1 dev tap4dd172a6-55 
31.0.0.0/24 dev tap4dd172a6-55 proto kernel scope link src 31.0.0.3 
169.254.0.0/16 dev tap4dd172a6-55 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181020 15:08:16.549" starttime="20181020 15:08:16.525"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.549" starttime="20181020 15:08:16.521"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.549" starttime="20181020 15:08:16.463"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.549" starttime="20181020 15:08:16.037"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.550" starttime="20181020 15:08:16.550"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.551" starttime="20181020 15:08:16.551"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.553" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181020 15:08:16.553" starttime="20181020 15:08:16.551"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.589" level="INFO">f7d2b89c-71a6-4831-8e79-3394722493d6
    Manager "tcp:192.0.2.18:6640"
        is_connected: true
    Manager "tcp:192.0.2.6:6640"
        is_connected: true
    Manager "tcp:192.0.2.14:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Bridge br-int
        Controller "tcp:192.0.2.6:6653"
            is_connected: true
        Controller "tcp:192.0.2.14:6653"
            is_connected: true
        Controller "tcp:192.0.2.18:6653"
            is_connected: true
        fail_mode: secure
        Port "tap77f7b64b-7f"
            tag: 4095
            Interface "tap77f7b64b-7f"
                type: internal
        Port br-int
            Interface br-int
                type: internal
        Port "tap4dd172a6-55"
            tag: 4095
            Interface "tap4dd172a6-55"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
        Port "tap7b99f334-37"
            tag: 4095
            Interface "tap7b99f334-37"
                type: internal
        Port "tap9acc8ca5-a9"
            tag: 4095
            Interface "tap9acc8ca5-a9"
                type: internal
        Port "tap862e02e0-e8"
            tag: 4095
            Interface "tap862e02e0-e8"
                type: internal
        Port "tunfda004d5e48"
            Interface "tunfda004d5e48"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.18", remote_ip="192.0.2.14"}
        Port "tun3429b91664d"
            Interface "tun3429b91664d"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.18", remote_ip="192.0.2.25"}
        Port "tun91356c17db2"
            Interface "tun91356c17db2"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.18", remote_ip="192.0.2.6"}
    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.0"
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.590" level="INFO">${output} = f7d2b89c-71a6-4831-8e79-3394722493d6
    Manager "tcp:192.0.2.18:6640"
        is_connected: true
    Manager "tcp:192.0.2.6:6640"
        is_connected: true
    Manager "tcp:192.0.2.14:6640"
  ...</msg>
<status status="PASS" endtime="20181020 15:08:16.590" starttime="20181020 15:08:16.553"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.590" starttime="20181020 15:08:16.549"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.591" starttime="20181020 15:08:16.591"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.591" starttime="20181020 15:08:16.591"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.594" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181020 15:08:16.594" starttime="20181020 15:08:16.592"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.620" level="INFO">_uuid               : f7d2b89c-71a6-4831-8e79-3394722493d6
bridges             : [88791295-89a9-40de-95e1-823bd6b79f95, ac3669a0-b867-4bf6-a33f-f7428f70e671]
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="99cdc858-b665-48ae-9175-e27cea9f7e0a"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [0893c5fc-c64e-418b-9b1b-d9a69d545b9d, 1785c94b-c012-4bbc-bc51-10fc5b61a685, 2f1aa280-dc8a-4648-8b12-fb4a1229645d, c1204bb5-b1b0-42dd-96c9-2c7223423fac]
next_cfg            : 18
other_config        : {local_ip="192.0.2.18", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:16.620" level="INFO">${output} = _uuid               : f7d2b89c-71a6-4831-8e79-3394722493d6
bridges             : [88791295-89a9-40de-95e1-823bd6b79f95, ac3669a0-b867-4bf6-a33f-f7428f70e671]
cur_cfg             : 18
datapath_types...</msg>
<status status="PASS" endtime="20181020 15:08:16.620" starttime="20181020 15:08:16.594"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.620" starttime="20181020 15:08:16.590"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.622" starttime="20181020 15:08:16.621"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.622" starttime="20181020 15:08:16.622"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.628" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181020 15:08:16.628" starttime="20181020 15:08:16.622"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:16.677" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000ec9df3fcec8a
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:26:c1:fe:32:0a:dd
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tun3429b91664d): addr:3e:e2:4d:d8:5b:17
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tun91356c17db2): addr:aa:11:98:7f:9f:e0
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 4(tunfda004d5e48): addr:5a:b3:14:3d:45:7a
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 7(tap4dd172a6-55): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 8(tap862e02e0-e8): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 9(tap77f7b64b-7f): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 10(tap9acc8ca5-a9): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 11(tap7b99f334-37): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:ec:9d:f3:fc:ec:8a
     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="20181020 15:08:16.678" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000ec9df3fcec8a
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="20181020 15:08:16.678" starttime="20181020 15:08:16.629"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:16.678" starttime="20181020 15:08:16.621"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:16.680" starttime="20181020 15:08:16.680"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:16.682" starttime="20181020 15:08:16.681"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:16.688" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181020 15:08:16.689" starttime="20181020 15:08:16.682"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:17.444" level="INFO">cookie=0x8000000, duration=1697.974s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=769.551s, table=0, n_packets=79, n_bytes=8452, priority=4,in_port="tap4dd172a6-55",vlan_tci=0x0000/0x1fff actions=write_metadata:0x280000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=768.623s, table=0, n_packets=124, n_bytes=12086, priority=10,in_port="br-ex-patch",dl_vlan=1131 actions=pop_vlan,write_metadata:0x19a00000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=762.832s, table=0, n_packets=18, n_bytes=1810, priority=4,in_port="tap862e02e0-e8",vlan_tci=0x0000/0x1fff actions=write_metadata:0x2a0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=753.031s, table=0, n_packets=32, n_bytes=3272, priority=4,in_port="tap77f7b64b-7f",vlan_tci=0x0000/0x1fff actions=write_metadata:0x2e0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=746.163s, table=0, n_packets=4, n_bytes=348, priority=4,in_port="tap9acc8ca5-a9",vlan_tci=0x0000/0x1fff actions=write_metadata:0x300000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=746.067s, table=0, n_packets=4, n_bytes=376, priority=10,in_port="br-ex-patch",dl_vlan=1132 actions=pop_vlan,write_metadata:0x19a20000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=734.435s, table=0, n_packets=4, n_bytes=348, priority=4,in_port="tap7b99f334-37",vlan_tci=0x0000/0x1fff actions=write_metadata:0x350000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=734.346s, table=0, n_packets=0, n_bytes=0, priority=10,in_port="br-ex-patch",dl_vlan=1133 actions=pop_vlan,write_metadata:0x19a70000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000001, duration=2016.771s, table=0, n_packets=2396, n_bytes=159726, priority=5,in_port=tun3429b91664d actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=2016.134s, table=0, n_packets=2308, n_bytes=152424, priority=5,in_port=tun91356c17db2 actions=write_metadata:0x80000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=2013.375s, table=0, n_packets=2296, n_bytes=151656, priority=5,in_port=tunfda004d5e48 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36
 cookie=0x8040000, duration=767.989s, table=17, n_packets=77, n_bytes=8284, priority=10,metadata=0x280000000000/0xffffff0000000000 actions=load:0x28-&gt;NXM_NX_REG1[0..19],load:0x1581-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000281581000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=767.657s, table=17, n_packets=123, n_bytes=11992, priority=10,metadata=0x19a00000000000/0xffffff0000000000 actions=load:0x19a0-&gt;NXM_NX_REG1[0..19],load:0x1581-&gt;NXM_NX_REG7[0..15],write_metadata:0xa019a01581000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=761.756s, table=17, n_packets=16, n_bytes=1642, priority=10,metadata=0x2a0000000000/0xffffff0000000000 actions=load:0x2a-&gt;NXM_NX_REG1[0..19],load:0x1582-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0002a1582000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=752.016s, table=17, n_packets=29, n_bytes=3014, priority=10,metadata=0x2e0000000000/0xffffff0000000000 actions=load:0x2e-&gt;NXM_NX_REG1[0..19],load:0x1583-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0002e1583000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=745.431s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x300000000000/0xffffff0000000000 actions=load:0x30-&gt;NXM_NX_REG1[0..19],load:0x1584-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000301584000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=745.084s, table=17, n_packets=4, n_bytes=376, priority=10,metadata=0x19a20000000000/0xffffff0000000000 actions=load:0x19a2-&gt;NXM_NX_REG1[0..19],load:0x1584-&gt;NXM_NX_REG7[0..15],write_metadata:0xa019a21584000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=733.641s, table=17, n_packets=4, n_bytes=348, priority=10,metadata=0x350000000000/0xffffff0000000000 actions=load:0x35-&gt;NXM_NX_REG1[0..19],load:0x1585-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000351585000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=733.342s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x19a70000000000/0xffffff0000000000 actions=load:0x19a7-&gt;NXM_NX_REG1[0..19],load:0x1585-&gt;NXM_NX_REG7[0..15],write_metadata:0xa019a71585000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2018.119s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2017.711s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2017.711s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2017.711s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2017.711s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1896.473s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1896.473s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=2017.711s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2017.711s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2017.177s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001582, duration=761.771s, table=36, n_packets=34, n_bytes=2870, priority=5,tun_id=0x5a actions=write_metadata:0x1582000000/0xfffffffff000000,goto_table:51
 cookie=0x9001583, duration=752.033s, table=36, n_packets=61, n_bytes=5110, priority=5,tun_id=0x4e actions=write_metadata:0x1583000000/0xfffffffff000000,goto_table:51
 cookie=0x9051582, duration=762.794s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x5a actions=write_metadata:0x1582000000/0xfffffffff000000,goto_table:51
 cookie=0x9051583, duration=753.021s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x4e actions=write_metadata:0x1583000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=2016.227s, table=43, n_packets=7, n_bytes=302, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2016.196s, table=43, n_packets=35, n_bytes=1566, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=2017.199s, table=43, n_packets=272, n_bytes=29130, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2018.119s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2017.199s, table=48, n_packets=314, n_bytes=30998, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051581, duration=767.990s, table=50, n_packets=77, n_bytes=8284, priority=20,metadata=0x281581000000/0xfffffffff000000,dl_src=fa:16:3e:94:d8:6e actions=goto_table:51
 cookie=0x8051582, duration=761.760s, table=50, n_packets=16, n_bytes=1642, priority=20,metadata=0x2a1582000000/0xfffffffff000000,dl_src=fa:16:3e:bc:e0:55 actions=goto_table:51
 cookie=0x8051583, duration=752.031s, table=50, n_packets=29, n_bytes=3014, priority=20,metadata=0x2e1583000000/0xfffffffff000000,dl_src=fa:16:3e:8e:51:30 actions=goto_table:51
 cookie=0x8051584, duration=745.473s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x301584000000/0xfffffffff000000,dl_src=fa:16:3e:9e:c1:3a actions=goto_table:51
 cookie=0x8051585, duration=733.707s, table=50, n_packets=4, n_bytes=348, priority=20,metadata=0x351585000000/0xfffffffff000000,dl_src=fa:16:3e:cc:4b:ac actions=goto_table:51
 cookie=0x8050001, duration=2017.199s, table=50, n_packets=3, n_bytes=432, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2017.199s, table=50, n_packets=12, n_bytes=1392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x8031581, duration=767.990s, table=51, n_packets=102, n_bytes=10170, priority=20,metadata=0x1581000000/0xffff000000,dl_dst=fa:16:3e:94:d8:6e actions=load:0x2800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=761.760s, table=51, n_packets=12, n_bytes=1042, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:bc:e0:55 actions=load:0x2a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=760.592s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:e0:63:97 actions=set_field:0x5a-&gt;tun_id,load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=758.376s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:79:1e:fe actions=set_field:0x5a-&gt;tun_id,load:0x800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=752.028s, table=51, n_packets=24, n_bytes=2084, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:8e:51:30 actions=load:0x2e00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=752.028s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:96:56:45 actions=set_field:0x4e-&gt;tun_id,load:0x800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=750.344s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:fb:cd:eb actions=set_field:0x4e-&gt;tun_id,load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031584, duration=745.460s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1584000000/0xffff000000,dl_dst=fa:16:3e:9e:c1:3a actions=load:0x3000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031585, duration=733.701s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1585000000/0xffff000000,dl_dst=fa:16:3e:cc:4b:ac actions=load:0x3500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031585, duration=733.696s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1585000000/0xffff000000,dl_dst=fa:16:3e:23:92:6d actions=drop
 cookie=0x8031585, duration=733.685s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1585000000/0xffff000000,dl_dst=fa:16:3e:cf:a2:aa actions=drop
 cookie=0x8031582, duration=654.942s, table=51, n_packets=14, n_bytes=1462, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:d6:31:12 actions=set_field:0x5a-&gt;tun_id,load:0x700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=642.457s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:81:f5:2b actions=drop
 cookie=0x8031582, duration=630.861s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:9b:8a:3c actions=drop
 cookie=0x8031583, duration=617.562s, table=51, n_packets=14, n_bytes=1462, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:cc:d1:50 actions=set_field:0x4e-&gt;tun_id,load:0x700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=607.314s, table=51, n_packets=14, n_bytes=1462, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:1c:db:04 actions=set_field:0x4e-&gt;tun_id,load:0x700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=595.885s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:15:bd:dc actions=drop
 cookie=0x8030000, duration=2017.177s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2017.199s, table=51, n_packets=132, n_bytes=11000, priority=0 actions=goto_table:52
 cookie=0x870157f, duration=1697.200s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x157f000000/0xffff000001 actions=write_actions(group:211006)
 cookie=0x870157f, duration=1697.196s, table=52, n_packets=23, n_bytes=1998, priority=5,metadata=0x157f000001/0xffff000001 actions=write_actions(group:211005)
 cookie=0x8701581, duration=768.018s, table=52, n_packets=21, n_bytes=1822, priority=5,metadata=0x1581000001/0xffff000001 actions=write_actions(group:211009)
 cookie=0x8701581, duration=768.015s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1581000000/0xffff000001 actions=write_actions(group:211010)
 cookie=0x8701582, duration=761.767s, table=52, n_packets=22, n_bytes=1828, priority=5,metadata=0x1582000001/0xffff000001 actions=write_actions(group:211011)
 cookie=0x8701582, duration=761.766s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1582000000/0xffff000001 actions=write_actions(group:211012)
 cookie=0x8701583, duration=752.033s, table=52, n_packets=1, n_bytes=90, priority=5,metadata=0x1583000000/0xffff000001 actions=write_actions(group:211014)
 cookie=0x8701583, duration=752.033s, table=52, n_packets=37, n_bytes=3026, priority=5,metadata=0x1583000001/0xffff000001 actions=write_actions(group:211013)
 cookie=0x8701584, duration=745.473s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1584000000/0xffff000001 actions=write_actions(group:211016)
 cookie=0x8701584, duration=745.473s, table=52, n_packets=4, n_bytes=376, priority=5,metadata=0x1584000001/0xffff000001 actions=write_actions(group:211015)
 cookie=0x8701585, duration=733.715s, table=52, n_packets=4, n_bytes=348, priority=5,metadata=0x1585000000/0xffff000001 actions=write_actions(group:211018)
 cookie=0x8701585, duration=733.710s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1585000001/0xffff000001 actions=write_actions(group:211017)
 cookie=0x880199a, duration=1696.686s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x199a,metadata=0x199a0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800028, duration=767.990s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x28,metadata=0x280000000000/0xfffff0000000000 actions=drop
 cookie=0x88019a0, duration=767.680s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x19a0,metadata=0x19a00000000000/0xfffff0000000000 actions=drop
 cookie=0x880002a, duration=761.759s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x2a,metadata=0x2a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880002e, duration=752.028s, table=55, n_packets=1, n_bytes=90, priority=10,tun_id=0x2e,metadata=0x2e0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800030, duration=745.447s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x30,metadata=0x300000000000/0xfffff0000000000 actions=drop
 cookie=0x88019a2, duration=745.127s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x19a2,metadata=0x19a20000000000/0xfffff0000000000 actions=drop
 cookie=0x8800035, duration=733.673s, table=55, n_packets=4, n_bytes=348, priority=10,tun_id=0x35,metadata=0x350000000000/0xfffff0000000000 actions=drop
 cookie=0x88019a7, duration=733.368s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x19a7,metadata=0x19a70000000000/0xfffff0000000000 actions=drop
 cookie=0x880199a, duration=1696.686s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x199a actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800028, duration=767.990s, table=55, n_packets=21, n_bytes=1822, priority=9,tun_id=0x28 actions=load:0x2800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x88019a0, duration=767.680s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x19a0 actions=load:0x19a000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880002a, duration=761.759s, table=55, n_packets=22, n_bytes=1828, priority=9,tun_id=0x2a actions=load:0x2a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880002e, duration=752.028s, table=55, n_packets=37, n_bytes=3026, priority=9,tun_id=0x2e actions=load:0x2e00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800030, duration=745.442s, table=55, n_packets=4, n_bytes=376, priority=9,tun_id=0x30 actions=load:0x3000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x88019a2, duration=745.132s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x19a2 actions=load:0x19a200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800035, duration=733.664s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x35 actions=load:0x3500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x88019a7, duration=733.368s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x19a7 actions=load:0x19a700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2018.119s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2017.711s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2017.177s, table=81, n_packets=35, n_bytes=1566, priority=0 actions=drop
 cookie=0x4000001, duration=2018.119s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2016.893s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2016.893s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2016.893s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2016.893s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2016.893s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2016.893s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2016.893s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2016.893s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2016.893s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2016.893s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2016.893s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2016.893s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2016.893s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2016.893s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2017.025s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2016.893s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2016.893s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2016.893s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2016.893s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2016.893s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2016.893s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2016.893s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2016.893s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2016.893s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1697.660s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1a00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=768.538s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x19a000,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=745.957s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x19a200,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=734.273s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x19a700,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2015.533s, table=220, n_packets=1, n_bytes=90, priority=9,reg6=0x800 actions=output:tun91356c17db2
 cookie=0x8000007, duration=2015.130s, table=220, n_packets=42, n_bytes=4386, priority=9,reg6=0x700 actions=output:tun3429b91664d
 cookie=0x8000007, duration=2012.813s, table=220, n_packets=2, n_bytes=180, priority=9,reg6=0x1000 actions=output:tunfda004d5e48
 cookie=0x8000007, duration=1697.660s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1a00 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=769.466s, table=220, n_packets=123, n_bytes=11992, priority=9,reg6=0x2800 actions=output:"tap4dd172a6-55"
 cookie=0x8000007, duration=768.539s, table=220, n_packets=77, n_bytes=8284, priority=9,reg6=0x19a000 actions=push_vlan:0x8100,set_field:5227-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x8000007, duration=762.742s, table=220, n_packets=34, n_bytes=2870, priority=9,reg6=0x2a00 actions=output:"tap862e02e0-e8"
 cookie=0x8000007, duration=752.961s, table=220, n_packets=61, n_bytes=5110, priority=9,reg6=0x2e00 actions=output:"tap77f7b64b-7f"
 cookie=0x8000007, duration=746.066s, table=220, n_packets=4, n_bytes=376, priority=9,reg6=0x3000 actions=output:"tap9acc8ca5-a9"
 cookie=0x8000007, duration=745.957s, table=220, n_packets=2, n_bytes=180, priority=9,reg6=0x19a200 actions=push_vlan:0x8100,set_field:5228-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x8000007, duration=734.312s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x3500 actions=output:"tap7b99f334-37"
 cookie=0x8000007, duration=734.261s, table=220, n_packets=4, n_bytes=348, priority=9,reg6=0x19a700 actions=push_vlan:0x8100,set_field:5229-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x6900000, duration=2016.849s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2016.849s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2016.849s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2016.803s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2016.880s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2016.857s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2016.880s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2016.858s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2016.857s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2016.857s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2016.857s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2016.857s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2016.880s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2016.893s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2016.893s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2016.893s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2016.893s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2016.893s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2016.893s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2016.893s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2016.893s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2016.893s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2016.893s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:17.445" level="INFO">${output} =  cookie=0x8000000, duration=1697.974s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000001/0xffffff0000000001,goto_table:17
...</msg>
<status status="PASS" endtime="20181020 15:08:17.445" starttime="20181020 15:08:16.689"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.445" starttime="20181020 15:08:16.678"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.447" starttime="20181020 15:08:17.447"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.448" starttime="20181020 15:08:17.448"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:17.464" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181020 15:08:17.464" starttime="20181020 15:08:17.448"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:17.485" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=211013,type=all,bucket=actions=set_field:0x2e-&gt;tun_id,resubmit(,55)
 group_id=211014,type=all,bucket=actions=group:211013,bucket=actions=set_field:0x4e-&gt;tun_id,load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x4e-&gt;tun_id,load:0x700-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x4e-&gt;tun_id,load:0x800-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211018,type=all,bucket=actions=group:211017,bucket=actions=load:0x19a700-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211005,type=all
 group_id=211011,type=all,bucket=actions=set_field:0x2a-&gt;tun_id,resubmit(,55)
 group_id=211006,type=all,bucket=actions=group:211005,bucket=actions=load:0x199a00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211017,type=all,bucket=actions=set_field:0x35-&gt;tun_id,resubmit(,55)
 group_id=227503,type=all,bucket=actions=drop
 group_id=211015,type=all,bucket=actions=set_field:0x30-&gt;tun_id,resubmit(,55)
 group_id=211016,type=all,bucket=actions=group:211015,bucket=actions=load:0x19a200-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211009,type=all,bucket=actions=set_field:0x28-&gt;tun_id,resubmit(,55)
 group_id=211010,type=all,bucket=actions=group:211009,bucket=actions=load:0x19a000-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211012,type=all,bucket=actions=group:211011,bucket=actions=set_field:0x5a-&gt;tun_id,load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x5a-&gt;tun_id,load:0x700-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x5a-&gt;tun_id,load:0x800-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=5500,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=227501,type=all,bucket=actions=drop
 group_id=227502,type=all,bucket=actions=drop
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:17.486" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=211013,type=all,bucket=actions=set_field:0x2e-&gt;tun_id,resubmit(,55)
 group_id=211014,type=all,bucket=actions=group:211013,bucket=actions=set_field...</msg>
<status status="PASS" endtime="20181020 15:08:17.486" starttime="20181020 15:08:17.464"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.486" starttime="20181020 15:08:17.445"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.487" starttime="20181020 15:08:17.487"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.488" starttime="20181020 15:08:17.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="20181020 15:08:17.490" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181020 15:08:17.490" starttime="20181020 15:08:17.488"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:17.533" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=211013,duration=753.821s,ref_count=1,packet_count=38,byte_count=3116,bucket0:packet_count=38,byte_count=3116
 group_id=211014,duration=753.500s,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
 group_id=211018,duration=734.898s,ref_count=1,packet_count=4,byte_count=348,bucket0:packet_count=4,byte_count=348,bucket1:packet_count=4,byte_count=348
 group_id=211005,duration=1698.817s,ref_count=1,packet_count=0,byte_count=0
 group_id=211011,duration=763.600s,ref_count=1,packet_count=24,byte_count=2008,bucket0:packet_count=24,byte_count=2008
 group_id=211006,duration=1698.444s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180,bucket1:packet_count=2,byte_count=180
 group_id=211017,duration=735.213s,ref_count=1,packet_count=4,byte_count=348,bucket0:packet_count=4,byte_count=348
 group_id=227503,duration=746.520s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=211015,duration=746.937s,ref_count=1,packet_count=6,byte_count=556,bucket0:packet_count=6,byte_count=556
 group_id=211016,duration=746.643s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180,bucket1:packet_count=2,byte_count=180
 group_id=211009,duration=769.468s,ref_count=1,packet_count=23,byte_count=2002,bucket0:packet_count=23,byte_count=2002
 group_id=211010,duration=769.166s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180,bucket1:packet_count=2,byte_count=180
 group_id=211012,duration=763.293s,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
 group_id=5500,duration=2017.595s,ref_count=1,packet_count=35,byte_count=1566,bucket0:packet_count=35,byte_count=1566,bucket1:packet_count=35,byte_count=1566,bucket2:packet_count=35,byte_count=1566
 group_id=227501,duration=1648.398s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=227502,duration=699.554s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
[heat-admin@overcloud-controller-2 ~]$</msg>
<msg timestamp="20181020 15:08:17.533" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=211013,duration=753.821s,ref_count=1,packet_count=38,byte_count=3116,bucket0:packet_count=38,byte_count=3116
 group_id=211014,duration=753.500s,ref_cou...</msg>
<status status="PASS" endtime="20181020 15:08:17.533" starttime="20181020 15:08:17.491"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.534" starttime="20181020 15:08:17.486"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.534" starttime="20181020 15:08:15.961"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.534" starttime="20181020 15:08:15.961"></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="20181020 15:08:17.536" starttime="20181020 15:08:17.535"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.538" starttime="20181020 15:08:17.537"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.538" starttime="20181020 15:08:17.538"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:17.544" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181020 15:08:17.544" starttime="20181020 15:08:17.539"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:17.567" 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:99:b8:8b:90:89 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 be:97:31:16:fa:d7 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:99:b8:8b:90:89 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:0f:0b:1d:93 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 f4:08:bc:d8:cf:83 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 96:e7:46:d7:c8:a7 brd ff:ff:ff:ff:ff:ff
10: tap28de207b-d7: &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:d6:31:12 brd ff:ff:ff:ff:ff:ff
11: tap1e008626-68: &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:cc:d1:50 brd ff:ff:ff:ff:ff:ff
12: tapb5219944-d3: &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:1c:db:04 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 15:08:17.568" 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="20181020 15:08:17.568" starttime="20181020 15:08:17.545"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.569" starttime="20181020 15:08:17.536"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.571" starttime="20181020 15:08:17.571"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.572" starttime="20181020 15:08:17.572"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:17.578" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181020 15:08:17.578" starttime="20181020 15:08:17.572"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:17.601" 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::299:b8ff:fe8b:9089/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.25/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::299:b8ff:fe8b:9089/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:fff:fe0b:1d93/64 scope link \       valid_lft forever preferred_lft forever
9: vxlan_sys_4789    inet6 fe80::94e7:46ff:fed7:c8a7/64 scope link \       valid_lft forever preferred_lft forever
10: tap28de207b-d7    inet6 fe80::fc16:3eff:fed6:3112/64 scope link \       valid_lft forever preferred_lft forever
11: tap1e008626-68    inet6 fe80::fc16:3eff:fecc:d150/64 scope link \       valid_lft forever preferred_lft forever
12: tapb5219944-d3    inet6 fe80::fc16:3eff:fe1c:db04/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 15:08:17.601" 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::299:b8...</msg>
<status status="PASS" endtime="20181020 15:08:17.601" starttime="20181020 15:08:17.579"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.602" starttime="20181020 15:08:17.569"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.603" starttime="20181020 15:08:17.603"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.604" starttime="20181020 15:08:17.603"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:17.611" level="INFO">ip route</msg>
<status status="PASS" endtime="20181020 15:08:17.612" starttime="20181020 15:08:17.604"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:17.617" level="INFO">default via 192.0.2.1 dev br-ex 
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.25 
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 15:08:17.617" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
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....</msg>
<status status="PASS" endtime="20181020 15:08:17.617" starttime="20181020 15:08:17.612"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.618" starttime="20181020 15:08:17.602"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.619" starttime="20181020 15:08:17.619"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.620" starttime="20181020 15:08:17.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="20181020 15:08:17.623" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181020 15:08:17.623" starttime="20181020 15:08:17.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="20181020 15:08:17.631" level="INFO">? (192.0.2.18) at 00:91:95:06:d4:a6 [ether] on br-ex
? (192.0.2.5) at 00:a5:34:20:ef:5e [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.1) at 00:78:60:43:2d:f0 [ether] on br-ex
? (192.0.2.14) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.10) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.6) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.99) at e2:03:05:34:e7:49 [ether] on br-ex
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 15:08:17.631" level="INFO">${output} = ? (192.0.2.18) at 00:91:95:06:d4:a6 [ether] on br-ex
? (192.0.2.5) at 00:a5:34:20:ef:5e [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.1) at 00:78:60:43:2d:f0 [eth...</msg>
<status status="PASS" endtime="20181020 15:08:17.631" starttime="20181020 15:08:17.623"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.631" starttime="20181020 15:08:17.618"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.633" starttime="20181020 15:08:17.633"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.634" starttime="20181020 15:08:17.633"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:17.638" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181020 15:08:17.638" starttime="20181020 15:08:17.634"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:17.642" level="INFO">[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 15:08:17.642" level="INFO">${output} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 15:08:17.643" starttime="20181020 15:08:17.638"></status>
</kw>
<msg timestamp="20181020 15:08:17.643" level="INFO">${nslist} = [heat-admin@overcloud-novacompute-1 ~]$</msg>
<status status="PASS" endtime="20181020 15:08:17.643" starttime="20181020 15:08:17.632"></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="20181020 15:08:17.644" level="INFO">0 lines returned</msg>
<msg timestamp="20181020 15:08:17.644" level="INFO">@{lines} = [ ]</msg>
<status status="PASS" endtime="20181020 15:08:17.644" starttime="20181020 15:08:17.643"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<status status="PASS" endtime="20181020 15:08:17.644" starttime="20181020 15:08:17.644"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.646" starttime="20181020 15:08:17.646"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.647" starttime="20181020 15:08:17.646"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:17.652" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181020 15:08:17.652" starttime="20181020 15:08:17.647"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:17.698" level="INFO">d2bd3eee-008f-41f1-a63f-2506ee81c223
    Manager "tcp:192.0.2.14:6640"
        is_connected: true
    Manager "tcp:192.0.2.6:6640"
        is_connected: true
    Manager "tcp:192.0.2.18:6640"
        is_connected: true
    Manager "ptcp:6639:127.0.0.1"
    Bridge br-int
        Controller "tcp:192.0.2.14:6653"
            is_connected: true
        Controller "tcp:192.0.2.6:6653"
            is_connected: true
        Controller "tcp:192.0.2.18:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tapb5219944-d3"
            Interface "tapb5219944-d3"
        Port "tun7dd6c062707"
            Interface "tun7dd6c062707"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.25", remote_ip="192.0.2.18"}
        Port "tunb223582a781"
            Interface "tunb223582a781"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.25", remote_ip="192.0.2.5"}
        Port "tunfb23e7715ee"
            Interface "tunfb23e7715ee"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.25", remote_ip="192.0.2.14"}
        Port "tun23278d86c3d"
            Interface "tun23278d86c3d"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.25", remote_ip="192.0.2.6"}
        Port "tap28de207b-d7"
            Interface "tap28de207b-d7"
        Port "tap1e008626-68"
            Interface "tap1e008626-68"
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    Bridge br-ex
        fail_mode: standalone
        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}
        Port "eth0"
            Interface "eth0"
    ovs_version: "2.9.0"
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 15:08:17.698" level="INFO">${output} = d2bd3eee-008f-41f1-a63f-2506ee81c223
    Manager "tcp:192.0.2.14:6640"
        is_connected: true
    Manager "tcp:192.0.2.6:6640"
        is_connected: true
    Manager "tcp:192.0.2.18:6640"
  ...</msg>
<status status="PASS" endtime="20181020 15:08:17.698" starttime="20181020 15:08:17.652"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.699" starttime="20181020 15:08:17.645"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.700" starttime="20181020 15:08:17.700"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.701" starttime="20181020 15:08:17.700"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:17.703" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181020 15:08:17.703" starttime="20181020 15:08:17.701"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:17.727" level="INFO">_uuid               : d2bd3eee-008f-41f1-a63f-2506ee81c223
bridges             : [aefacced-2f76-4a16-9abc-7d7b17aa00c9, eca35213-030a-4165-ac80-42e7122f262d]
cur_cfg             : 13
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="cfafae25-f90d-4a73-bec4-1a41b8e4589a"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [8e81857d-ec32-4459-b47d-7f953011ce40, 932a2b6d-2680-49c4-accd-a3e0a9b98195, c150ff27-86a3-439e-92f7-90d6d4bfd185, dd183342-b014-4fa4-b2bb-21bddd19f0d7]
next_cfg            : 13
other_config        : {local_ip="192.0.2.25", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 15:08:17.728" level="INFO">${output} = _uuid               : d2bd3eee-008f-41f1-a63f-2506ee81c223
bridges             : [aefacced-2f76-4a16-9abc-7d7b17aa00c9, eca35213-030a-4165-ac80-42e7122f262d]
cur_cfg             : 13
datapath_types...</msg>
<status status="PASS" endtime="20181020 15:08:17.728" starttime="20181020 15:08:17.703"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.728" starttime="20181020 15:08:17.699"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.729" starttime="20181020 15:08:17.729"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.730" starttime="20181020 15:08:17.730"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:17.733" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181020 15:08:17.733" starttime="20181020 15:08:17.730"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:17.768" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000f408bcd8cf83
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:5a:40:21:a4:cc:ef
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tunb223582a781): addr:4a:11:b0:79:04:bc
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tun7dd6c062707): addr:ba:b4:5b:a4:1e:66
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 4(tun23278d86c3d): addr:fe:f6:df:69:dd:b2
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tunfb23e7715ee): addr:d2:67:95:b7:c5:66
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 6(tap28de207b-d7): addr:fe:16:3e:d6:31:12
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 7(tap1e008626-68): addr:fe:16:3e:cc:d1:50
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 8(tapb5219944-d3): addr:fe:16:3e:1c:db:04
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:f4:08:bc:d8:cf:83
     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="20181020 15:08:17.769" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000f408bcd8cf83
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="20181020 15:08:17.769" starttime="20181020 15:08:17.733"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:17.769" starttime="20181020 15:08:17.728"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:17.772" starttime="20181020 15:08:17.771"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:17.772" starttime="20181020 15:08:17.772"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:17.776" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181020 15:08:17.776" starttime="20181020 15:08:17.773"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:19.422" level="INFO">cookie=0x8000001, duration=2018.913s, table=0, n_packets=2409, n_bytes=158610, priority=5,in_port=tunb223582a781 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=2018.835s, table=0, n_packets=2403, n_bytes=162828, priority=5,in_port=tun23278d86c3d actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=2018.835s, table=0, n_packets=2342, n_bytes=156186, priority=5,in_port=tun7dd6c062707 actions=write_metadata:0x40000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=2015.198s, table=0, n_packets=2465, n_bytes=169534, priority=5,in_port=tunfb23e7715ee actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000000, duration=657.114s, table=0, n_packets=146, n_bytes=13494, priority=4,in_port="tap28de207b-d7",vlan_tci=0x0000/0x1fff actions=write_metadata:0x370000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=619.662s, table=0, n_packets=146, n_bytes=13494, priority=4,in_port="tap1e008626-68",vlan_tci=0x0000/0x1fff actions=write_metadata:0x3a0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=608.490s, table=0, n_packets=146, n_bytes=13494, priority=4,in_port="tapb5219944-d3",vlan_tci=0x0000/0x1fff actions=write_metadata:0x3b0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=655.984s, table=17, n_packets=144, n_bytes=13314, priority=10,metadata=0x9000370000000000/0xffffff0000000000 actions=load:0x37-&gt;NXM_NX_REG1[0..19],load:0x1582-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000371582000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6900000, duration=655.977s, table=17, n_packets=146, n_bytes=13494, priority=10,metadata=0x370000000000/0xffffff0000000000 actions=write_metadata:0x9000370000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x6900000, duration=618.630s, table=17, n_packets=146, n_bytes=13494, priority=10,metadata=0x3a0000000000/0xffffff0000000000 actions=write_metadata:0x90003a0000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=618.627s, table=17, n_packets=144, n_bytes=13314, priority=10,metadata=0x90003a0000000000/0xffffff0000000000 actions=load:0x3a-&gt;NXM_NX_REG1[0..19],load:0x1583-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0003a1583000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6900000, duration=608.174s, table=17, n_packets=146, n_bytes=13494, priority=10,metadata=0x3b0000000000/0xffffff0000000000 actions=write_metadata:0x90003b0000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=608.169s, table=17, n_packets=144, n_bytes=13314, priority=10,metadata=0x90003b0000000000/0xffffff0000000000 actions=load:0x3b-&gt;NXM_NX_REG1[0..19],load:0x1583-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0003b1583000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2018.913s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2018.700s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2018.700s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2018.700s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2018.700s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1897.561s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1897.560s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=2018.700s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2018.700s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2018.196s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001582, duration=656.042s, table=36, n_packets=173, n_bytes=15392, priority=5,tun_id=0x5a actions=write_metadata:0x1582000000/0xfffffffff000000,goto_table:51
 cookie=0x9001583, duration=618.658s, table=36, n_packets=241, n_bytes=24236, priority=5,tun_id=0x4e actions=write_metadata:0x1583000000/0xfffffffff000000,goto_table:51
 cookie=0x9051582, duration=657.104s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x5a actions=write_metadata:0x1582000000/0xfffffffff000000,goto_table:51
 cookie=0x9051583, duration=619.655s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x4e actions=write_metadata:0x1583000000/0xfffffffff000000,goto_table:51
 cookie=0x822002d, duration=2017.288s, table=43, n_packets=43, n_bytes=1806, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x822002e, duration=2017.288s, table=43, n_packets=8, n_bytes=336, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x8220000, duration=2018.322s, table=43, n_packets=387, n_bytes=38052, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2018.913s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2018.913s, table=48, n_packets=438, n_bytes=40194, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051582, duration=656.027s, table=50, n_packets=144, n_bytes=13314, priority=20,metadata=0x371582000000/0xfffffffff000000,dl_src=fa:16:3e:d6:31:12 actions=goto_table:51
 cookie=0x8051583, duration=618.658s, table=50, n_packets=144, n_bytes=13314, priority=20,metadata=0x3a1583000000/0xfffffffff000000,dl_src=fa:16:3e:cc:d1:50 actions=goto_table:51
 cookie=0x8051583, duration=608.411s, table=50, n_packets=144, n_bytes=13314, priority=20,metadata=0x3b1583000000/0xfffffffff000000,dl_src=fa:16:3e:1c:db:04 actions=goto_table:51
 cookie=0x8050001, duration=2018.322s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2018.913s, table=50, n_packets=4, n_bytes=168, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x8031582, duration=656.019s, table=51, n_packets=103, n_bytes=11028, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:d6:31:12 actions=load:0x3700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=656.010s, table=51, n_packets=102, n_bytes=9762, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:e0:63:97 actions=set_field:0x5a-&gt;tun_id,load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=656.007s, table=51, n_packets=12, n_bytes=1042, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:bc:e0:55 actions=set_field:0x5a-&gt;tun_id,load:0x400-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=656.001s, table=51, n_packets=12, n_bytes=1042, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:79:1e:fe actions=set_field:0x5a-&gt;tun_id,load:0x600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=643.555s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:81:f5:2b actions=set_field:0x5a-&gt;tun_id,load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=631.955s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:9b:8a:3c actions=set_field:0x5a-&gt;tun_id,load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=618.658s, table=51, n_packets=24, n_bytes=2084, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:8e:51:30 actions=set_field:0x4e-&gt;tun_id,load:0x400-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=618.654s, table=51, n_packets=114, n_bytes=10804, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:96:56:45 actions=set_field:0x4e-&gt;tun_id,load:0x600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=618.654s, table=51, n_packets=103, n_bytes=11028, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:cc:d1:50 actions=load:0x3a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=618.637s, table=51, n_packets=114, n_bytes=10804, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:fb:cd:eb actions=set_field:0x4e-&gt;tun_id,load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=608.411s, table=51, n_packets=103, n_bytes=11026, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:1c:db:04 actions=load:0x3b00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=596.982s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:15:bd:dc actions=set_field:0x4e-&gt;tun_id,load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2018.196s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2018.322s, table=51, n_packets=165, n_bytes=11202, priority=0 actions=goto_table:52
 cookie=0x8701582, duration=656.037s, table=52, n_packets=70, n_bytes=4364, priority=5,metadata=0x1582000001/0xffff000001 actions=write_actions(group:211011)
 cookie=0x8701582, duration=656.034s, table=52, n_packets=18, n_bytes=1468, priority=5,metadata=0x1582000000/0xffff000001 actions=write_actions(group:211012)
 cookie=0x8701583, duration=618.658s, table=52, n_packets=36, n_bytes=2936, priority=5,metadata=0x1583000000/0xffff000001 actions=write_actions(group:211014)
 cookie=0x8701583, duration=618.658s, table=52, n_packets=35, n_bytes=2182, priority=5,metadata=0x1583000001/0xffff000001 actions=write_actions(group:211013)
 cookie=0x8800037, duration=655.994s, table=55, n_packets=18, n_bytes=1468, priority=10,tun_id=0x37,metadata=0x370000000000/0xfffff0000000000 actions=drop
 cookie=0x880003a, duration=618.646s, table=55, n_packets=18, n_bytes=1468, priority=10,tun_id=0x3a,metadata=0x3a0000000000/0xfffff0000000000 actions=drop
 cookie=0x880003b, duration=608.411s, table=55, n_packets=18, n_bytes=1468, priority=10,tun_id=0x3b,metadata=0x3b0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800037, duration=656.001s, table=55, n_packets=70, n_bytes=4364, priority=9,tun_id=0x37 actions=load:0x3700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880003a, duration=618.646s, table=55, n_packets=53, n_bytes=3650, priority=9,tun_id=0x3a actions=load:0x3a00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880003b, duration=608.411s, table=55, n_packets=45, n_bytes=2658, priority=9,tun_id=0x3b actions=load:0x3b00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2018.913s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2018.700s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2018.196s, table=81, n_packets=43, n_bytes=1806, priority=0 actions=drop
 cookie=0x4000001, duration=2018.913s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2017.991s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2017.991s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2017.991s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=656.542s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x370000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=656.537s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x370000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=656.520s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x370000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=619.318s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x3a0000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=619.315s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x3a0000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=619.301s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x3a0000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=607.991s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x3b0000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=607.977s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x3b0000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=607.969s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x3b0000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=656.485s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x370000000000/0xfffff0000000000,dl_src=fa:16:3e:d6:31:12,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=656.471s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x370000000000/0xfffff0000000000,dl_src=fa:16:3e:d6:31:12,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=619.282s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x3a0000000000/0xfffff0000000000,dl_src=fa:16:3e:cc:d1:50,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=619.269s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x3a0000000000/0xfffff0000000000,dl_src=fa:16:3e:cc:d1:50,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=607.909s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x3b0000000000/0xfffff0000000000,dl_src=fa:16:3e:1c:db:04,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=607.881s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x3b0000000000/0xfffff0000000000,dl_src=fa:16:3e:1c:db:04,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=656.460s, table=210, n_packets=15, n_bytes=630, priority=63010,arp,metadata=0x370000000000/0xfffff0000000000,dl_src=fa:16:3e:d6:31:12,arp_spa=32.0.0.15,arp_sha=fa:16:3e:d6:31:12 actions=resubmit(,17)
 cookie=0x6900000, duration=619.255s, table=210, n_packets=15, n_bytes=630, priority=63010,arp,metadata=0x3a0000000000/0xfffff0000000000,dl_src=fa:16:3e:cc:d1:50,arp_spa=33.0.0.18,arp_sha=fa:16:3e:cc:d1:50 actions=resubmit(,17)
 cookie=0x6900000, duration=607.846s, table=210, n_packets=15, n_bytes=630, priority=63010,arp,metadata=0x3b0000000000/0xfffff0000000000,dl_src=fa:16:3e:1c:db:04,arp_spa=33.0.0.5,arp_sha=fa:16:3e:1c:db:04 actions=resubmit(,17)
 cookie=0x6900000, duration=2017.991s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2017.991s, table=210, n_packets=4, n_bytes=360, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2017.991s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=656.441s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x370000000000/0xfffff0000000000,dl_src=fa:16:3e:d6:31:12,ipv6_src=fe80::f816:3eff:fed6:3112 actions=goto_table:211
 cookie=0x6900000, duration=619.242s, table=210, n_packets=0, n_bytes=0, priority=61010,ipv6,metadata=0x3a0000000000/0xfffff0000000000,dl_src=fa:16:3e:cc:d1:50,ipv6_src=fe80::f816:3eff:fecc:d150 actions=goto_table:211
 cookie=0x6900000, duration=607.803s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x3b0000000000/0xfffff0000000000,dl_src=fa:16:3e:1c:db:04,ipv6_src=fe80::f816:3eff:fe1c:db04 actions=goto_table:211
 cookie=0x6900000, duration=656.415s, table=210, n_packets=123, n_bytes=11720, priority=61010,ip,metadata=0x370000000000/0xfffff0000000000,dl_src=fa:16:3e:d6:31:12,nw_src=32.0.0.15 actions=goto_table:211
 cookie=0x6900000, duration=619.227s, table=210, n_packets=123, n_bytes=11720, priority=61010,ip,metadata=0x3a0000000000/0xfffff0000000000,dl_src=fa:16:3e:cc:d1:50,nw_src=33.0.0.18 actions=goto_table:211
 cookie=0x6900000, duration=607.821s, table=210, n_packets=123, n_bytes=11720, priority=61010,ip,metadata=0x3b0000000000/0xfffff0000000000,dl_src=fa:16:3e:1c:db:04,nw_src=33.0.0.5 actions=goto_table:211
 cookie=0x6900000, duration=656.498s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x370000000000/0xfffff0000000000,dl_src=fa:16:3e:d6:31:12 actions=resubmit(,17)
 cookie=0x6900000, duration=619.297s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x3a0000000000/0xfffff0000000000,dl_src=fa:16:3e:cc:d1:50 actions=resubmit(,17)
 cookie=0x6900000, duration=607.934s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x3b0000000000/0xfffff0000000000,dl_src=fa:16:3e:1c:db:04 actions=resubmit(,17)
 cookie=0x6900000, duration=2017.991s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2017.991s, table=211, n_packets=45, n_bytes=4410, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2017.991s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2017.991s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2017.991s, table=211, n_packets=2, n_bytes=180, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2017.991s, table=211, n_packets=270, n_bytes=26160, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2017.991s, table=211, n_packets=54, n_bytes=4590, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2017.991s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=656.399s, table=212, n_packets=123, n_bytes=11720, priority=100,ip,metadata=0x370000000000/0xfffff0000000000 actions=ct(table=213,zone=5506)
 cookie=0x6900000, duration=656.390s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x370000000000/0xfffff0000000000 actions=ct(table=213,zone=5506)
 cookie=0x6900000, duration=619.213s, table=212, n_packets=123, n_bytes=11720, priority=100,ip,metadata=0x3a0000000000/0xfffff0000000000 actions=ct(table=213,zone=5507)
 cookie=0x6900000, duration=619.200s, table=212, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x3a0000000000/0xfffff0000000000 actions=ct(table=213,zone=5507)
 cookie=0x6900000, duration=607.780s, table=212, n_packets=123, n_bytes=11720, priority=100,ip,metadata=0x3b0000000000/0xfffff0000000000 actions=ct(table=213,zone=5507)
 cookie=0x6900000, duration=607.763s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x3b0000000000/0xfffff0000000000 actions=ct(table=213,zone=5507)
 cookie=0x6900000, duration=2018.104s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2018.055s, table=213, n_packets=371, n_bytes=35340, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2017.991s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2017.991s, table=214, n_packets=261, n_bytes=26358, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2017.991s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x370006900001, duration=656.379s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x370000000000/0xfffff0000000000 actions=drop
 cookie=0x3a0006900001, duration=619.194s, table=214, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,metadata=0x3a0000000000/0xfffff0000000000 actions=drop
 cookie=0x3b0006900001, duration=607.726s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x3b0000000000/0xfffff0000000000 actions=drop
 cookie=0x6900000, duration=656.337s, table=214, n_packets=36, n_bytes=2934, priority=2003,ip,metadata=0x370000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=656.330s, table=214, n_packets=0, n_bytes=0, priority=2003,ipv6,metadata=0x370000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=619.161s, table=214, n_packets=36, n_bytes=2934, priority=2003,ip,metadata=0x3a0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=619.138s, table=214, n_packets=0, n_bytes=0, priority=2003,ipv6,metadata=0x3a0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=607.656s, table=214, n_packets=36, n_bytes=2934, priority=2003,ip,metadata=0x3b0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=607.637s, table=214, n_packets=0, n_bytes=0, priority=2003,ipv6,metadata=0x3b0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=656.309s, table=214, n_packets=0, n_bytes=0, priority=2003,tcp,metadata=0x370000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=656.288s, table=214, n_packets=0, n_bytes=0, priority=2003,icmp,metadata=0x370000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=656.281s, table=214, n_packets=0, n_bytes=0, priority=2003,udp,metadata=0x370000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=619.126s, table=214, n_packets=0, n_bytes=0, priority=2003,tcp,metadata=0x3a0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=619.109s, table=214, n_packets=0, n_bytes=0, priority=2003,icmp,metadata=0x3a0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=619.084s, table=214, n_packets=0, n_bytes=0, priority=2003,udp,metadata=0x3a0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=607.620s, table=214, n_packets=0, n_bytes=0, priority=2003,tcp,metadata=0x3b0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=607.598s, table=214, n_packets=0, n_bytes=0, priority=2003,icmp,metadata=0x3b0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=607.570s, table=214, n_packets=0, n_bytes=0, priority=2003,udp,metadata=0x3b0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x370006900001, duration=656.373s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x370000000000/0xfffff0000000000 actions=drop
 cookie=0x3a0006900001, duration=619.188s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x3a0000000000/0xfffff0000000000 actions=drop
 cookie=0x3b0006900001, duration=607.700s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x3b0000000000/0xfffff0000000000 actions=drop
 cookie=0x6900000, duration=2017.991s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2017.981s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2017.991s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x370006900001, duration=656.553s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x370000000004/0xfffff0000000004 actions=drop
 cookie=0x3a0006900001, duration=619.331s, table=217, n_packets=2, n_bytes=180, priority=62020,metadata=0x3a0000000004/0xfffff0000000004 actions=drop
 cookie=0x3b0006900001, duration=608.004s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x3b0000000004/0xfffff0000000004 actions=drop
 cookie=0x6900000, duration=2017.991s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=656.364s, table=217, n_packets=36, n_bytes=2934, priority=100,ip,metadata=0x370000000000/0xfffff0000000002 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=656.351s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x370000000000/0xfffff0000000002 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=619.180s, table=217, n_packets=36, n_bytes=2934, priority=100,ip,metadata=0x3a0000000000/0xfffff0000000002 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=619.175s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x3a0000000000/0xfffff0000000002 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=607.682s, table=217, n_packets=36, n_bytes=2934, priority=100,ip,metadata=0x3b0000000000/0xfffff0000000002 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=607.674s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x3b0000000000/0xfffff0000000002 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=656.344s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x370000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=619.170s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x3a0000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=607.666s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x3b0000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=2017.991s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2017.186s, table=220, n_packets=90, n_bytes=7530, priority=9,reg6=0x400 actions=output:tun7dd6c062707
 cookie=0x8000007, duration=2017.143s, table=220, n_packets=18, n_bytes=868, priority=9,reg6=0x100 actions=output:tunb223582a781
 cookie=0x8000007, duration=2017.100s, table=220, n_packets=180, n_bytes=16250, priority=9,reg6=0x600 actions=output:tun23278d86c3d
 cookie=0x8000007, duration=2014.216s, table=220, n_packets=270, n_bytes=24970, priority=9,reg6=0xe00 actions=output:tunfb23e7715ee
 cookie=0x8000007, duration=656.852s, table=220, n_packets=167, n_bytes=14972, priority=9,reg6=0x90003700 actions=output:"tap28de207b-d7"
 cookie=0x6900000, duration=656.852s, table=220, n_packets=173, n_bytes=15392, priority=6,reg6=0x3700 actions=load:0x90003700-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x6900000, duration=619.534s, table=220, n_packets=156, n_bytes=14678, priority=6,reg6=0x3a00 actions=load:0x90003a00-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=619.534s, table=220, n_packets=150, n_bytes=14258, priority=9,reg6=0x90003a00 actions=output:"tap1e008626-68"
 cookie=0x8000007, duration=608.257s, table=220, n_packets=143, n_bytes=13334, priority=9,reg6=0x90003b00 actions=output:"tapb5219944-d3"
 cookie=0x6900000, duration=608.257s, table=220, n_packets=148, n_bytes=13684, priority=6,reg6=0x3b00 actions=load:0x90003b00-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x6900000, duration=2017.915s, table=239, n_packets=301, n_bytes=35706, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2017.915s, table=239, n_packets=22, n_bytes=1580, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2017.915s, table=239, n_packets=154, n_bytes=6468, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=657.046s, table=240, n_packets=4, n_bytes=1528, priority=63010,udp,reg6=0x3700/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=657.021s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x3700/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=657.002s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3700/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=656.983s, table=240, n_packets=2, n_bytes=156, priority=63010,icmp6,reg6=0x3700/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=656.942s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3700/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=619.636s, table=240, n_packets=4, n_bytes=1528, priority=63010,udp,reg6=0x3a00/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=619.624s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x3a00/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=619.615s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3a00/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=619.600s, table=240, n_packets=2, n_bytes=156, priority=63010,icmp6,reg6=0x3a00/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=619.588s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3a00/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=608.439s, table=240, n_packets=4, n_bytes=1527, priority=63010,udp,reg6=0x3b00/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=608.419s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x3b00/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=608.399s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3b00/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=608.375s, table=240, n_packets=1, n_bytes=78, priority=63010,icmp6,reg6=0x3b00/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=608.351s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3b00/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=656.922s, table=240, n_packets=64, n_bytes=2688, priority=63010,arp,reg6=0x3700/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=619.575s, table=240, n_packets=47, n_bytes=1974, priority=63010,arp,reg6=0x3a00/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=608.333s, table=240, n_packets=43, n_bytes=1806, priority=63010,arp,reg6=0x3b00/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=2017.915s, table=240, n_packets=10, n_bytes=3380, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=656.903s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x3700/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=32.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=656.852s, table=240, n_packets=93, n_bytes=9248, priority=61010,ip,reg6=0x3700/0xfffff00,dl_dst=fa:16:3e:d6:31:12,nw_dst=32.0.0.15 actions=goto_table:241
 cookie=0x6900000, duration=619.565s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x3a00/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=33.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=619.521s, table=240, n_packets=93, n_bytes=9248, priority=61010,ip,reg6=0x3a00/0xfffff00,dl_dst=fa:16:3e:cc:d1:50,nw_dst=33.0.0.18 actions=goto_table:241
 cookie=0x6900000, duration=608.306s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x3b00/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=33.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=608.283s, table=240, n_packets=93, n_bytes=9247, priority=61010,ip,reg6=0x3b00/0xfffff00,dl_dst=fa:16:3e:1c:db:04,nw_dst=33.0.0.5 actions=goto_table:241
 cookie=0x6900000, duration=656.886s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x3700/0xfffff00,dl_dst=fa:16:3e:d6:31:12,ipv6_dst=fe80::f816:3eff:fed6:3112 actions=goto_table:241
 cookie=0x6900000, duration=619.534s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x3a00/0xfffff00,dl_dst=fa:16:3e:cc:d1:50,ipv6_dst=fe80::f816:3eff:fecc:d150 actions=goto_table:241
 cookie=0x6900000, duration=608.269s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x3b00/0xfffff00,dl_dst=fa:16:3e:1c:db:04,ipv6_dst=fe80::f816:3eff:fe1c:db04 actions=goto_table:241
 cookie=0x6900000, duration=2017.978s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2017.978s, table=240, n_packets=17, n_bytes=1190, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2017.915s, table=241, n_packets=180, n_bytes=18743, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2017.915s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2017.915s, table=241, n_packets=64, n_bytes=7970, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2017.915s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2017.915s, table=241, n_packets=45, n_bytes=4410, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2017.915s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2017.915s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=656.841s, table=242, n_packets=97, n_bytes=10600, priority=100,ip,reg6=0x3700/0xfffff00 actions=ct(table=243,zone=5506)
 cookie=0x6900000, duration=656.818s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3700/0xfffff00 actions=ct(table=243,zone=5506)
 cookie=0x6900000, duration=619.497s, table=242, n_packets=97, n_bytes=10600, priority=100,ip,reg6=0x3a00/0xfffff00 actions=ct(table=243,zone=5507)
 cookie=0x6900000, duration=619.484s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3a00/0xfffff00 actions=ct(table=243,zone=5507)
 cookie=0x6900000, duration=608.227s, table=242, n_packets=95, n_bytes=9923, priority=100,ip,reg6=0x3b00/0xfffff00 actions=ct(table=243,zone=5507)
 cookie=0x6900000, duration=608.207s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3b00/0xfffff00 actions=ct(table=243,zone=5507)
 cookie=0x6900000, duration=2017.991s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2017.991s, table=243, n_packets=289, n_bytes=31123, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2018.055s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2018.055s, table=244, n_packets=279, n_bytes=27743, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2018.055s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x370006900001, duration=656.792s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x3700/0xfffff00 actions=drop
 cookie=0x3a0006900001, duration=619.473s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x3a00/0xfffff00 actions=drop
 cookie=0x3b0006900001, duration=608.169s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x3b00/0xfffff00 actions=drop
 cookie=0x6900000, duration=656.673s, table=244, n_packets=0, n_bytes=0, priority=2003,tcp,reg6=0x3700/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=656.648s, table=244, n_packets=0, n_bytes=0, priority=2003,icmp,reg6=0x3700/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=656.621s, table=244, n_packets=4, n_bytes=1352, priority=2003,udp,reg6=0x3700/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=619.390s, table=244, n_packets=0, n_bytes=0, priority=2003,tcp,reg6=0x3a00/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=619.375s, table=244, n_packets=0, n_bytes=0, priority=2003,icmp,reg6=0x3a00/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=619.354s, table=244, n_packets=4, n_bytes=1352, priority=2003,udp,reg6=0x3a00/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=608.047s, table=244, n_packets=0, n_bytes=0, priority=2003,tcp,reg6=0x3b00/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=608.030s, table=244, n_packets=0, n_bytes=0, priority=2003,icmp,reg6=0x3b00/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=608.017s, table=244, n_packets=2, n_bytes=676, priority=2003,udp,reg6=0x3b00/0xfffff00 actions=goto_table:247
 cookie=0x370006900001, duration=656.742s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x3700/0xfffff00 actions=drop
 cookie=0x3a0006900001, duration=619.451s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x3a00/0xfffff00 actions=drop
 cookie=0x3b0006900001, duration=608.160s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x3b00/0xfffff00 actions=drop
 cookie=0x6900000, duration=2018.055s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2017.991s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2017.991s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x370006900001, duration=657.079s, table=247, n_packets=6, n_bytes=420, priority=62020,reg6=0x3700/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x3a0006900001, duration=619.651s, table=247, n_packets=6, n_bytes=420, priority=62020,reg6=0x3a00/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x3b0006900001, duration=608.452s, table=247, n_packets=5, n_bytes=350, priority=62020,reg6=0x3b00/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2017.981s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=656.726s, table=247, n_packets=4, n_bytes=1352, priority=100,ip,reg6=0x3700/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=656.705s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3700/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=619.442s, table=247, n_packets=4, n_bytes=1352, priority=100,ip,reg6=0x3a00/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=619.431s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3a00/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=608.104s, table=247, n_packets=2, n_bytes=676, priority=100,ip,reg6=0x3b00/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=608.102s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3b00/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=656.683s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x3700/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=619.422s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x3a00/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=608.065s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x3b00/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=2017.981s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 15:08:19.423" level="INFO">${output} =  cookie=0x8000001, duration=2018.913s, table=0, n_packets=2409, n_bytes=158610, priority=5,in_port=tunb223582a781 actions=write_metadata:0x10000000001/0xfffff0000000001,goto_table:36
 cookie=0x800000...</msg>
<status status="PASS" endtime="20181020 15:08:19.423" starttime="20181020 15:08:17.777"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.423" starttime="20181020 15:08:17.770"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.424" starttime="20181020 15:08:19.424"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.425" starttime="20181020 15:08:19.425"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:19.428" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpen Flow13</msg>
<status status="PASS" endtime="20181020 15:08:19.428" starttime="20181020 15:08:19.425"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:19.450" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=211011,type=all,bucket=actions=set_field:0x37-&gt;tun_id,resubmit(,55)
 group_id=211012,type=all,bucket=actions=group:211011,bucket=actions=set_field:0x5a-&gt;tun_id,load:0x400-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x5a-&gt;tun_id,load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x5a-&gt;tun_id,load:0x600-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x5a-&gt;tun_id,load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211014,type=all,bucket=actions=group:211013,bucket=actions=set_field:0x4e-&gt;tun_id,load:0x400-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x4e-&gt;tun_id,load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x4e-&gt;tun_id,load:0x600-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x4e-&gt;tun_id,load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211013,type=all,bucket=actions=set_field:0x3a-&gt;tun_id,resubmit(,55),bucket=actions=set_field:0x3b-&gt;tun_id,resubmit(,55)
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 15:08:19.450" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=5500,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=211011,type=all,bucket=actions=s...</msg>
<status status="PASS" endtime="20181020 15:08:19.450" starttime="20181020 15:08:19.428"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.450" starttime="20181020 15:08:19.423"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.451" starttime="20181020 15:08:19.451"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.452" starttime="20181020 15:08:19.452"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:19.454" level="INFO">sudo ovs-ofctl dump-group-stats br-int - OOpenFlow13</msg>
<status status="PASS" endtime="20181020 15:08:19.454" starttime="20181020 15:08:19.452"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:19.477" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=2019.556s,ref_count=1,packet_count=43,byte_count=1806,bucket0:packet_count=43,byte_count=1806,bucket1:packet_count=43,byte_count=1806,bucket2:packet_count=43,byte_count=1806
 group_id=211011,duration=658.757s,ref_count=1,packet_count=88,byte_count=5832,bucket0:packet_count=88,byte_count=5832
 group_id=211012,duration=658.438s,ref_count=1,packet_count=9,byte_count=434,bucket0:packet_count=9,byte_count=434,bucket1:packet_count=9,byte_count=434,bucket2:packet_count=9,byte_count=434,bucket3:packet_count=9,byte_count=434,bucket4:packet_count=9,byte_count=434
 group_id=211014,duration=621.009s,ref_count=1,packet_count=9,byte_count=434,bucket0:packet_count=9,byte_count=434,bucket1:packet_count=9,byte_count=434,bucket2:packet_count=9,byte_count=434,bucket3:packet_count=9,byte_count=434,bucket4:packet_count=9,byte_count=434
 group_id=211013,duration=621.329s,ref_count=1,packet_count=63,byte_count=4126,bucket0:packet_count=63,byte_count=4126,bucket1:packet_count=63,byte_count=4126
[heat-admin@overcloud-novacompute-1 ~]$</msg>
<msg timestamp="20181020 15:08:19.477" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=5500,duration=2019.556s,ref_count=1,packet_count=43,byte_count=1806,bucket0:packet_count=43,byte_count=1806,bucket1:packet_count=43,byte_count=1806,buck...</msg>
<status status="PASS" endtime="20181020 15:08:19.477" starttime="20181020 15:08:19.454"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.478" starttime="20181020 15:08:19.450"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.478" starttime="20181020 15:08:17.535"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.478" starttime="20181020 15:08:17.534"></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="20181020 15:08:19.479" starttime="20181020 15:08:19.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>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.480" starttime="20181020 15:08:19.480"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.481" starttime="20181020 15:08:19.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="20181020 15:08:19.489" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181020 15:08:19.489" starttime="20181020 15:08:19.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="20181020 15:08:19.508" 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:a5:34:20:ef:5e 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 3e:bb:34:b1:af:37 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:a5:34:20:ef:5e 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:af:4c:5c:ea 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 88:26:60:d5:03:30 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 06:a4:88:27:71:40 brd ff:ff:ff:ff:ff:ff
13: tap7d42da05-3c: &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:d3:36:a1 brd ff:ff:ff:ff:ff:ff
14: tap8ee548c5-a0: &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:81:f5:2b brd ff:ff:ff:ff:ff:ff
15: tape9366b0b-8e: &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:9b:8a:3c brd ff:ff:ff:ff:ff:ff
16: tap60a06347-c4: &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:15:bd:dc brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 15:08:19.509" 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="20181020 15:08:19.509" starttime="20181020 15:08:19.489"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.509" starttime="20181020 15:08:19.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>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.510" starttime="20181020 15:08:19.510"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.511" starttime="20181020 15:08:19.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="20181020 15:08:19.513" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181020 15:08:19.513" starttime="20181020 15:08:19.511"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:19.524" 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::2a5:34ff:fe20:ef5e/64 scope link \       valid_lft forever preferred_lft forever
4: br-ex    inet 192.0.2.5/24 brd 192.0.2.255 scope global br-ex\       valid_lft forever preferred_lft forever
4: br-ex    inet6 fe80::2a5:34ff:fe20:ef5e/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:afff:fe4c:5cea/64 scope link \       valid_lft forever preferred_lft forever
9: vxlan_sys_4789    inet6 fe80::4a4:88ff:fe27:7140/64 scope link \       valid_lft forever preferred_lft forever
13: tap7d42da05-3c    inet6 fe80::fc16:3eff:fed3:36a1/64 scope link \       valid_lft forever preferred_lft forever
14: tap8ee548c5-a0    inet6 fe80::fc16:3eff:fe81:f52b/64 scope link \       valid_lft forever preferred_lft forever
15: tape9366b0b-8e    inet6 fe80::fc16:3eff:fe9b:8a3c/64 scope link \       valid_lft forever preferred_lft forever
16: tap60a06347-c4    inet6 fe80::fc16:3eff:fe15:bddc/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 15:08:19.524" 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::2a5:34...</msg>
<status status="PASS" endtime="20181020 15:08:19.524" starttime="20181020 15:08:19.513"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.524" starttime="20181020 15:08:19.509"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.526" starttime="20181020 15:08:19.526"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.527" starttime="20181020 15:08:19.526"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:19.529" level="INFO">ip route</msg>
<status status="PASS" endtime="20181020 15:08:19.529" starttime="20181020 15:08:19.527"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:19.536" level="INFO">default via 192.0.2.1 dev br-ex 
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.5 
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 15:08:19.536" level="INFO">${output} = default via 192.0.2.1 dev br-ex 
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....</msg>
<status status="PASS" endtime="20181020 15:08:19.536" starttime="20181020 15:08:19.529"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.536" starttime="20181020 15:08:19.525"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.537" starttime="20181020 15:08:19.537"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.537" starttime="20181020 15:08:19.537"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:19.539" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181020 15:08:19.540" starttime="20181020 15:08:19.538"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:19.545" level="INFO">? (192.0.2.6) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.10) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.1) at 00:78:60:43:2d:f0 [ether] on br-ex
? (192.0.2.99) at e2:03:05:34:e7:49 [ether] on br-ex
? (192.0.2.25) at 00:99:b8:8b:90:89 [ether] on br-ex
? (192.0.2.14) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.18) at 00:91:95:06:d4:a6 [ether] on br-ex
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 15:08:19.545" level="INFO">${output} = ? (192.0.2.6) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.11) at 00:cc:2e:53:ab:7d [ether] on br-ex
? (192.0.2.10) at 00:59:a6:28:68:d2 [ether] on br-ex
? (192.0.2.1) at 00:78:60:43:2d:f0 [eth...</msg>
<status status="PASS" endtime="20181020 15:08:19.545" starttime="20181020 15:08:19.540"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.546" starttime="20181020 15:08:19.536"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.547" starttime="20181020 15:08:19.547"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.547" starttime="20181020 15:08:19.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="20181020 15:08:19.549" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181020 15:08:19.550" starttime="20181020 15:08:19.547"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:19.553" level="INFO">[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 15:08:19.553" level="INFO">${output} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 15:08:19.553" starttime="20181020 15:08:19.550"></status>
</kw>
<msg timestamp="20181020 15:08:19.554" level="INFO">${nslist} = [heat-admin@overcloud-novacompute-0 ~]$</msg>
<status status="PASS" endtime="20181020 15:08:19.554" starttime="20181020 15:08:19.546"></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="20181020 15:08:19.554" level="INFO">0 lines returned</msg>
<msg timestamp="20181020 15:08:19.555" level="INFO">@{lines} = [ ]</msg>
<status status="PASS" endtime="20181020 15:08:19.555" starttime="20181020 15:08:19.554"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<status status="PASS" endtime="20181020 15:08:19.555" starttime="20181020 15:08:19.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>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.556" starttime="20181020 15:08:19.556"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.556" starttime="20181020 15:08:19.556"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:19.558" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181020 15:08:19.558" starttime="20181020 15:08:19.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="20181020 15:08:19.600" level="INFO">1a746078-90f9-4624-b697-eb3f1c4dd471
    Manager "ptcp:6639:127.0.0.1"
    Manager "tcp:192.0.2.18:6640"
        is_connected: true
    Manager "tcp:192.0.2.14:6640"
        is_connected: true
    Manager "tcp:192.0.2.6:6640"
        is_connected: true
    Bridge br-int
        Controller "tcp:192.0.2.18:6653"
            is_connected: true
        Controller "tcp:192.0.2.14:6653"
            is_connected: true
        Controller "tcp:192.0.2.6:6653"
            is_connected: true
        fail_mode: secure
        Port "tap60a06347-c4"
            Interface "tap60a06347-c4"
        Port "tund94e4440a70"
            Interface "tund94e4440a70"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.5", remote_ip="192.0.2.6"}
        Port "tap7d42da05-3c"
            Interface "tap7d42da05-3c"
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
        Port "tun617d26e46a5"
            Interface "tun617d26e46a5"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.5", remote_ip="192.0.2.18"}
        Port br-int
            Interface br-int
                type: internal
        Port "tap8ee548c5-a0"
            Interface "tap8ee548c5-a0"
        Port "tunb3adfc3e977"
            Interface "tunb3adfc3e977"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.5", remote_ip="192.0.2.25"}
        Port "tape9366b0b-8e"
            Interface "tape9366b0b-8e"
        Port "tun6de6aefe245"
            Interface "tun6de6aefe245"
                type: vxlan
                options: {key=flow, local_ip="192.0.2.5", remote_ip="192.0.2.14"}
    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.0"
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 15:08:19.601" level="INFO">${output} = 1a746078-90f9-4624-b697-eb3f1c4dd471
    Manager "ptcp:6639:127.0.0.1"
    Manager "tcp:192.0.2.18:6640"
        is_connected: true
    Manager "tcp:192.0.2.14:6640"
        is_connected: true
 ...</msg>
<status status="PASS" endtime="20181020 15:08:19.601" starttime="20181020 15:08:19.559"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.602" starttime="20181020 15:08:19.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>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.603" starttime="20181020 15:08:19.603"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.604" starttime="20181020 15:08:19.604"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:19.606" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181020 15:08:19.606" starttime="20181020 15:08:19.604"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:19.630" level="INFO">_uuid               : 1a746078-90f9-4624-b697-eb3f1c4dd471
bridges             : [1605fc47-1693-494f-a0c1-6e083df92f16, 87633e91-568c-47ca-b2fb-90f31decc984]
cur_cfg             : 20
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="17805173-9c15-469d-9ac1-fc395e5dbbbe"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [31623198-ed44-4f0c-a1f7-c490c232223f, 4c2e90d0-3361-4945-9c39-a89db804324a, 67b9e2da-a197-4acd-b07f-7480119ab193, cb1024da-8a67-47ed-8020-e0a0f2c43490]
next_cfg            : 20
other_config        : {local_ip="192.0.2.5", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 15:08:19.630" level="INFO">${output} = _uuid               : 1a746078-90f9-4624-b697-eb3f1c4dd471
bridges             : [1605fc47-1693-494f-a0c1-6e083df92f16, 87633e91-568c-47ca-b2fb-90f31decc984]
cur_cfg             : 20
datapath_types...</msg>
<status status="PASS" endtime="20181020 15:08:19.630" starttime="20181020 15:08:19.606"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.630" starttime="20181020 15:08:19.602"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.632" starttime="20181020 15:08:19.631"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.632" starttime="20181020 15:08:19.632"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:19.634" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181020 15:08:19.634" starttime="20181020 15:08:19.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="20181020 15:08:19.661" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000882660d50330
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:ee:8f:d5:d4:59:b2
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tunb3adfc3e977): addr:ca:17:76:6c:2d:11
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 3(tun617d26e46a5): addr:d6:26:9b:3d:f4:c4
     config:     0
     state:      0
     speed: 0 Mbps now, 0 Mbps max
 4(tund94e4440a70): addr:ae:86:39:be:f9:1a
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 5(tun6de6aefe245): addr:7a:7c:0e:56:99:07
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 9(tap7d42da05-3c): addr:fe:16:3e:d3:36:a1
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 10(tap8ee548c5-a0): addr:fe:16:3e:81:f5:2b
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 11(tape9366b0b-8e): addr:fe:16:3e:9b:8a:3c
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 12(tap60a06347-c4): addr:fe:16:3e:15:bd:dc
     config:     0
     state:      LIVE
     current:    10MB-FD COPPER
     speed: 10 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:88:26:60:d5:03:30
     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="20181020 15:08:19.662" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000882660d50330
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="20181020 15:08:19.662" starttime="20181020 15:08:19.634"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:19.662" starttime="20181020 15:08:19.631"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:19.664" starttime="20181020 15:08:19.664"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:19.665" starttime="20181020 15:08:19.664"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:19.667" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181020 15:08:19.667" starttime="20181020 15:08:19.665"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:22.011" level="INFO">cookie=0x8000000, duration=1620.151s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=672.095s, table=0, n_packets=146, n_bytes=13494, priority=4,in_port="tap7d42da05-3c",vlan_tci=0x0000/0x1fff actions=write_metadata:0x360000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=672.012s, table=0, n_packets=103, n_bytes=11440, priority=10,in_port="br-ex-patch",dl_vlan=1131 actions=pop_vlan,write_metadata:0x19a80000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=646.434s, table=0, n_packets=146, n_bytes=12784, priority=4,in_port="tap8ee548c5-a0",vlan_tci=0x0000/0x1fff actions=write_metadata:0x380000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=633.893s, table=0, n_packets=146, n_bytes=12784, priority=4,in_port="tape9366b0b-8e",vlan_tci=0x0000/0x1fff actions=write_metadata:0x390000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=599.881s, table=0, n_packets=146, n_bytes=12741, priority=4,in_port="tap60a06347-c4",vlan_tci=0x0000/0x1fff actions=write_metadata:0x3c0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000001, duration=2020.794s, table=0, n_packets=2542, n_bytes=178147, priority=5,in_port=tund94e4440a70 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=2020.794s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=tun617d26e46a5 actions=write_metadata:0x20000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=2020.791s, table=0, n_packets=2324, n_bytes=153064, priority=5,in_port=tunb3adfc3e977 actions=write_metadata:0x30000000001/0xfffff0000000001,goto_table:36
 cookie=0x8000001, duration=2017.081s, table=0, n_packets=2489, n_bytes=172028, priority=5,in_port=tun6de6aefe245 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36
 cookie=0x6900000, duration=671.393s, table=17, n_packets=146, n_bytes=13494, priority=10,metadata=0x360000000000/0xffffff0000000000 actions=write_metadata:0x9000360000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=671.388s, table=17, n_packets=144, n_bytes=13314, priority=10,metadata=0x9000360000000000/0xffffff0000000000 actions=load:0x36-&gt;NXM_NX_REG1[0..19],load:0x1581-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000361581000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=671.052s, table=17, n_packets=103, n_bytes=11440, priority=10,metadata=0x19a80000000000/0xffffff0000000000 actions=load:0x19a8-&gt;NXM_NX_REG1[0..19],load:0x1581-&gt;NXM_NX_REG7[0..15],write_metadata:0xa019a81581000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6900000, duration=645.401s, table=17, n_packets=146, n_bytes=12784, priority=10,metadata=0x380000000000/0xffffff0000000000 actions=write_metadata:0x9000380000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=645.401s, table=17, n_packets=144, n_bytes=12604, priority=10,metadata=0x9000380000000000/0xffffff0000000000 actions=load:0x38-&gt;NXM_NX_REG1[0..19],load:0x1582-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000381582000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6900000, duration=633.562s, table=17, n_packets=146, n_bytes=12784, priority=10,metadata=0x390000000000/0xffffff0000000000 actions=write_metadata:0x9000390000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x8040000, duration=633.562s, table=17, n_packets=144, n_bytes=12604, priority=10,metadata=0x9000390000000000/0xffffff0000000000 actions=load:0x39-&gt;NXM_NX_REG1[0..19],load:0x1582-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000391582000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=598.824s, table=17, n_packets=144, n_bytes=12561, priority=10,metadata=0x90003c0000000000/0xffffff0000000000 actions=load:0x3c-&gt;NXM_NX_REG1[0..19],load:0x1583-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0003c1583000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6900000, duration=598.824s, table=17, n_packets=146, n_bytes=12741, priority=10,metadata=0x3c0000000000/0xffffff0000000000 actions=write_metadata:0x90003c0000000000/0xfffffffffffffffe,goto_table:210
 cookie=0x6800000, duration=2021.080s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2020.589s, table=19, n_packets=6, n_bytes=252, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2020.589s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2020.589s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2020.589s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1899.447s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.0/24 actions=write_metadata:0x157e0324b2/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1899.447s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x324b2/0xfffffe,nw_dst=192.0.2.255 actions=drop
 cookie=0x8000004, duration=2020.589s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2020.589s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2020.154s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001582, duration=645.436s, table=36, n_packets=177, n_bytes=18800, priority=5,tun_id=0x5a actions=write_metadata:0x1582000000/0xfffffffff000000,goto_table:51
 cookie=0x9001583, duration=598.862s, table=36, n_packets=93, n_bytes=9575, priority=5,tun_id=0x4e actions=write_metadata:0x1583000000/0xfffffffff000000,goto_table:51
 cookie=0x9051582, duration=646.426s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x5a actions=write_metadata:0x1582000000/0xfffffffff000000,goto_table:51
 cookie=0x9051583, duration=599.867s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x4e actions=write_metadata:0x1583000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=2019.163s, table=43, n_packets=17, n_bytes=738, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2019.135s, table=43, n_packets=183, n_bytes=7710, priority=100,arp,arp_op=1 actions=group:5500
 cookie=0x8220000, duration=2020.179s, table=43, n_packets=1021, n_bytes=104329, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2021.080s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2020.226s, table=48, n_packets=1221, n_bytes=112777, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051581, duration=671.426s, table=50, n_packets=144, n_bytes=13314, priority=20,metadata=0x361581000000/0xfffffffff000000,dl_src=fa:16:3e:d3:36:a1 actions=goto_table:51
 cookie=0x8051582, duration=645.425s, table=50, n_packets=144, n_bytes=12604, priority=20,metadata=0x381582000000/0xfffffffff000000,dl_src=fa:16:3e:81:f5:2b actions=goto_table:51
 cookie=0x8051582, duration=633.838s, table=50, n_packets=144, n_bytes=12604, priority=20,metadata=0x391582000000/0xfffffffff000000,dl_src=fa:16:3e:9b:8a:3c actions=goto_table:51
 cookie=0x8051583, duration=598.862s, table=50, n_packets=144, n_bytes=12561, priority=20,metadata=0x3c1583000000/0xfffffffff000000,dl_src=fa:16:3e:15:bd:dc actions=goto_table:51
 cookie=0x8050001, duration=2020.189s, table=50, n_packets=2, n_bytes=84, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2020.226s, table=50, n_packets=10, n_bytes=2460, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x8031581, duration=671.414s, table=51, n_packets=103, n_bytes=11440, priority=20,metadata=0x1581000000/0xffff000000,dl_dst=fa:16:3e:d3:36:a1 actions=load:0x3600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=645.424s, table=51, n_packets=110, n_bytes=10464, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:e0:63:97 actions=set_field:0x5a-&gt;tun_id,load:0xd00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=645.424s, table=51, n_packets=84, n_bytes=9184, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:81:f5:2b actions=load:0x3800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=645.424s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:d6:31:12 actions=set_field:0x5a-&gt;tun_id,load:0x300-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=645.424s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:bc:e0:55 actions=set_field:0x5a-&gt;tun_id,load:0x200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=645.418s, table=51, n_packets=108, n_bytes=10380, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:79:1e:fe actions=set_field:0x5a-&gt;tun_id,load:0x500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031582, duration=633.835s, table=51, n_packets=84, n_bytes=9182, priority=20,metadata=0x1582000000/0xffff000000,dl_dst=fa:16:3e:9b:8a:3c actions=load:0x3900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=598.862s, table=51, n_packets=84, n_bytes=9141, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:15:bd:dc actions=load:0x3c00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=598.862s, table=51, n_packets=99, n_bytes=9507, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:96:56:45 actions=set_field:0x4e-&gt;tun_id,load:0x500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=598.862s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:1c:db:04 actions=set_field:0x4e-&gt;tun_id,load:0x300-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=598.862s, table=51, n_packets=10, n_bytes=872, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:fb:cd:eb actions=set_field:0x4e-&gt;tun_id,load:0xd00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=598.861s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:cc:d1:50 actions=set_field:0x4e-&gt;tun_id,load:0x300-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031583, duration=598.861s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1583000000/0xffff000000,dl_dst=fa:16:3e:8e:51:30 actions=set_field:0x4e-&gt;tun_id,load:0x200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2020.154s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2020.179s, table=51, n_packets=235, n_bytes=14966, priority=0 actions=goto_table:52
 cookie=0x8701581, duration=671.434s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1581000001/0xffff000001 actions=write_actions(group:211009)
 cookie=0x8701581, duration=671.434s, table=52, n_packets=18, n_bytes=1468, priority=5,metadata=0x1581000000/0xffff000001 actions=write_actions(group:211010)
 cookie=0x8701582, duration=645.429s, table=52, n_packets=9, n_bytes=434, priority=5,metadata=0x1582000001/0xffff000001 actions=write_actions(group:211011)
 cookie=0x8701582, duration=645.424s, table=52, n_packets=70, n_bytes=4364, priority=5,metadata=0x1582000000/0xffff000001 actions=write_actions(group:211012)
 cookie=0x8701583, duration=598.862s, table=52, n_packets=35, n_bytes=2182, priority=5,metadata=0x1583000000/0xffff000001 actions=write_actions(group:211014)
 cookie=0x8701583, duration=598.862s, table=52, n_packets=9, n_bytes=434, priority=5,metadata=0x1583000001/0xffff000001 actions=write_actions(group:211013)
 cookie=0x8800036, duration=671.401s, table=55, n_packets=18, n_bytes=1468, priority=10,tun_id=0x36,metadata=0x360000000000/0xfffff0000000000 actions=drop
 cookie=0x88019a8, duration=671.107s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x19a8,metadata=0x19a80000000000/0xfffff0000000000 actions=drop
 cookie=0x8800038, duration=645.417s, table=55, n_packets=35, n_bytes=2182, priority=10,tun_id=0x38,metadata=0x380000000000/0xfffff0000000000 actions=drop
 cookie=0x8800039, duration=633.825s, table=55, n_packets=35, n_bytes=2182, priority=10,tun_id=0x39,metadata=0x390000000000/0xfffff0000000000 actions=drop
 cookie=0x880003c, duration=598.856s, table=55, n_packets=35, n_bytes=2182, priority=10,tun_id=0x3c,metadata=0x3c0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800036, duration=671.397s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x36 actions=load:0x3600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x88019a8, duration=671.107s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x19a8 actions=load:0x19a800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800038, duration=645.424s, table=55, n_packets=44, n_bytes=2616, priority=9,tun_id=0x38 actions=load:0x3800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800039, duration=633.825s, table=55, n_packets=24, n_bytes=1064, priority=9,tun_id=0x39 actions=load:0x3900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880003c, duration=598.853s, table=55, n_packets=9, n_bytes=434, priority=9,tun_id=0x3c actions=load:0x3c00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2021.080s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2020.589s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2020.154s, table=81, n_packets=183, n_bytes=7710, priority=0 actions=drop
 cookie=0x4000001, duration=2021.080s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2019.849s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2019.849s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2019.849s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=671.583s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x360000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=671.575s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x360000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=671.551s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x360000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=646.043s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x380000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=646.035s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x380000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=646.027s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x380000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=633.405s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x390000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=633.375s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x390000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=633.362s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x390000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=599.389s, table=210, n_packets=3, n_bytes=210, priority=63010,icmp6,metadata=0x3c0000000000/0xfffff0000000000,icmp_type=133,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=599.383s, table=210, n_packets=1, n_bytes=78, priority=63010,icmp6,metadata=0x3c0000000000/0xfffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=599.378s, table=210, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x3c0000000000/0xfffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,17)
 cookie=0x6900000, duration=671.523s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x360000000000/0xfffff0000000000,dl_src=fa:16:3e:d3:36:a1,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=671.511s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x360000000000/0xfffff0000000000,dl_src=fa:16:3e:d3:36:a1,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=646.015s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x380000000000/0xfffff0000000000,dl_src=fa:16:3e:81:f5:2b,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=646.007s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x380000000000/0xfffff0000000000,dl_src=fa:16:3e:81:f5:2b,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=633.335s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x390000000000/0xfffff0000000000,dl_src=fa:16:3e:9b:8a:3c,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=633.324s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x390000000000/0xfffff0000000000,dl_src=fa:16:3e:9b:8a:3c,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=599.339s, table=210, n_packets=2, n_bytes=676, priority=63010,udp,metadata=0x3c0000000000/0xfffff0000000000,dl_src=fa:16:3e:15:bd:dc,tp_src=68,tp_dst=67 actions=resubmit(,17)
 cookie=0x6900000, duration=599.327s, table=210, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x3c0000000000/0xfffff0000000000,dl_src=fa:16:3e:15:bd:dc,tp_src=546,tp_dst=547 actions=resubmit(,17)
 cookie=0x6900000, duration=671.499s, table=210, n_packets=15, n_bytes=630, priority=63010,arp,metadata=0x360000000000/0xfffff0000000000,dl_src=fa:16:3e:d3:36:a1,arp_spa=31.0.0.11,arp_sha=fa:16:3e:d3:36:a1 actions=resubmit(,17)
 cookie=0x6900000, duration=645.995s, table=210, n_packets=30, n_bytes=1260, priority=63010,arp,metadata=0x380000000000/0xfffff0000000000,dl_src=fa:16:3e:81:f5:2b,arp_spa=32.0.0.10,arp_sha=fa:16:3e:81:f5:2b actions=resubmit(,17)
 cookie=0x6900000, duration=633.314s, table=210, n_packets=30, n_bytes=1260, priority=63010,arp,metadata=0x390000000000/0xfffff0000000000,dl_src=fa:16:3e:9b:8a:3c,arp_spa=32.0.0.7,arp_sha=fa:16:3e:9b:8a:3c actions=resubmit(,17)
 cookie=0x6900000, duration=599.325s, table=210, n_packets=31, n_bytes=1302, priority=63010,arp,metadata=0x3c0000000000/0xfffff0000000000,dl_src=fa:16:3e:15:bd:dc,arp_spa=33.0.0.19,arp_sha=fa:16:3e:15:bd:dc actions=resubmit(,17)
 cookie=0x6900000, duration=2019.849s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2019.849s, table=210, n_packets=8, n_bytes=720, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2019.849s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=671.489s, table=210, n_packets=123, n_bytes=11720, priority=61010,ip,metadata=0x360000000000/0xfffff0000000000,dl_src=fa:16:3e:d3:36:a1,nw_src=31.0.0.11 actions=goto_table:211
 cookie=0x6900000, duration=645.966s, table=210, n_packets=108, n_bytes=10380, priority=61010,ip,metadata=0x380000000000/0xfffff0000000000,dl_src=fa:16:3e:81:f5:2b,nw_src=32.0.0.10 actions=goto_table:211
 cookie=0x6900000, duration=633.314s, table=210, n_packets=108, n_bytes=10380, priority=61010,ip,metadata=0x390000000000/0xfffff0000000000,dl_src=fa:16:3e:9b:8a:3c,nw_src=32.0.0.7 actions=goto_table:211
 cookie=0x6900000, duration=599.302s, table=210, n_packets=107, n_bytes=10295, priority=61010,ip,metadata=0x3c0000000000/0xfffff0000000000,dl_src=fa:16:3e:15:bd:dc,nw_src=33.0.0.19 actions=goto_table:211
 cookie=0x6900000, duration=671.483s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x360000000000/0xfffff0000000000,dl_src=fa:16:3e:d3:36:a1,ipv6_src=fe80::f816:3eff:fed3:36a1 actions=goto_table:211
 cookie=0x6900000, duration=645.954s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x380000000000/0xfffff0000000000,dl_src=fa:16:3e:81:f5:2b,ipv6_src=fe80::f816:3eff:fe81:f52b actions=goto_table:211
 cookie=0x6900000, duration=633.309s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x390000000000/0xfffff0000000000,dl_src=fa:16:3e:9b:8a:3c,ipv6_src=fe80::f816:3eff:fe9b:8a3c actions=goto_table:211
 cookie=0x6900000, duration=599.307s, table=210, n_packets=1, n_bytes=90, priority=61010,ipv6,metadata=0x3c0000000000/0xfffff0000000000,dl_src=fa:16:3e:15:bd:dc,ipv6_src=fe80::f816:3eff:fe15:bddc actions=goto_table:211
 cookie=0x6900000, duration=671.530s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x360000000000/0xfffff0000000000,dl_src=fa:16:3e:d3:36:a1 actions=resubmit(,17)
 cookie=0x6900000, duration=646.022s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x380000000000/0xfffff0000000000,dl_src=fa:16:3e:81:f5:2b actions=resubmit(,17)
 cookie=0x6900000, duration=633.347s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x390000000000/0xfffff0000000000,dl_src=fa:16:3e:9b:8a:3c actions=resubmit(,17)
 cookie=0x6900000, duration=599.358s, table=210, n_packets=0, n_bytes=0, priority=61005,metadata=0x3c0000000000/0xfffff0000000000,dl_src=fa:16:3e:15:bd:dc actions=resubmit(,17)
 cookie=0x6900000, duration=2019.849s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2019.849s, table=211, n_packets=80, n_bytes=7840, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2019.849s, table=211, n_packets=6, n_bytes=540, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2019.849s, table=211, n_packets=630, n_bytes=61040, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2019.849s, table=211, n_packets=75, n_bytes=6375, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2019.849s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2019.849s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2019.849s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=671.476s, table=212, n_packets=123, n_bytes=11720, priority=100,ip,metadata=0x360000000000/0xfffff0000000000 actions=ct(table=213,zone=5505)
 cookie=0x6900000, duration=671.463s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x360000000000/0xfffff0000000000 actions=ct(table=213,zone=5505)
 cookie=0x6900000, duration=645.939s, table=212, n_packets=108, n_bytes=10380, priority=100,ip,metadata=0x380000000000/0xfffff0000000000 actions=ct(table=213,zone=5506)
 cookie=0x6900000, duration=645.925s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x380000000000/0xfffff0000000000 actions=ct(table=213,zone=5506)
 cookie=0x6900000, duration=633.249s, table=212, n_packets=108, n_bytes=10380, priority=100,ip,metadata=0x390000000000/0xfffff0000000000 actions=ct(table=213,zone=5506)
 cookie=0x6900000, duration=633.243s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x390000000000/0xfffff0000000000 actions=ct(table=213,zone=5506)
 cookie=0x6900000, duration=599.294s, table=212, n_packets=107, n_bytes=10295, priority=100,ip,metadata=0x3c0000000000/0xfffff0000000000 actions=ct(table=213,zone=5507)
 cookie=0x6900000, duration=599.283s, table=212, n_packets=1, n_bytes=90, priority=100,ipv6,metadata=0x3c0000000000/0xfffff0000000000 actions=ct(table=213,zone=5507)
 cookie=0x6900000, duration=2019.979s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2019.849s, table=213, n_packets=791, n_bytes=75795, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2019.849s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2019.849s, table=214, n_packets=589, n_bytes=59542, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2019.849s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x360006900001, duration=671.447s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x360000000000/0xfffff0000000000 actions=drop
 cookie=0x380006900001, duration=645.916s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x380000000000/0xfffff0000000000 actions=drop
 cookie=0x390006900001, duration=633.224s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x390000000000/0xfffff0000000000 actions=drop
 cookie=0x3c0006900001, duration=599.272s, table=214, n_packets=1, n_bytes=90, priority=62020,ct_state=+inv+trk,metadata=0x3c0000000000/0xfffff0000000000 actions=drop
 cookie=0x6900000, duration=671.371s, table=214, n_packets=36, n_bytes=2934, priority=2003,ip,metadata=0x360000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=671.327s, table=214, n_packets=0, n_bytes=0, priority=2003,ipv6,metadata=0x360000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=645.857s, table=214, n_packets=25, n_bytes=1986, priority=2003,ip,metadata=0x380000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=645.839s, table=214, n_packets=0, n_bytes=0, priority=2003,ipv6,metadata=0x380000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=633.154s, table=214, n_packets=25, n_bytes=1986, priority=2003,ip,metadata=0x390000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=633.128s, table=214, n_packets=0, n_bytes=0, priority=2003,ipv6,metadata=0x390000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=599.200s, table=214, n_packets=24, n_bytes=1901, priority=2003,ip,metadata=0x3c0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=599.172s, table=214, n_packets=0, n_bytes=0, priority=2003,ipv6,metadata=0x3c0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=671.314s, table=214, n_packets=0, n_bytes=0, priority=2003,tcp,metadata=0x360000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=671.293s, table=214, n_packets=0, n_bytes=0, priority=2003,icmp,metadata=0x360000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=671.265s, table=214, n_packets=0, n_bytes=0, priority=2003,udp,metadata=0x360000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=645.823s, table=214, n_packets=0, n_bytes=0, priority=2003,tcp,metadata=0x380000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=645.800s, table=214, n_packets=0, n_bytes=0, priority=2003,icmp,metadata=0x380000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=645.772s, table=214, n_packets=0, n_bytes=0, priority=2003,udp,metadata=0x380000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=633.096s, table=214, n_packets=0, n_bytes=0, priority=2003,tcp,metadata=0x390000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=633.069s, table=214, n_packets=0, n_bytes=0, priority=2003,icmp,metadata=0x390000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=633.053s, table=214, n_packets=0, n_bytes=0, priority=2003,udp,metadata=0x390000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=599.147s, table=214, n_packets=0, n_bytes=0, priority=2003,tcp,metadata=0x3c0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=599.118s, table=214, n_packets=0, n_bytes=0, priority=2003,icmp,metadata=0x3c0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x6900000, duration=599.102s, table=214, n_packets=0, n_bytes=0, priority=2003,udp,metadata=0x3c0000000000/0xfffff0000000000 actions=goto_table:217
 cookie=0x360006900001, duration=671.435s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x360000000000/0xfffff0000000000 actions=drop
 cookie=0x380006900001, duration=645.901s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x380000000000/0xfffff0000000000 actions=drop
 cookie=0x390006900001, duration=633.213s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x390000000000/0xfffff0000000000 actions=drop
 cookie=0x3c0006900001, duration=599.266s, table=214, n_packets=0, n_bytes=0, priority=50,metadata=0x3c0000000000/0xfffff0000000000 actions=drop
 cookie=0x6900000, duration=2019.849s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2019.849s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2019.849s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x360006900001, duration=671.593s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x360000000004/0xfffff0000000004 actions=drop
 cookie=0x380006900001, duration=646.051s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x380000000004/0xfffff0000000004 actions=drop
 cookie=0x390006900001, duration=633.423s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x390000000004/0xfffff0000000004 actions=drop
 cookie=0x3c0006900001, duration=599.396s, table=217, n_packets=1, n_bytes=90, priority=62020,metadata=0x3c0000000004/0xfffff0000000004 actions=drop
 cookie=0x6900000, duration=2019.849s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=671.388s, table=217, n_packets=36, n_bytes=2934, priority=100,ip,metadata=0x360000000000/0xfffff0000000002 actions=ct(commit,zone=5505,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=671.387s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x360000000000/0xfffff0000000002 actions=ct(commit,zone=5505,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=645.890s, table=217, n_packets=25, n_bytes=1986, priority=100,ip,metadata=0x380000000000/0xfffff0000000002 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=645.875s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x380000000000/0xfffff0000000002 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=633.194s, table=217, n_packets=25, n_bytes=1986, priority=100,ip,metadata=0x390000000000/0xfffff0000000002 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=633.185s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x390000000000/0xfffff0000000002 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=599.257s, table=217, n_packets=24, n_bytes=1901, priority=100,ip,metadata=0x3c0000000000/0xfffff0000000002 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=599.230s, table=217, n_packets=0, n_bytes=0, priority=100,ipv6,metadata=0x3c0000000000/0xfffff0000000002 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,17)
 cookie=0x6900000, duration=671.382s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x360000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=645.863s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x380000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=633.167s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x390000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=599.213s, table=217, n_packets=0, n_bytes=0, priority=100,metadata=0x3c0000000002/0xfffff0000000002 actions=resubmit(,17)
 cookie=0x6900000, duration=2019.849s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1619.956s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=671.819s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x19a800,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2019.070s, table=220, n_packets=492, n_bytes=41261, priority=9,reg6=0x500 actions=output:tund94e4440a70
 cookie=0x8000007, duration=2018.992s, table=220, n_packets=105, n_bytes=6546, priority=9,reg6=0x300 actions=output:tunb3adfc3e977
 cookie=0x8000007, duration=2018.981s, table=220, n_packets=175, n_bytes=10910, priority=9,reg6=0x200 actions=output:tun617d26e46a5
 cookie=0x8000007, duration=2015.977s, table=220, n_packets=404, n_bytes=32668, priority=9,reg6=0xd00 actions=output:tun6de6aefe245
 cookie=0x8000007, duration=1619.941s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=671.878s, table=220, n_packets=103, n_bytes=11068, priority=9,reg6=0x90003600 actions=output:"tap7d42da05-3c"
 cookie=0x6900000, duration=671.875s, table=220, n_packets=103, n_bytes=11440, priority=6,reg6=0x3600 actions=load:0x90003600-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=671.816s, table=220, n_packets=144, n_bytes=13314, priority=9,reg6=0x19a800 actions=push_vlan:0x8100,set_field:5227-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x6900000, duration=646.259s, table=220, n_packets=128, n_bytes=11800, priority=6,reg6=0x3800 actions=load:0x90003800-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=646.258s, table=220, n_packets=123, n_bytes=11450, priority=9,reg6=0x90003800 actions=output:"tap8ee548c5-a0"
 cookie=0x8000007, duration=633.620s, table=220, n_packets=106, n_bytes=10106, priority=9,reg6=0x90003900 actions=output:"tape9366b0b-8e"
 cookie=0x6900000, duration=633.619s, table=220, n_packets=108, n_bytes=10246, priority=6,reg6=0x3900 actions=load:0x90003900-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x8000007, duration=599.615s, table=220, n_packets=91, n_bytes=9435, priority=9,reg6=0x90003c00 actions=output:"tap60a06347-c4"
 cookie=0x6900000, duration=599.614s, table=220, n_packets=93, n_bytes=9575, priority=6,reg6=0x3c00 actions=load:0x90003c00-&gt;NXM_NX_REG6[],write_metadata:0/0xfffffffffe,goto_table:239
 cookie=0x6900000, duration=2019.807s, table=239, n_packets=16, n_bytes=1136, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2019.807s, table=239, n_packets=602, n_bytes=68879, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2019.807s, table=239, n_packets=149, n_bytes=6306, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=672.052s, table=240, n_packets=4, n_bytes=1544, priority=63010,udp,reg6=0x3600/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=672.006s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x3600/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=671.992s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3600/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=671.948s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3600/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=671.907s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3600/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=646.390s, table=240, n_packets=3, n_bytes=1150, priority=63010,udp,reg6=0x3800/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=646.371s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x3800/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=646.348s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3800/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=646.312s, table=240, n_packets=1, n_bytes=78, priority=63010,icmp6,reg6=0x3800/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=646.293s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3800/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=633.839s, table=240, n_packets=3, n_bytes=1149, priority=63010,udp,reg6=0x3900/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=633.817s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x3900/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=633.799s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3900/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=633.753s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3900/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=633.728s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3900/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=599.833s, table=240, n_packets=3, n_bytes=1150, priority=63010,udp,reg6=0x3c00/0xfffff00,tp_src=67,tp_dst=68 actions=resubmit(,220)
 cookie=0x6900000, duration=599.813s, table=240, n_packets=0, n_bytes=0, priority=63010,udp6,reg6=0x3c00/0xfffff00,tp_src=547,tp_dst=546 actions=resubmit(,220)
 cookie=0x6900000, duration=599.784s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3c00/0xfffff00,icmp_type=130,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=599.733s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3c00/0xfffff00,icmp_type=135,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=599.720s, table=240, n_packets=0, n_bytes=0, priority=63010,icmp6,reg6=0x3c00/0xfffff00,icmp_type=136,icmp_code=0 actions=resubmit(,220)
 cookie=0x6900000, duration=671.853s, table=240, n_packets=6, n_bytes=276, priority=63010,arp,reg6=0x3600/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=646.281s, table=240, n_packets=39, n_bytes=1638, priority=63010,arp,reg6=0x3800/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=633.713s, table=240, n_packets=25, n_bytes=1050, priority=63010,arp,reg6=0x3900/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=599.702s, table=240, n_packets=11, n_bytes=462, priority=63010,arp,reg6=0x3c00/0xfffff00 actions=resubmit(,220)
 cookie=0x6900000, duration=2019.807s, table=240, n_packets=4, n_bytes=1352, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=671.783s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x3600/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=31.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=671.783s, table=240, n_packets=93, n_bytes=9620, priority=61010,ip,reg6=0x3600/0xfffff00,dl_dst=fa:16:3e:d3:36:a1,nw_dst=31.0.0.11 actions=goto_table:241
 cookie=0x6900000, duration=646.274s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x3800/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=32.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=646.250s, table=240, n_packets=78, n_bytes=7908, priority=61010,ip,reg6=0x3800/0xfffff00,dl_dst=fa:16:3e:81:f5:2b,nw_dst=32.0.0.10 actions=goto_table:241
 cookie=0x6900000, duration=633.693s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x3900/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=32.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=633.666s, table=240, n_packets=78, n_bytes=7907, priority=61010,ip,reg6=0x3900/0xfffff00,dl_dst=fa:16:3e:9b:8a:3c,nw_dst=32.0.0.7 actions=goto_table:241
 cookie=0x6900000, duration=599.684s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,reg6=0x3c00/0xfffff00,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=33.0.0.255 actions=goto_table:241
 cookie=0x6900000, duration=599.659s, table=240, n_packets=77, n_bytes=7823, priority=61010,ip,reg6=0x3c00/0xfffff00,dl_dst=fa:16:3e:15:bd:dc,nw_dst=33.0.0.19 actions=goto_table:241
 cookie=0x6900000, duration=671.755s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x3600/0xfffff00,dl_dst=fa:16:3e:d3:36:a1,ipv6_dst=fe80::f816:3eff:fed3:36a1 actions=goto_table:241
 cookie=0x6900000, duration=646.236s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x3800/0xfffff00,dl_dst=fa:16:3e:81:f5:2b,ipv6_dst=fe80::f816:3eff:fe81:f52b actions=goto_table:241
 cookie=0x6900000, duration=633.659s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x3900/0xfffff00,dl_dst=fa:16:3e:9b:8a:3c,ipv6_dst=fe80::f816:3eff:fe9b:8a3c actions=goto_table:241
 cookie=0x6900000, duration=599.671s, table=240, n_packets=0, n_bytes=0, priority=61010,ipv6,reg6=0x3c00/0xfffff00,dl_dst=fa:16:3e:15:bd:dc,ipv6_dst=fe80::f816:3eff:fe15:bddc actions=goto_table:241
 cookie=0x6900000, duration=2019.807s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2019.807s, table=240, n_packets=14, n_bytes=980, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2019.807s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2019.807s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2019.807s, table=241, n_packets=420, n_bytes=44213, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2019.807s, table=241, n_packets=79, n_bytes=7871, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2019.807s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2019.807s, table=241, n_packets=80, n_bytes=7960, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2019.807s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=671.749s, table=242, n_packets=93, n_bytes=9620, priority=100,ip,reg6=0x3600/0xfffff00 actions=ct(table=243,zone=5505)
 cookie=0x6900000, duration=671.716s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3600/0xfffff00 actions=ct(table=243,zone=5505)
 cookie=0x6900000, duration=646.224s, table=242, n_packets=80, n_bytes=8584, priority=100,ip,reg6=0x3800/0xfffff00 actions=ct(table=243,zone=5506)
 cookie=0x6900000, duration=646.212s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3800/0xfffff00 actions=ct(table=243,zone=5506)
 cookie=0x6900000, duration=633.644s, table=242, n_packets=78, n_bytes=7907, priority=100,ip,reg6=0x3900/0xfffff00 actions=ct(table=243,zone=5506)
 cookie=0x6900000, duration=633.632s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3900/0xfffff00 actions=ct(table=243,zone=5506)
 cookie=0x6900000, duration=599.614s, table=242, n_packets=77, n_bytes=7823, priority=100,ip,reg6=0x3c00/0xfffff00 actions=ct(table=243,zone=5507)
 cookie=0x6900000, duration=599.607s, table=242, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3c00/0xfffff00 actions=ct(table=243,zone=5507)
 cookie=0x6900000, duration=2019.849s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2019.849s, table=243, n_packets=579, n_bytes=59300, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2019.849s, table=244, n_packets=575, n_bytes=57948, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2019.849s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2019.849s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x360006900001, duration=671.689s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x3600/0xfffff00 actions=drop
 cookie=0x380006900001, duration=646.201s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x3800/0xfffff00 actions=drop
 cookie=0x390006900001, duration=633.618s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x3900/0xfffff00 actions=drop
 cookie=0x3c0006900001, duration=599.560s, table=244, n_packets=0, n_bytes=0, priority=62020,ct_state=+inv+trk,reg6=0x3c00/0xfffff00 actions=drop
 cookie=0x6900000, duration=671.635s, table=244, n_packets=0, n_bytes=0, priority=2003,tcp,reg6=0x3600/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=671.620s, table=244, n_packets=0, n_bytes=0, priority=2003,icmp,reg6=0x3600/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=671.609s, table=244, n_packets=0, n_bytes=0, priority=2003,udp,reg6=0x3600/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=646.124s, table=244, n_packets=0, n_bytes=0, priority=2003,tcp,reg6=0x3800/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=646.099s, table=244, n_packets=0, n_bytes=0, priority=2003,icmp,reg6=0x3800/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=646.075s, table=244, n_packets=2, n_bytes=676, priority=2003,udp,reg6=0x3800/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=633.517s, table=244, n_packets=0, n_bytes=0, priority=2003,tcp,reg6=0x3900/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=633.490s, table=244, n_packets=0, n_bytes=0, priority=2003,icmp,reg6=0x3900/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=633.461s, table=244, n_packets=0, n_bytes=0, priority=2003,udp,reg6=0x3900/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=599.493s, table=244, n_packets=0, n_bytes=0, priority=2003,tcp,reg6=0x3c00/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=599.451s, table=244, n_packets=0, n_bytes=0, priority=2003,icmp,reg6=0x3c00/0xfffff00 actions=goto_table:247
 cookie=0x6900000, duration=599.420s, table=244, n_packets=0, n_bytes=0, priority=2003,udp,reg6=0x3c00/0xfffff00 actions=goto_table:247
 cookie=0x360006900001, duration=671.684s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x3600/0xfffff00 actions=drop
 cookie=0x380006900001, duration=646.189s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x3800/0xfffff00 actions=drop
 cookie=0x390006900001, duration=633.602s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x3900/0xfffff00 actions=drop
 cookie=0x3c0006900001, duration=599.535s, table=244, n_packets=0, n_bytes=0, priority=50,reg6=0x3c00/0xfffff00 actions=drop
 cookie=0x6900000, duration=2019.849s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2019.849s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2019.849s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x360006900001, duration=672.078s, table=247, n_packets=0, n_bytes=0, priority=62020,reg6=0x3600/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x380006900001, duration=646.419s, table=247, n_packets=5, n_bytes=350, priority=62020,reg6=0x3800/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x390006900001, duration=633.872s, table=247, n_packets=2, n_bytes=140, priority=62020,reg6=0x3900/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x3c0006900001, duration=599.848s, table=247, n_packets=2, n_bytes=140, priority=62020,reg6=0x3c00/0xfffff00,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2019.849s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=671.673s, table=247, n_packets=0, n_bytes=0, priority=100,ip,reg6=0x3600/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5505,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=671.659s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3600/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5505,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=646.169s, table=247, n_packets=2, n_bytes=676, priority=100,ip,reg6=0x3800/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=646.157s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3800/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=633.582s, table=247, n_packets=0, n_bytes=0, priority=100,ip,reg6=0x3900/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=633.568s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3900/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5506,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=599.525s, table=247, n_packets=0, n_bytes=0, priority=100,ip,reg6=0x3c00/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=599.512s, table=247, n_packets=0, n_bytes=0, priority=100,ipv6,reg6=0x3c00/0xfffff00,metadata=0/0x2 actions=ct(commit,zone=5507,exec(set_field:0x1-&gt;ct_mark)),ct_clear,resubmit(,220)
 cookie=0x6900000, duration=671.642s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x3600/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=646.141s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x3800/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=633.527s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x3900/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=599.500s, table=247, n_packets=0, n_bytes=0, priority=100,reg6=0x3c00/0xfffff00,metadata=0x2/0x2 actions=resubmit(,220)
 cookie=0x6900000, duration=2019.849s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 15:08:22.012" level="INFO">${output} =  cookie=0x8000000, duration=1620.151s, table=0, n_packets=0, n_bytes=0, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17
...</msg>
<status status="PASS" endtime="20181020 15:08:22.012" starttime="20181020 15:08:19.667"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.013" starttime="20181020 15:08:19.662"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:22.015" starttime="20181020 15:08:22.015"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:22.016" starttime="20181020 15:08:22.015"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.018" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpen Flow13</msg>
<status status="PASS" endtime="20181020 15:08:22.018" starttime="20181020 15:08:22.016"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:22.043" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=211009,type=all,bucket=actions=set_field:0x36-&gt;tun_id,resubmit(,55)
 group_id=211011,type=all,bucket=actions=set_field:0x38-&gt;tun_id,resubmit(,55),bucket=actions=set_field:0x39-&gt;tun_id,resubmit(,55)
 group_id=211013,type=all,bucket=actions=set_field:0x3c-&gt;tun_id,resubmit(,55)
 group_id=5500,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=211010,type=all,bucket=actions=group:211009,bucket=actions=load:0x19a800-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211012,type=all,bucket=actions=group:211011,bucket=actions=set_field:0x5a-&gt;tun_id,load:0x200-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x5a-&gt;tun_id,load:0xd00-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x5a-&gt;tun_id,load:0x300-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x5a-&gt;tun_id,load:0x500-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=211014,type=all,bucket=actions=group:211013,bucket=actions=set_field:0x4e-&gt;tun_id,load:0x200-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x4e-&gt;tun_id,load:0xd00-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x4e-&gt;tun_id,load:0x300-&gt;NXM_NX_REG6[],resubmit(,220),bucket=actions=set_field:0x4e-&gt;tun_id,load:0x500-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 15:08:22.043" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=211009,type=all,bucket=actions=set_field:0x36-&gt;tun_id,resubmit(,55)
 group_id=211011,type=all,bucket=actions=set_field:0x38-&gt;tun_id,resubmit(,55),...</msg>
<status status="PASS" endtime="20181020 15:08:22.043" starttime="20181020 15:08:22.018"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.044" starttime="20181020 15:08:22.014"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:22.045" starttime="20181020 15:08:22.045"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181020 15:08:22.046" starttime="20181020 15:08:22.045"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.048" level="INFO">sudo ovs-ofctl dump-group-stats br-int - OOpenFlow13</msg>
<status status="PASS" endtime="20181020 15:08:22.048" starttime="20181020 15:08:22.046"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181020 15:08:22.071" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=211009,duration=674.448s,ref_count=1,packet_count=18,byte_count=1468,bucket0:packet_count=18,byte_count=1468
 group_id=211011,duration=648.805s,ref_count=1,packet_count=59,byte_count=3246,bucket0:packet_count=59,byte_count=3246,bucket1:packet_count=59,byte_count=3246
 group_id=211013,duration=602.230s,ref_count=1,packet_count=44,byte_count=2616,bucket0:packet_count=44,byte_count=2616
 group_id=5500,duration=2022.150s,ref_count=1,packet_count=183,byte_count=7710,bucket0:packet_count=183,byte_count=7710,bucket1:packet_count=183,byte_count=7710,bucket2:packet_count=183,byte_count=7710
 group_id=211010,duration=674.137s,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=211012,duration=648.492s,ref_count=1,packet_count=70,byte_count=4364,bucket0:packet_count=70,byte_count=4364,bucket1:packet_count=70,byte_count=4364,bucket2:packet_count=70,byte_count=4364,bucket3:packet_count=70,byte_count=4364,bucket4:packet_count=70,byte_count=4364
 group_id=211014,duration=601.917s,ref_count=1,packet_count=35,byte_count=2182,bucket0:packet_count=35,byte_count=2182,bucket1:packet_count=35,byte_count=2182,bucket2:packet_count=35,byte_count=2182,bucket3:packet_count=35,byte_count=2182,bucket4:packet_count=35,byte_count=2182
[heat-admin@overcloud-novacompute-0 ~]$</msg>
<msg timestamp="20181020 15:08:22.071" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=211009,duration=674.448s,ref_count=1,packet_count=18,byte_count=1468,bucket0:packet_count=18,byte_count=1468
 group_id=211011,duration=648.805s,ref_cou...</msg>
<status status="PASS" endtime="20181020 15:08:22.071" starttime="20181020 15:08:22.048"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.071" starttime="20181020 15:08:22.044"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.071" starttime="20181020 15:08:19.478"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.071" starttime="20181020 15:08:19.478"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.071" starttime="20181020 15:08:15.960"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.072" starttime="20181020 15:08:15.960"></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="20181020 15:08:22.082" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.11:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fbf2f374110&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181020 15:08:22.082" starttime="20181020 15:08:22.081"></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="20181020 15:08:22.099" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.099" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.099" starttime="20181020 15:08:22.083"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.100" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:22.100" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.100" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:22.100" starttime="20181020 15:08:22.099"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.101" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.101" starttime="20181020 15:08:22.100"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.101" starttime="20181020 15:08:22.082"></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="20181020 15:08:22.111" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.112" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.112" starttime="20181020 15:08:22.101"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.113" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","segmentation-id":78,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5507,"mac-timeout":300},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5501,"mac-timeout":300},{"elan-instance-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","physical-network-name":"datacentre","segmentation-id":1133,"segment-type":"elan:segment-type-vlan","external":false,"elan-tag":5509,"mac-timeout":300},{"elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","physical-network-name":"datacentre","segmentation-id":1131,"segment-type":"elan:segment-type-vlan","external":false,"elan-tag":5505,"mac-timeout":300},{"elan-instance-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","segmentation-id":90,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5506,"mac-timeout":300},{"elan-instance-name":"e210ae5d-68b7-480c-9497-ececfb37b318","physical-network-name":"datacentre","segmentation-id":1132,"segment-type":"elan:segment-type-vlan","external":false,"elan-tag":5508,"mac-timeout":300}]}} </msg>
<msg timestamp="20181020 15:08:22.113" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.113" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "elan-tag": 5507,
                "exte...</msg>
<status status="PASS" endtime="20181020 15:08:22.113" starttime="20181020 15:08:22.112"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.114" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "elan-tag": 5507,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 78
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5501,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                "elan-tag": 5509,
                "external": false,
                "mac-timeout": 300,
                "physical-network-name": "datacentre",
                "segment-type": "elan:segment-type-vlan",
                "segmentation-id": 1133
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "elan-tag": 5505,
                "external": false,
                "mac-timeout": 300,
                "physical-network-name": "datacentre",
                "segment-type": "elan:segment-type-vlan",
                "segmentation-id": 1131
            },
            {
                "elan-instance-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "elan-tag": 5506,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 90
            },
            {
                "elan-instance-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                "elan-tag": 5508,
                "external": false,
                "mac-timeout": 300,
                "physical-network-name": "datacentre",
                "segment-type": "elan:segment-type-vlan",
                "segmentation-id": 1132
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.114" starttime="20181020 15:08:22.113"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.114" starttime="20181020 15:08:22.101"></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="20181020 15:08:22.126" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.127" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.127" starttime="20181020 15:08:22.114"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.129" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"a4117f7f-74f7-484e-8f5b-c727417edcdd","elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","static-mac-entries":[{"mac-address":"fa:16:3e:f6:d2:83","ip-prefix":"31.0.0.4"}]},{"name":"862e02e0-e825-4c09-930f-1ec5ed02c220","elan-instance-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","static-mac-entries":[{"mac-address":"fa:16:3e:bc:e0:55","ip-prefix":"32.0.0.2"}]},{"name":"b51114c1-a615-4f35-826d-5c87207daef6","elan-instance-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","static-mac-entries":[{"mac-address":"fa:16:3e:fb:cd:eb","ip-prefix":"33.0.0.4"}]},{"name":"e47cd172-b806-409b-9f16-a636512d81b3","elan-instance-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","static-mac-entries":[{"mac-address":"fa:16:3e:e0:63:97","ip-prefix":"32.0.0.3"}]},{"name":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","elan-instance-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","static-mac-entries":[{"mac-address":"fa:16:3e:96:56:45","ip-prefix":"33.0.0.2"}]},{"name":"149698414707504:br-ex-patch:1131","elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d"},{"name":"8d35dbb6-2cb1-456c-be51-a6bc159d4fe8","elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","static-mac-entries":[{"mac-address":"fa:16:3e:e0:84:20","ip-prefix":"31.0.0.21"}]},{"name":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","elan-instance-name":"e210ae5d-68b7-480c-9497-ececfb37b318","static-mac-entries":[{"mac-address":"fa:16:3e:9e:c1:3a","ip-prefix":"34.0.0.2"}]},{"name":"260163147459722:br-ex-patch:1133","elan-instance-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b"},{"name":"260163147459722:br-ex-patch:1132","elan-instance-name":"e210ae5d-68b7-480c-9497-ececfb37b318"},{"name":"260163147459722:br-ex-patch:1131","elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d"},{"name":"48abaa38-2c6c-48be-bb82-2b29f8b3001c","elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","static-mac-entries":[{"mac-address":"fa:16:3e:e7:ee:f6","ip-prefix":"31.0.0.29"}]},{"name":"228722813034790:br-ex-patch:1131","elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d"},{"name":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","elan-instance-name":"e210ae5d-68b7-480c-9497-ececfb37b318","static-mac-entries":[{"mac-address":"fa:16:3e:9f:d4:6b","ip-prefix":"34.0.0.3"}]},{"name":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","elan-instance-name":"e210ae5d-68b7-480c-9497-ececfb37b318","static-mac-entries":[{"mac-address":"fa:16:3e:fe:34:38","ip-prefix":"34.0.0.4"}]},{"name":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","elan-instance-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","static-mac-entries":[{"mac-address":"fa:16:3e:d6:31:12","ip-prefix":"32.0.0.15"}]},{"name":"e9366b0b-8e60-4a86-a972-9a513d34b838","elan-instance-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","static-mac-entries":[{"mac-address":"fa:16:3e:9b:8a:3c","ip-prefix":"32.0.0.7"}]},{"name":"1e008626-6887-40a0-967d-8cf98796e3f6","elan-instance-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","static-mac-entries":[{"mac-address":"fa:16:3e:cc:d1:50","ip-prefix":"33.0.0.18"}]},{"name":"228722813034790:br-ex-patch:1132","elan-instance-name":"e210ae5d-68b7-480c-9497-ececfb37b318"},{"name":"228722813034790:br-ex-patch:1133","elan-instance-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b"},{"name":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","static-mac-entries":[{"mac-address":"fa:16:3e:95:bc:ea","ip-prefix":"31.0.0.2"}]},{"name":"48796303178259:br-ex-patch:1132","elan-instance-name":"e210ae5d-68b7-480c-9497-ececfb37b318"},{"name":"48796303178259:br-ex-patch:1133","elan-instance-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b"},{"name":"48796303178259:br-ex-patch:1131","elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d"},{"name":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","static-mac-entries":[{"mac-address":"fa:16:3e:94:d8:6e","ip-prefix":"31.0.0.3"}]},{"name":"7b99f334-3718-4a50-8797-2ad66ef51390","elan-instance-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","static-mac-entries":[{"mac-address":"fa:16:3e:cc:4b:ac","ip-prefix":"35.0.0.4"}]},{"name":"a8d57385-944d-4b60-998e-9c2d77e16163","elan-instance-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","static-mac-entries":[{"mac-address":"fa:16:3e:79:1e:fe","ip-prefix":"32.0.0.4"}]},{"name":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","elan-instance-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","static-mac-entries":[{"mac-address":"fa:16:3e:15:bd:dc","ip-prefix":"33.0.0.19"}]},{"name":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","elan-instance-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","static-mac-entries":[{"mac-address":"fa:16:3e:8e:51:30","ip-prefix":"33.0.0.3"}]},{"name":"55861a97-9d1c-45d0-a041-6b5aa089b946","elan-instance-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","static-mac-entries":[{"mac-address":"fa:16:3e:23:92:6d","ip-prefix":"35.0.0.2"}]},{"name":"b5219944-d378-4c4b-ae45-dd5f093c9d39","elan-instance-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","static-mac-entries":[{"mac-address":"fa:16:3e:1c:db:04","ip-prefix":"33.0.0.5"}]},{"name":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","elan-instance-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","static-mac-entries":[{"mac-address":"fa:16:3e:cf:a2:aa","ip-prefix":"35.0.0.3"}]},{"name":"7d42da05-3ca6-4e54-a192-b2bf0d462571","elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","static-mac-entries":[{"mac-address":"fa:16:3e:d3:36:a1","ip-prefix":"31.0.0.11"}]},{"name":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","elan-instance-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","static-mac-entries":[{"mac-address":"fa:16:3e:81:f5:2b","ip-prefix":"32.0.0.10"}]}]}} </msg>
<msg timestamp="20181020 15:08:22.129" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.129" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "a4117f7f-74f7-484e-8f5b-c727...</msg>
<status status="PASS" endtime="20181020 15:08:22.129" starttime="20181020 15:08:22.127"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.130" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                "static-mac-entries": [
                    {
                        "ip-prefix": "31.0.0.4",
                        "mac-address": "fa:16:3e:f6:d2:83"
                    }
                ]
            },
            {
                "elan-instance-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "name": "862e02e0-e825-4c09-930f-1ec5ed02c220",
                "static-mac-entries": [
                    {
                        "ip-prefix": "32.0.0.2",
                        "mac-address": "fa:16:3e:bc:e0:55"
                    }
                ]
            },
            {
                "elan-instance-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "name": "b51114c1-a615-4f35-826d-5c87207daef6",
                "static-mac-entries": [
                    {
                        "ip-prefix": "33.0.0.4",
                        "mac-address": "fa:16:3e:fb:cd:eb"
                    }
                ]
            },
            {
                "elan-instance-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "name": "e47cd172-b806-409b-9f16-a636512d81b3",
                "static-mac-entries": [
                    {
                        "ip-prefix": "32.0.0.3",
                        "mac-address": "fa:16:3e:e0:63:97"
                    }
                ]
            },
            {
                "elan-instance-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "name": "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                "static-mac-entries": [
                    {
                        "ip-prefix": "33.0.0.2",
                        "mac-address": "fa:16:3e:96:56:45"
                    }
                ]
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "149698414707504:br-ex-patch:1131"
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "8d35dbb6-2cb1-456c-be51-a6bc159d4fe8",
                "static-mac-entries": [
                    {
                        "ip-prefix": "31.0.0.21",
                        "mac-address": "fa:16:3e:e0:84:20"
                    }
                ]
            },
            {
                "elan-instance-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                "name": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                "static-mac-entries": [
                    {
                        "ip-prefix": "34.0.0.2",
                        "mac-address": "fa:16:3e:9e:c1:3a"
                    }
                ]
            },
            {
                "elan-instance-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                "name": "260163147459722:br-ex-patch:1133"
            },
            {
                "elan-instance-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                "name": "260163147459722:br-ex-patch:1132"
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "260163147459722:br-ex-patch:1131"
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "48abaa38-2c6c-48be-bb82-2b29f8b3001c",
                "static-mac-entries": [
                    {
                        "ip-prefix": "31.0.0.29",
                        "mac-address": "fa:16:3e:e7:ee:f6"
                    }
                ]
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "228722813034790:br-ex-patch:1131"
            },
            {
                "elan-instance-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                "name": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                "static-mac-entries": [
                    {
                        "ip-prefix": "34.0.0.3",
                        "mac-address": "fa:16:3e:9f:d4:6b"
                    }
                ]
            },
            {
                "elan-instance-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                "name": "4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                "static-mac-entries": [
                    {
                        "ip-prefix": "34.0.0.4",
                        "mac-address": "fa:16:3e:fe:34:38"
                    }
                ]
            },
            {
                "elan-instance-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "name": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                "static-mac-entries": [
                    {
                        "ip-prefix": "32.0.0.15",
                        "mac-address": "fa:16:3e:d6:31:12"
                    }
                ]
            },
            {
                "elan-instance-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "name": "e9366b0b-8e60-4a86-a972-9a513d34b838",
                "static-mac-entries": [
                    {
                        "ip-prefix": "32.0.0.7",
                        "mac-address": "fa:16:3e:9b:8a:3c"
                    }
                ]
            },
            {
                "elan-instance-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "name": "1e008626-6887-40a0-967d-8cf98796e3f6",
                "static-mac-entries": [
                    {
                        "ip-prefix": "33.0.0.18",
                        "mac-address": "fa:16:3e:cc:d1:50"
                    }
                ]
            },
            {
                "elan-instance-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                "name": "228722813034790:br-ex-patch:1132"
            },
            {
                "elan-instance-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                "name": "228722813034790:br-ex-patch:1133"
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                "static-mac-entries": [
                    {
                        "ip-prefix": "31.0.0.2",
                        "mac-address": "fa:16:3e:95:bc:ea"
                    }
                ]
            },
            {
                "elan-instance-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                "name": "48796303178259:br-ex-patch:1132"
            },
            {
                "elan-instance-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                "name": "48796303178259:br-ex-patch:1133"
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "48796303178259:br-ex-patch:1131"
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                "static-mac-entries": [
                    {
                        "ip-prefix": "31.0.0.3",
                        "mac-address": "fa:16:3e:94:d8:6e"
                    }
                ]
            },
            {
                "elan-instance-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                "name": "7b99f334-3718-4a50-8797-2ad66ef51390",
                "static-mac-entries": [
                    {
                        "ip-prefix": "35.0.0.4",
                        "mac-address": "fa:16:3e:cc:4b:ac"
                    }
                ]
            },
            {
                "elan-instance-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "name": "a8d57385-944d-4b60-998e-9c2d77e16163",
                "static-mac-entries": [
                    {
                        "ip-prefix": "32.0.0.4",
                        "mac-address": "fa:16:3e:79:1e:fe"
                    }
                ]
            },
            {
                "elan-instance-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "name": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                "static-mac-entries": [
                    {
                        "ip-prefix": "33.0.0.19",
                        "mac-address": "fa:16:3e:15:bd:dc"
                    }
                ]
            },
            {
                "elan-instance-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "name": "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                "static-mac-entries": [
                    {
                        "ip-prefix": "33.0.0.3",
                        "mac-address": "fa:16:3e:8e:51:30"
                    }
                ]
            },
            {
                "elan-instance-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                "name": "55861a97-9d1c-45d0-a041-6b5aa089b946",
                "static-mac-entries": [
                    {
                        "ip-prefix": "35.0.0.2",
                        "mac-address": "fa:16:3e:23:92:6d"
                    }
                ]
            },
            {
                "elan-instance-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "name": "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                "static-mac-entries": [
                    {
                        "ip-prefix": "33.0.0.5",
                        "mac-address": "fa:16:3e:1c:db:04"
                    }
                ]
            },
            {
                "elan-instance-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                "name": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                "static-mac-entries": [
                    {
                        "ip-prefix": "35.0.0.3",
                        "mac-address": "fa:16:3e:cf:a2:aa"
                    }
                ]
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "name": "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                "static-mac-entries": [
                    {
                        "ip-prefix": "31.0.0.11",
                        "mac-address": "fa:16:3e:d3:36:a1"
                    }
                ]
            },
            {
                "elan-instance-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "name": "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                "static-mac-entries": [
                    {
                        "ip-prefix": "32.0.0.10",
                        "mac-address": "fa:16:3e:81:f5:2b"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.130" starttime="20181020 15:08:22.130"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.130" starttime="20181020 15:08:22.114"></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="20181020 15:08:22.154" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.154" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.154" starttime="20181020 15:08:22.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="20181020 15:08:22.159" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"RouteDistinguisherPool.-1073741298","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":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"interfaces.-1073741294","last-access-time":1540047427},{"child-pool-name":"interfaces.-1073741306","last-access-time":1540047499},{"child-pool-name":"interfaces.-1073741298","last-access-time":1540045566}],"available-ids-holder":{"start":1,"cursor":19659,"end":65535},"block-size":6553,"id-entries":[{"id-key":"149698414707504:br-ex-patch:1131","id-value":[6568]},{"id-key":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","id-value":[52]},{"id-key":"tun6de6aefe245","id-value":[13]},{"id-key":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","id-value":[45]},{"id-key":"tunfda004d5e48","id-value":[16]},{"id-key":"tuncd74734f6e0","id-value":[11]},{"id-key":"260163147459722:br-ex-patch:1131","id-value":[6560]},{"id-key":"260163147459722:br-ex-patch:1132","id-value":[6562]},{"id-key":"260163147459722:br-ex-patch:1133","id-value":[6567]},{"id-key":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","id-value":[39]},{"id-key":"e9366b0b-8e60-4a86-a972-9a513d34b838","id-value":[57]},{"id-key":"tun3429b91664d","id-value":[7]},{"id-key":"tunfb23e7715ee","id-value":[14]},{"id-key":"48796303178259:br-ex-patch:trunk","id-value":[28]},{"id-key":"b5219944-d378-4c4b-ae45-dd5f093c9d39","id-value":[59]},{"id-key":"b51114c1-a615-4f35-826d-5c87207daef6","id-value":[47]},{"id-key":"tunb9b6ece5224","id-value":[15]},{"id-key":"tund8c3e0fcf05","id-value":[17]},{"id-key":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","id-value":[55]},{"id-key":"tun617d26e46a5","id-value":[2]},{"id-key":"tund94e4440a70","id-value":[5]},{"id-key":"tuna8339e52304","id-value":[9]},{"id-key":"tun1914722e5af","id-value":[10]},{"id-key":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","id-value":[60]},{"id-key":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","id-value":[46]},{"id-key":"55861a97-9d1c-45d0-a041-6b5aa089b946","id-value":[51]},{"id-key":"228722813034790:br-ex-patch:trunk","id-value":[30]},{"id-key":"tunb223582a781","id-value":[1]},{"id-key":"tun7dd6c062707","id-value":[4]},{"id-key":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","id-value":[56]},{"id-key":"e47cd172-b806-409b-9f16-a636512d81b3","id-value":[43]},{"id-key":"228722813034790:br-ex-patch:1133","id-value":[6565]},{"id-key":"228722813034790:br-ex-patch:1132","id-value":[6563]},{"id-key":"149698414707504:br-ex-patch:trunk","id-value":[35]},{"id-key":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","id-value":[49]},{"id-key":"48796303178259:br-ex-patch:1132","id-value":[6564]},{"id-key":"48796303178259:br-ex-patch:1133","id-value":[6566]},{"id-key":"48796303178259:br-ex-patch:1131","id-value":[6559]},{"id-key":"862e02e0-e825-4c09-930f-1ec5ed02c220","id-value":[42]},{"id-key":"tund35867a1187","id-value":[12]},{"id-key":"tunb3adfc3e977","id-value":[3]},{"id-key":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","id-value":[40]},{"id-key":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","id-value":[48]},{"id-key":"tun23278d86c3d","id-value":[6]},{"id-key":"a4117f7f-74f7-484e-8f5b-c727417edcdd","id-value":[41]},{"id-key":"1e008626-6887-40a0-967d-8cf98796e3f6","id-value":[58]},{"id-key":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","id-value":[50]},{"id-key":"tun5ef24485410","id-value":[18]},{"id-key":"228722813034790:br-ex-patch:1131","id-value":[6561]},{"id-key":"7d42da05-3ca6-4e54-a192-b2bf0d462571","id-value":[54]},{"id-key":"tunaf467906869","id-value":[19]},{"id-key":"260163147459722:br-ex-patch:trunk","id-value":[26]},{"id-key":"7b99f334-3718-4a50-8797-2ad66ef51390","id-value":[53]},{"id-key":"tun91356c17db2","id-value":[8]},{"id-key":"a8d57385-944d-4b60-998e-9c2d77e16163","id-value":[44]}]},{"pool-name":"interfaces.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":13107,"cursor":13106,"end":19659},"block-size":6553},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741306","last-access-time":1540045565},{"child-pool-name":"nextHopPointerPool.-1073741294","last-access-time":1540045569},{"child-pool-name":"nextHopPointerPool.-1073741298","last-access-time":1540045571}],"available-ids-holder":{"start":150000,"cursor":157499,"end":175000},"block-size":2500},{"pool-name":"snatGroupIdPool.-1073741306","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":"aliveness-monitor.-1073741306","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741306","last-access-time":1540045569},{"child-pool-name":"snatGroupIdPool.-1073741298","last-access-time":1540045575},{"child-pool-name":"snatGroupIdPool.-1073741294","last-access-time":1540047360}],"available-ids-holder":{"start":225000,"cursor":232499,"end":250000},"block-size":2500,"id-entries":[{"id-key":"snatmiss.d5d03cd5-d1f2-48a6-8050-689240132f2c","id-value":[227501]},{"id-key":"snatmiss.d032fe08-a837-425c-b1d9-a26270c7451e","id-value":[227503]},{"id-key":"snatmiss.beb4d1c4-ace0-4f73-a665-a974dde27662","id-value":[227502]},{"id-key":"snatmiss.696a25aa-6961-4600-af39-00b50e262ee0","id-value":[227500]},{"id-key":"snatmiss.8e45d798-c7bf-4cbe-9c1e-d8948ad1943d","id-value":[227504]}]},{"pool-name":"elan.ids.pool.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":6000,"cursor":5999,"end":6499},"block-size":500},{"pool-name":"RouteDistinguisherPool.-1073741294","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":"lporttag.-1073741298","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":"tables.-1073741306","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"lporttag.-1073741306","last-access-time":1540045566},{"child-pool-name":"lporttag.-1073741294","last-access-time":1540045569},{"child-pool-name":"lporttag.-1073741298","last-access-time":1540045572}],"available-ids-holder":{"start":170001,"cursor":199997,"end":270000},"block-size":9999},{"pool-name":"lporttag.-1073741294","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":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"groups.-1073741306","last-access-time":1540045561},{"child-pool-name":"groups.-1073741298","last-access-time":1540045563}],"available-ids-holder":{"start":0,"cursor":49,"end":254},"block-size":25},{"pool-name":"nextHopPointerPool.-1073741306","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":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741306","last-access-time":1540045566},{"child-pool-name":"aliveness-monitor.-1073741298","last-access-time":1540045562}],"available-ids-holder":{"start":1,"cursor":13106,"end":65535},"block-size":6553,"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"elan.ids.pool.-1073741294","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1540046390,"id":5502},{"ready-time-sec":1540047247,"id":5503},{"ready-time-sec":1540047255,"id":5504}],"available-id-count":3,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5500,"cursor":5509,"end":5999},"block-size":500},{"pool-name":"meters.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":25,"cursor":24,"end":49},"block-size":25},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"tables.-1073741306","last-access-time":1540045561},{"child-pool-name":"tables.-1073741298","last-access-time":1540045562}],"available-ids-holder":{"start":0,"cursor":49,"end":254},"block-size":25},{"pool-name":"aliveness-monitor.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":6554,"cursor":6553,"end":13106},"block-size":6553},{"pool-name":"groups.-1073741306","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"meters.-1073741306","last-access-time":1540045561},{"child-pool-name":"meters.-1073741298","last-access-time":1540045563}],"available-ids-holder":{"start":0,"cursor":49,"end":254},"block-size":25},{"pool-name":"elan.ids.pool.-1073741306","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.-1073741306","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","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741294","last-access-time":1540047352},{"child-pool-name":"elan.ids.pool.-1073741306","last-access-time":1540045564},{"child-pool-name":"elan.ids.pool.-1073741298","last-access-time":1540045569}],"available-ids-holder":{"start":5000,"cursor":6499,"end":10000},"block-size":500,"id-entries":[{"id-key":"0a041094-8665-4135-a8a1-bf3e4bd3167d","id-value":[5505]},{"id-key":"arp.responder.group.id","id-value":[5500]},{"id-key":"d22dcc92-dc35-463d-89ce-f523d606e1a6","id-value":[5507]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5501]},{"id-key":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","id-value":[5506]},{"id-key":"e210ae5d-68b7-480c-9497-ececfb37b318","id-value":[5508]},{"id-key":"474bcfc2-5b26-4928-8d4b-03238a3b136b","id-value":[5509]}]},{"pool-name":"nextHopPointerPool.-1073741294","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":"vpnservices.-1073741294","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1540046385,"id":103001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":103000,"cursor":103002,"end":105999},"block-size":3000},{"pool-name":"ACL-TAG-POOL.-1073741306","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":"interfaces.-1073741306","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1540046390,"id":22},{"ready-time-sec":1540046390,"id":21},{"ready-time-sec":1540046390,"id":23},{"ready-time-sec":1540046390,"id":20},{"ready-time-sec":1540046390,"id":24},{"ready-time-sec":1540047165,"id":37},{"ready-time-sec":1540047174,"id":36},{"ready-time-sec":1540047192,"id":34},{"ready-time-sec":1540047218,"id":27},{"ready-time-sec":1540047222,"id":25},{"ready-time-sec":1540047226,"id":29},{"ready-time-sec":1540047229,"id":32},{"ready-time-sec":1540047233,"id":31},{"ready-time-sec":1540047237,"id":33},{"ready-time-sec":1540047245,"id":38}],"available-id-count":15,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":60,"end":6553},"block-size":6553},{"pool-name":"nextHopPointerPool.-1073741298","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.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":106000,"cursor":105999,"end":108999},"block-size":3000},{"pool-name":"ACL-TAG-POOL.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1999,"cursor":1998,"end":2997},"block-size":999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741306","last-access-time":1540045568},{"child-pool-name":"RouteDistinguisherPool.-1073741294","last-access-time":1540045570},{"child-pool-name":"RouteDistinguisherPool.-1073741298","last-access-time":1540045574}],"available-ids-holder":{"start":1,"cursor":19659,"end":65535},"block-size":6553},{"pool-name":"vpnservices.-1073741306","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":"meters.-1073741306","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"opendaylight-vni-ranges.-1073741306","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":"tables.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":25,"cursor":24,"end":49},"block-size":25},{"pool-name":"RouteDistinguisherPool.-1073741306","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":"groups.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":25,"cursor":24,"end":49},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"vpnservices.-1073741294","last-access-time":1540046355},{"child-pool-name":"vpnservices.-1073741306","last-access-time":1540045565},{"child-pool-name":"vpnservices.-1073741298","last-access-time":1540045571}],"available-ids-holder":{"start":100000,"cursor":108999,"end":130000},"block-size":3000,"id-entries":[{"id-key":"8726b87b-b42f-41e5-a293-c46fee68f1ad","id-value":[103000]},{"id-key":"696a25aa-6961-4600-af39-00b50e262ee0.192.0.2.0/24","id-value":[103002]}]},{"pool-name":"snatGroupIdPool.-1073741294","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":227500,"cursor":227504,"end":229999},"block-size":2500},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741306","last-access-time":1540045568}],"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741306","last-access-time":1540045563},{"child-pool-name":"ACL-TAG-POOL.-1073741298","last-access-time":1540045568},{"child-pool-name":"ACL-TAG-POOL.-1073741294","last-access-time":1540047360}],"available-ids-holder":{"start":1,"cursor":2997,"end":10000},"block-size":999,"id-entries":[{"id-key":"4ae23966-383b-47d8-b460-32090333e3cb","id-value":[1000]},{"id-key":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","id-value":[1001]},{"id-key":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","id-value":[1002]},{"id-key":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a","id-value":[1003]}]},{"pool-name":"ACL-TAG-POOL.-1073741294","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1000,"cursor":1003,"end":1998},"block-size":999},{"pool-name":"snatGroupIdPool.-1073741298","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":230000,"cursor":229999,"end":232499},"block-size":2500},{"pool-name":"interfaces.-1073741294","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1540047190,"id":6557},{"ready-time-sec":1540047218,"id":6555},{"ready-time-sec":1540047222,"id":6554},{"ready-time-sec":1540047226,"id":6556},{"ready-time-sec":1540047244,"id":6558}],"available-id-count":5,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":6554,"cursor":6568,"end":13106},"block-size":6553}]}} </msg>
<msg timestamp="20181020 15:08:22.159" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.159" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 13106,
                    "end": 19659,
                    "start": 131...</msg>
<status status="PASS" endtime="20181020 15:08:22.159" starttime="20181020 15:08:22.154"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.160" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 13106,
                    "end": 19659,
                    "start": 13107
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741298",
                "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.-1073741294",
                        "last-access-time": 1540047427
                    },
                    {
                        "child-pool-name": "interfaces.-1073741306",
                        "last-access-time": 1540047499
                    },
                    {
                        "child-pool-name": "interfaces.-1073741298",
                        "last-access-time": 1540045566
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "149698414707504:br-ex-patch:1131",
                        "id-value": [
                            6568
                        ]
                    },
                    {
                        "id-key": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                        "id-value": [
                            52
                        ]
                    },
                    {
                        "id-key": "tun6de6aefe245",
                        "id-value": [
                            13
                        ]
                    },
                    {
                        "id-key": "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                        "id-value": [
                            45
                        ]
                    },
                    {
                        "id-key": "tunfda004d5e48",
                        "id-value": [
                            16
                        ]
                    },
                    {
                        "id-key": "tuncd74734f6e0",
                        "id-value": [
                            11
                        ]
                    },
                    {
                        "id-key": "260163147459722:br-ex-patch:1131",
                        "id-value": [
                            6560
                        ]
                    },
                    {
                        "id-key": "260163147459722:br-ex-patch:1132",
                        "id-value": [
                            6562
                        ]
                    },
                    {
                        "id-key": "260163147459722:br-ex-patch:1133",
                        "id-value": [
                            6567
                        ]
                    },
                    {
                        "id-key": "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                        "id-value": [
                            39
                        ]
                    },
                    {
                        "id-key": "e9366b0b-8e60-4a86-a972-9a513d34b838",
                        "id-value": [
                            57
                        ]
                    },
                    {
                        "id-key": "tun3429b91664d",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "tunfb23e7715ee",
                        "id-value": [
                            14
                        ]
                    },
                    {
                        "id-key": "48796303178259:br-ex-patch:trunk",
                        "id-value": [
                            28
                        ]
                    },
                    {
                        "id-key": "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                        "id-value": [
                            59
                        ]
                    },
                    {
                        "id-key": "b51114c1-a615-4f35-826d-5c87207daef6",
                        "id-value": [
                            47
                        ]
                    },
                    {
                        "id-key": "tunb9b6ece5224",
                        "id-value": [
                            15
                        ]
                    },
                    {
                        "id-key": "tund8c3e0fcf05",
                        "id-value": [
                            17
                        ]
                    },
                    {
                        "id-key": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                        "id-value": [
                            55
                        ]
                    },
                    {
                        "id-key": "tun617d26e46a5",
                        "id-value": [
                            2
                        ]
                    },
                    {
                        "id-key": "tund94e4440a70",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "tuna8339e52304",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "tun1914722e5af",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                        "id-value": [
                            60
                        ]
                    },
                    {
                        "id-key": "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                        "id-value": [
                            46
                        ]
                    },
                    {
                        "id-key": "55861a97-9d1c-45d0-a041-6b5aa089b946",
                        "id-value": [
                            51
                        ]
                    },
                    {
                        "id-key": "228722813034790:br-ex-patch:trunk",
                        "id-value": [
                            30
                        ]
                    },
                    {
                        "id-key": "tunb223582a781",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "tun7dd6c062707",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                        "id-value": [
                            56
                        ]
                    },
                    {
                        "id-key": "e47cd172-b806-409b-9f16-a636512d81b3",
                        "id-value": [
                            43
                        ]
                    },
                    {
                        "id-key": "228722813034790:br-ex-patch:1133",
                        "id-value": [
                            6565
                        ]
                    },
                    {
                        "id-key": "228722813034790:br-ex-patch:1132",
                        "id-value": [
                            6563
                        ]
                    },
                    {
                        "id-key": "149698414707504:br-ex-patch:trunk",
                        "id-value": [
                            35
                        ]
                    },
                    {
                        "id-key": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                        "id-value": [
                            49
                        ]
                    },
                    {
                        "id-key": "48796303178259:br-ex-patch:1132",
                        "id-value": [
                            6564
                        ]
                    },
                    {
                        "id-key": "48796303178259:br-ex-patch:1133",
                        "id-value": [
                            6566
                        ]
                    },
                    {
                        "id-key": "48796303178259:br-ex-patch:1131",
                        "id-value": [
                            6559
                        ]
                    },
                    {
                        "id-key": "862e02e0-e825-4c09-930f-1ec5ed02c220",
                        "id-value": [
                            42
                        ]
                    },
                    {
                        "id-key": "tund35867a1187",
                        "id-value": [
                            12
                        ]
                    },
                    {
                        "id-key": "tunb3adfc3e977",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                        "id-value": [
                            40
                        ]
                    },
                    {
                        "id-key": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                        "id-value": [
                            48
                        ]
                    },
                    {
                        "id-key": "tun23278d86c3d",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                        "id-value": [
                            41
                        ]
                    },
                    {
                        "id-key": "1e008626-6887-40a0-967d-8cf98796e3f6",
                        "id-value": [
                            58
                        ]
                    },
                    {
                        "id-key": "4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                        "id-value": [
                            50
                        ]
                    },
                    {
                        "id-key": "tun5ef24485410",
                        "id-value": [
                            18
                        ]
                    },
                    {
                        "id-key": "228722813034790:br-ex-patch:1131",
                        "id-value": [
                            6561
                        ]
                    },
                    {
                        "id-key": "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                        "id-value": [
                            54
                        ]
                    },
                    {
                        "id-key": "tunaf467906869",
                        "id-value": [
                            19
                        ]
                    },
                    {
                        "id-key": "260163147459722:br-ex-patch:trunk",
                        "id-value": [
                            26
                        ]
                    },
                    {
                        "id-key": "7b99f334-3718-4a50-8797-2ad66ef51390",
                        "id-value": [
                            53
                        ]
                    },
                    {
                        "id-key": "tun91356c17db2",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "a8d57385-944d-4b60-998e-9c2d77e16163",
                        "id-value": [
                            44
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 13106,
                    "end": 19659,
                    "start": 13107
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 157499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741306",
                        "last-access-time": 1540045565
                    },
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741294",
                        "last-access-time": 1540045569
                    },
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741298",
                        "last-access-time": 1540045571
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 224999,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741306",
                "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.-1073741306",
                        "last-access-time": 1540045569
                    },
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741298",
                        "last-access-time": 1540045575
                    },
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741294",
                        "last-access-time": 1540047360
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.d5d03cd5-d1f2-48a6-8050-689240132f2c",
                        "id-value": [
                            227501
                        ]
                    },
                    {
                        "id-key": "snatmiss.d032fe08-a837-425c-b1d9-a26270c7451e",
                        "id-value": [
                            227503
                        ]
                    },
                    {
                        "id-key": "snatmiss.beb4d1c4-ace0-4f73-a665-a974dde27662",
                        "id-value": [
                            227502
                        ]
                    },
                    {
                        "id-key": "snatmiss.696a25aa-6961-4600-af39-00b50e262ee0",
                        "id-value": [
                            227500
                        ]
                    },
                    {
                        "id-key": "snatmiss.8e45d798-c7bf-4cbe-9c1e-d8948ad1943d",
                        "id-value": [
                            227504
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5999,
                    "end": 6499,
                    "start": 6000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741298",
                "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.-1073741294",
                "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.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741306",
                "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.-1073741306",
                        "last-access-time": 1540045566
                    },
                    {
                        "child-pool-name": "lporttag.-1073741294",
                        "last-access-time": 1540045569
                    },
                    {
                        "child-pool-name": "lporttag.-1073741298",
                        "last-access-time": 1540045572
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 189998,
                    "start": 180000
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 49,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741306",
                        "last-access-time": 1540045561
                    },
                    {
                        "child-pool-name": "groups.-1073741298",
                        "last-access-time": 1540045563
                    }
                ],
                "pool-name": "groups",
                "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.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 13106,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741306",
                        "last-access-time": 1540045566
                    },
                    {
                        "child-pool-name": "aliveness-monitor.-1073741298",
                        "last-access-time": 1540045562
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5509,
                    "end": 5999,
                    "start": 5500
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 3,
                    "delayed-id-entries": [
                        {
                            "id": 5502,
                            "ready-time-sec": 1540046390
                        },
                        {
                            "id": 5503,
                            "ready-time-sec": 1540047247
                        },
                        {
                            "id": 5504,
                            "ready-time-sec": 1540047255
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 49,
                    "start": 25
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 49,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741306",
                        "last-access-time": 1540045561
                    },
                    {
                        "child-pool-name": "tables.-1073741298",
                        "last-access-time": 1540045562
                    }
                ],
                "pool-name": "tables",
                "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": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 49,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741306",
                        "last-access-time": 1540045561
                    },
                    {
                        "child-pool-name": "meters.-1073741298",
                        "last-access-time": 1540045563
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 4999,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741306",
                "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.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741294",
                        "last-access-time": 1540047352
                    },
                    {
                        "child-pool-name": "elan.ids.pool.-1073741306",
                        "last-access-time": 1540045564
                    },
                    {
                        "child-pool-name": "elan.ids.pool.-1073741298",
                        "last-access-time": 1540045569
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                        "id-value": [
                            5505
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5500
                        ]
                    },
                    {
                        "id-key": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "id-value": [
                            5507
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5501
                        ]
                    },
                    {
                        "id-key": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "id-value": [
                            5506
                        ]
                    },
                    {
                        "id-key": "e210ae5d-68b7-480c-9497-ececfb37b318",
                        "id-value": [
                            5508
                        ]
                    },
                    {
                        "id-key": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                        "id-value": [
                            5509
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 154999,
                    "start": 152500
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 103002,
                    "end": 105999,
                    "start": 103000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 103001,
                            "ready-time-sec": 1540046385
                        }
                    ],
                    "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.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 60,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 15,
                    "delayed-id-entries": [
                        {
                            "id": 22,
                            "ready-time-sec": 1540046390
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1540046390
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1540046390
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1540046390
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1540046390
                        },
                        {
                            "id": 37,
                            "ready-time-sec": 1540047165
                        },
                        {
                            "id": 36,
                            "ready-time-sec": 1540047174
                        },
                        {
                            "id": 34,
                            "ready-time-sec": 1540047192
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1540047218
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1540047222
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1540047226
                        },
                        {
                            "id": 32,
                            "ready-time-sec": 1540047229
                        },
                        {
                            "id": 31,
                            "ready-time-sec": 1540047233
                        },
                        {
                            "id": 33,
                            "ready-time-sec": 1540047237
                        },
                        {
                            "id": 38,
                            "ready-time-sec": 1540047245
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 154999,
                    "end": 157499,
                    "start": 155000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 105999,
                    "end": 108999,
                    "start": 106000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1998,
                    "end": 2997,
                    "start": 1999
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741298",
                "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.-1073741306",
                        "last-access-time": 1540045568
                    },
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741294",
                        "last-access-time": 1540045570
                    },
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741298",
                        "last-access-time": 1540045574
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "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.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741306",
                "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.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 49,
                    "start": 25
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741306",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 49,
                    "start": 25
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 108999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741294",
                        "last-access-time": 1540046355
                    },
                    {
                        "child-pool-name": "vpnservices.-1073741306",
                        "last-access-time": 1540045565
                    },
                    {
                        "child-pool-name": "vpnservices.-1073741298",
                        "last-access-time": 1540045571
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                        "id-value": [
                            103000
                        ]
                    },
                    {
                        "id-key": "696a25aa-6961-4600-af39-00b50e262ee0.192.0.2.0/24",
                        "id-value": [
                            103002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227504,
                    "end": 229999,
                    "start": 227500
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741306",
                        "last-access-time": 1540045568
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 2997,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741306",
                        "last-access-time": 1540045563
                    },
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741298",
                        "last-access-time": 1540045568
                    },
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741294",
                        "last-access-time": 1540047360
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "4ae23966-383b-47d8-b460-32090333e3cb",
                        "id-value": [
                            1000
                        ]
                    },
                    {
                        "id-key": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                        "id-value": [
                            1001
                        ]
                    },
                    {
                        "id-key": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                        "id-value": [
                            1002
                        ]
                    },
                    {
                        "id-key": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a",
                        "id-value": [
                            1003
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1003,
                    "end": 1998,
                    "start": 1000
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 229999,
                    "end": 232499,
                    "start": 230000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741298",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6568,
                    "end": 13106,
                    "start": 6554
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741294",
                "released-ids-holder": {
                    "available-id-count": 5,
                    "delayed-id-entries": [
                        {
                            "id": 6557,
                            "ready-time-sec": 1540047190
                        },
                        {
                            "id": 6555,
                            "ready-time-sec": 1540047218
                        },
                        {
                            "id": 6554,
                            "ready-time-sec": 1540047222
                        },
                        {
                            "id": 6556,
                            "ready-time-sec": 1540047226
                        },
                        {
                            "id": 6558,
                            "ready-time-sec": 1540047244
                        }
                    ],
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.161" starttime="20181020 15:08:22.160"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.161" starttime="20181020 15:08:22.130"></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="20181020 15:08:22.181" 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="20181020 15:08:22.181" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.181" starttime="20181020 15:08:22.161"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.184" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4ae23966-383b-47d8-b460-32090333e3cb","access-list-entries":{"ace":[{"rule-name":"3dd95e3c-1c0d-4882-9bdf-eb210690aab0","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":"66dfbfad-3e7f-4c01-b289-858b28faef82","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6c5127b5-a34e-4476-ad34-27700a448840","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"4ae23966-383b-47d8-b460-32090333e3cb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"4ae23966-383b-47d8-b460-32090333e3cb","aclservice:direction":"aclservice:direction-ingress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"2805f997-aaa6-40fe-8e31-ce6c3ff1b97b","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a","access-list-entries":{"ace":[{"rule-name":"409d1e2e-49bd-4558-889e-c94ecd121d6a","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":"4cdf6311-52bf-4af7-b15c-355c39c419d5","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"f1b83667-434a-4c14-ba37-59a39dace3ca","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":"b17b0178-d478-43d8-90bd-a17521a16de2","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":"44b7bb50-3501-4ba0-8d46-003926656732","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"1ade15f6-67ba-47af-bb39-cbba7946a980","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"bc591cbe-854f-44fa-845c-68c3eb2e74c2","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":"a9faeddd-6897-4433-b74d-fd3057b7c88b","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","access-list-entries":{"ace":[{"rule-name":"2014cade-2a4f-4311-ad6f-7e591564ae07","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"2e608dde-5628-4009-9851-44bec8b142c7","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":"7dddab02-36ce-49ff-8438-860852628aa8","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"b0df72aa-f784-4a90-b37a-36e6b1dbd77c","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","aclservice:direction":"aclservice:direction-ingress"}]}}]}} </msg>
<msg timestamp="20181020 15:08:22.184" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.184" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction...</msg>
<status status="PASS" endtime="20181020 15:08:22.184" starttime="20181020 15:08:22.181"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.185" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "3dd95e3c-1c0d-4882-9bdf-eb210690aab0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "66dfbfad-3e7f-4c01-b289-858b28faef82"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "6c5127b5-a34e-4476-ad34-27700a448840"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba"
                        }
                    ]
                },
                "acl-name": "4ae23966-383b-47d8-b460-32090333e3cb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "2805f997-aaa6-40fe-8e31-ce6c3ff1b97b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "409d1e2e-49bd-4558-889e-c94ecd121d6a"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "4cdf6311-52bf-4af7-b15c-355c39c419d5"
                        },
                        {
                            "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": "f1b83667-434a-4c14-ba37-59a39dace3ca"
                        },
                        {
                            "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": "b17b0178-d478-43d8-90bd-a17521a16de2"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "44b7bb50-3501-4ba0-8d46-003926656732"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "1ade15f6-67ba-47af-bb39-cbba7946a980"
                        },
                        {
                            "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": "bc591cbe-854f-44fa-845c-68c3eb2e74c2"
                        },
                        {
                            "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": "a9faeddd-6897-4433-b74d-fd3057b7c88b"
                        }
                    ]
                },
                "acl-name": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "2014cade-2a4f-4311-ad6f-7e591564ae07"
                        },
                        {
                            "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": "2e608dde-5628-4009-9851-44bec8b142c7"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "7dddab02-36ce-49ff-8438-860852628aa8"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "b0df72aa-f784-4a90-b37a-36e6b1dbd77c"
                        }
                    ]
                },
                "acl-name": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.185" starttime="20181020 15:08:22.184"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.185" starttime="20181020 15:08:22.161"></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="20181020 15:08:22.195" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.195" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.195" starttime="20181020 15:08:22.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="20181020 15:08:22.199" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"tund94e4440a70","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":149698414707504,"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.5","odl-interface:tunnel-destination":"192.0.2.6","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":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap7f4d4f99-5b"},{"name":"b5219944-d378-4c4b-ae45-dd5f093c9d39","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:1c:db:04","ip-address":"33.0.0.5"},{"mac-address":"fa:16:3e:1c:db:04","ip-address":"fe80:0:0:0:f816:3eff:fe1c:db04"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapb5219944-d3"},{"name":"tuna8339e52304","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":228722813034790,"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.6","odl-interface:tunnel-destination":"192.0.2.25","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":"260163147459722:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"260163147459722:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun7dd6c062707","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":268318365241219,"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.25","odl-interface:tunnel-destination":"192.0.2.18","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":"48796303178259:br-ex-patch:1132","enabled":true,"odl-interface:parent-interface":"48796303178259:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1132,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"48796303178259:br-ex-patch:1131","enabled":true,"odl-interface:parent-interface":"48796303178259:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1131,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap77f7b64b-7f"},{"name":"48796303178259:br-ex-patch:1133","enabled":true,"odl-interface:parent-interface":"48796303178259:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1133,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap4daf7e24-db"},{"name":"48796303178259:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"48796303178259:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tun23278d86c3d","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":268318365241219,"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.25","odl-interface:tunnel-destination":"192.0.2.6","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":"55861a97-9d1c-45d0-a041-6b5aa089b946","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap55861a97-9d"},{"name":"tun1914722e5af","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":228722813034790,"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.6","odl-interface:tunnel-destination":"192.0.2.18","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":"tunfb23e7715ee","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":268318365241219,"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.25","odl-interface:tunnel-destination":"192.0.2.14","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":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:d6:31:12","ip-address":"fe80:0:0:0:f816:3eff:fed6:3112"},{"mac-address":"fa:16:3e:d6:31:12","ip-address":"32.0.0.15"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap28de207b-d7"},{"name":"862e02e0-e825-4c09-930f-1ec5ed02c220","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap862e02e0-e8"},{"name":"149698414707504:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"149698414707504:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"tunfda004d5e48","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":260163147459722,"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.18","odl-interface:tunnel-destination":"192.0.2.14","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":"b51114c1-a615-4f35-826d-5c87207daef6","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapb51114c1-a6"},{"name":"tund356ff49ce4","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":260163147459722,"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.18","odl-interface:tunnel-destination":"192.0.2.5","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":"tunb9b6ece5224","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":228722813034790,"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.6","odl-interface:tunnel-destination":"192.0.2.14","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":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap9acc8ca5-a9"},{"name":"tun617d26e46a5","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":149698414707504,"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.5","odl-interface:tunnel-destination":"192.0.2.18","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":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap6c9c1105-39"},{"name":"e9366b0b-8e60-4a86-a972-9a513d34b838","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:9b:8a:3c","ip-address":"32.0.0.7"},{"mac-address":"fa:16:3e:9b:8a:3c","ip-address":"fe80:0:0:0:f816:3eff:fe9b:8a3c"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tape9366b0b-8e"},{"name":"tun3429b91664d","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":260163147459722,"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.18","odl-interface:tunnel-destination":"192.0.2.25","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":"228722813034790:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"228722813034790:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:15:bd:dc","ip-address":"fe80:0:0:0:f816:3eff:fe15:bddc"},{"mac-address":"fa:16:3e:15:bd:dc","ip-address":"33.0.0.19"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap60a06347-c4"},{"name":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap4dd172a6-55"},{"name":"7d42da05-3ca6-4e54-a192-b2bf0d462571","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:d3:36:a1","ip-address":"31.0.0.11"},{"mac-address":"fa:16:3e:d3:36:a1","ip-address":"fe80:0:0:0:f816:3eff:fed3:36a1"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap7d42da05-3c"},{"name":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapa2267a01-8d"},{"name":"tund8c3e0fcf05","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":48796303178259,"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.14","odl-interface:tunnel-destination":"192.0.2.25","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":"tun6de6aefe245","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":149698414707504,"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.5","odl-interface:tunnel-destination":"192.0.2.14","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":"e47cd172-b806-409b-9f16-a636512d81b3","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tape47cd172-b8"},{"name":"tund35867a1187","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":48796303178259,"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.14","odl-interface:tunnel-destination":"192.0.2.5","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":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:81:f5:2b","ip-address":"32.0.0.10"},{"mac-address":"fa:16:3e:81:f5:2b","ip-address":"fe80:0:0:0:f816:3eff:fe81:f52b"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap8ee548c5-a0"},{"name":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap3c81f15e-ad"},{"name":"149698414707504:br-ex-patch:1131","enabled":true,"odl-interface:parent-interface":"149698414707504:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1131,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"tun91356c17db2","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":260163147459722,"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.18","odl-interface:tunnel-destination":"192.0.2.6","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":"7b99f334-3718-4a50-8797-2ad66ef51390","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap7b99f334-37"},{"name":"tunb223582a781","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":268318365241219,"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.25","odl-interface:tunnel-destination":"192.0.2.5","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":"tuncd74734f6e0","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":228722813034790,"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.6","odl-interface:tunnel-destination":"192.0.2.5","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":"a8d57385-944d-4b60-998e-9c2d77e16163","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapa8d57385-94"},{"name":"tunb3adfc3e977","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":149698414707504,"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.5","odl-interface:tunnel-destination":"192.0.2.25","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":"tunaf467906869","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":48796303178259,"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.14","odl-interface:tunnel-destination":"192.0.2.6","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":"260163147459722:br-ex-patch:1131","enabled":true,"odl-interface:parent-interface":"260163147459722:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1131,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"260163147459722:br-ex-patch:1132","enabled":true,"odl-interface:parent-interface":"260163147459722:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1132,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"260163147459722:br-ex-patch:1133","enabled":true,"odl-interface:parent-interface":"260163147459722:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1133,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"tun5ef24485410","enabled":true,"description":"VXLAN Trunk Interface","odl-interface:datapath-node-identifier":48796303178259,"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.14","odl-interface:tunnel-destination":"192.0.2.18","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":"a4117f7f-74f7-484e-8f5b-c727417edcdd","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapa4117f7f-74"},{"name":"228722813034790:br-ex-patch:1132","enabled":true,"odl-interface:parent-interface":"228722813034790:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1132,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"228722813034790:br-ex-patch:1131","enabled":true,"odl-interface:parent-interface":"228722813034790:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1131,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"1e008626-6887-40a0-967d-8cf98796e3f6","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:cc:d1:50","ip-address":"fe80:0:0:0:f816:3eff:fecc:d150"},{"mac-address":"fa:16:3e:cc:d1:50","ip-address":"33.0.0.18"}],"odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap1e008626-68"},{"name":"228722813034790:br-ex-patch:1133","enabled":true,"odl-interface:parent-interface":"228722813034790:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1133,"odl-interface:l2vlan-mode":"trunk-member"}]}} </msg>
<msg timestamp="20181020 15:08:22.199" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.199" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tund94e4440a70",
          ...</msg>
<status status="PASS" endtime="20181020 15:08:22.199" starttime="20181020 15:08:22.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="20181020 15:08:22.200" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tund94e4440a70",
                "odl-interface:datapath-node-identifier": 149698414707504,
                "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.6",
                "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.5",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap7f4d4f99-5b",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "33.0.0.5",
                        "mac-address": "fa:16:3e:1c:db:04"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe1c:db04",
                        "mac-address": "fa:16:3e:1c:db:04"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                ],
                "enabled": true,
                "name": "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapb5219944-d3",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tuna8339e52304",
                "odl-interface:datapath-node-identifier": 228722813034790,
                "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.25",
                "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.6",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "260163147459722:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "260163147459722:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun7dd6c062707",
                "odl-interface:datapath-node-identifier": 268318365241219,
                "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.18",
                "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.25",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "48796303178259:br-ex-patch:1132",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "48796303178259:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1132,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "48796303178259:br-ex-patch:1131",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "48796303178259:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1131,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap77f7b64b-7f",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "48796303178259:br-ex-patch:1133",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "48796303178259:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1133,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap4daf7e24-db",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "48796303178259:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "48796303178259:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun23278d86c3d",
                "odl-interface:datapath-node-identifier": 268318365241219,
                "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.6",
                "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.25",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "55861a97-9d1c-45d0-a041-6b5aa089b946",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap55861a97-9d",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun1914722e5af",
                "odl-interface:datapath-node-identifier": 228722813034790,
                "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.18",
                "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.6",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunfb23e7715ee",
                "odl-interface:datapath-node-identifier": 268318365241219,
                "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.14",
                "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.25",
                "type": "iana-if-type:tunnel"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fed6:3112",
                        "mac-address": "fa:16:3e:d6:31:12"
                    },
                    {
                        "ip-address": "32.0.0.15",
                        "mac-address": "fa:16:3e:d6:31:12"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                ],
                "enabled": true,
                "name": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap28de207b-d7",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "862e02e0-e825-4c09-930f-1ec5ed02c220",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap862e02e0-e8",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "149698414707504:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "149698414707504:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunfda004d5e48",
                "odl-interface:datapath-node-identifier": 260163147459722,
                "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.14",
                "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.18",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "b51114c1-a615-4f35-826d-5c87207daef6",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapb51114c1-a6",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tund356ff49ce4",
                "odl-interface:datapath-node-identifier": 260163147459722,
                "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.5",
                "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.18",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunb9b6ece5224",
                "odl-interface:datapath-node-identifier": 228722813034790,
                "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.14",
                "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.6",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap9acc8ca5-a9",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun617d26e46a5",
                "odl-interface:datapath-node-identifier": 149698414707504,
                "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.18",
                "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.5",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap6c9c1105-39",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "32.0.0.7",
                        "mac-address": "fa:16:3e:9b:8a:3c"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe9b:8a3c",
                        "mac-address": "fa:16:3e:9b:8a:3c"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                ],
                "enabled": true,
                "name": "e9366b0b-8e60-4a86-a972-9a513d34b838",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tape9366b0b-8e",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun3429b91664d",
                "odl-interface:datapath-node-identifier": 260163147459722,
                "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.25",
                "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.18",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "228722813034790:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "228722813034790:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe15:bddc",
                        "mac-address": "fa:16:3e:15:bd:dc"
                    },
                    {
                        "ip-address": "33.0.0.19",
                        "mac-address": "fa:16:3e:15:bd:dc"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                ],
                "enabled": true,
                "name": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap60a06347-c4",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap4dd172a6-55",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "31.0.0.11",
                        "mac-address": "fa:16:3e:d3:36:a1"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fed3:36a1",
                        "mac-address": "fa:16:3e:d3:36:a1"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                ],
                "enabled": true,
                "name": "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap7d42da05-3c",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapa2267a01-8d",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tund8c3e0fcf05",
                "odl-interface:datapath-node-identifier": 48796303178259,
                "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.25",
                "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.14",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun6de6aefe245",
                "odl-interface:datapath-node-identifier": 149698414707504,
                "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.14",
                "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.5",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "e47cd172-b806-409b-9f16-a636512d81b3",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tape47cd172-b8",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tund35867a1187",
                "odl-interface:datapath-node-identifier": 48796303178259,
                "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.5",
                "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.14",
                "type": "iana-if-type:tunnel"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "32.0.0.10",
                        "mac-address": "fa:16:3e:81:f5:2b"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe81:f52b",
                        "mac-address": "fa:16:3e:81:f5:2b"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                ],
                "enabled": true,
                "name": "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap8ee548c5-a0",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap3c81f15e-ad",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "149698414707504:br-ex-patch:1131",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "149698414707504:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1131,
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun91356c17db2",
                "odl-interface:datapath-node-identifier": 260163147459722,
                "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.6",
                "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.18",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "7b99f334-3718-4a50-8797-2ad66ef51390",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap7b99f334-37",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunb223582a781",
                "odl-interface:datapath-node-identifier": 268318365241219,
                "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.5",
                "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.25",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tuncd74734f6e0",
                "odl-interface:datapath-node-identifier": 228722813034790,
                "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.5",
                "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.6",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "a8d57385-944d-4b60-998e-9c2d77e16163",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapa8d57385-94",
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunb3adfc3e977",
                "odl-interface:datapath-node-identifier": 149698414707504,
                "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.25",
                "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.5",
                "type": "iana-if-type:tunnel"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tunaf467906869",
                "odl-interface:datapath-node-identifier": 48796303178259,
                "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.6",
                "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.14",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "260163147459722:br-ex-patch:1131",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "260163147459722:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1131,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "260163147459722:br-ex-patch:1132",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "260163147459722:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1132,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "260163147459722:br-ex-patch:1133",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "260163147459722:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1133,
                "type": "iana-if-type:l2vlan"
            },
            {
                "description": "VXLAN Trunk Interface",
                "enabled": true,
                "name": "tun5ef24485410",
                "odl-interface:datapath-node-identifier": 48796303178259,
                "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.18",
                "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.14",
                "type": "iana-if-type:tunnel"
            },
            {
                "enabled": true,
                "name": "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapa4117f7f-74",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "228722813034790:br-ex-patch:1132",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "228722813034790:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1132,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "228722813034790:br-ex-patch:1131",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "228722813034790:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1131,
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fecc:d150",
                        "mac-address": "fa:16:3e:cc:d1:50"
                    },
                    {
                        "ip-address": "33.0.0.18",
                        "mac-address": "fa:16:3e:cc:d1:50"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                ],
                "enabled": true,
                "name": "1e008626-6887-40a0-967d-8cf98796e3f6",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap1e008626-68",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "228722813034790:br-ex-patch:1133",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "228722813034790:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1133,
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.201" starttime="20181020 15:08:22.200"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.201" starttime="20181020 15:08:22.185"></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="20181020 15:08:22.251" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.252" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.252" starttime="20181020 15:08:22.201"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.280" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5505,"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}}}]}}]}]},{"interface-name":"a8d57385-944d-4b60-998e-9c2d77e16163","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.a8d57385-944d-4b60-998e-9c2d77e16163","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"9"}}]}}]}]},{"interface-name":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.6c9c1105-3940-42ee-9d2f-024d720f8ec6","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":39,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"tun3429b91664d","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun3429b91664d","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":"tuncd74734f6e0","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tuncd74734f6e0","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":"b5219944-d378-4c4b-ae45-dd5f093c9d39","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.b5219944-d378-4c4b-ae45-dd5f093c9d39","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.b5219944-d378-4c4b-ae45-dd5f093c9d39","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":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"7d42da05-3ca6-4e54-a192-b2bf0d462571","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.7d42da05-3ca6-4e54-a192-b2bf0d462571","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":54,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.7d42da05-3ca6-4e54-a192-b2bf0d462571","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":"228722813034790:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"228722813034790:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.228722813034790:br-ex-patch:1133","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6565,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.4daf7e24-dbed-407f-abdc-43dde77dfcd7","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":"12"}}]}}]}]},{"interface-name":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.8ee548c5-a04d-4eef-bb99-5d2640865f7a","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":56,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.8ee548c5-a04d-4eef-bb99-5d2640865f7a","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":"2cbb8d1a-6001-454f-9da4-62daccf1ac98","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e47cd172-b806-409b-9f16-a636512d81b3","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.e47cd172-b806-409b-9f16-a636512d81b3","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"10"}}]}}]}]},{"interface-name":"260163147459722:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.260163147459722:br-ex-patch:1133","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"tunfb23e7715ee","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunfb23e7715ee","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":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"tuna8339e52304","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tuna8339e52304","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":"149698414707504:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"48796303178259:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.48796303178259:br-ex-patch:1133","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"260163147459722:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.260163147459722:br-ex-patch:1132","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"260163147459722:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.260163147459722: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":"48796303178259:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"260163147459722:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.260163147459722:br-ex-patch:1131","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"7b99f334-3718-4a50-8797-2ad66ef51390","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.7b99f334-3718-4a50-8797-2ad66ef51390","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":53,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"e47cd172-b806-409b-9f16-a636512d81b3","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.e47cd172-b806-409b-9f16-a636512d81b3","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":43,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"tun1914722e5af","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun1914722e5af","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":"48796303178259:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.48796303178259: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":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.77f7b64b-7f83-4283-a130-1209f9f8cf3f","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":46,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"48796303178259:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.48796303178259:br-ex-patch:1131","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"260163147459722:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"tun7dd6c062707","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun7dd6c062707","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":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.77f7b64b-7f83-4283-a130-1209f9f8cf3f","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"9"}}]}}]}]},{"interface-name":"48796303178259:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.48796303178259:br-ex-patch:1132","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"7794a8fc-57f1-48b2-9772-f6d4e270e264","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"tund8c3e0fcf05","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tund8c3e0fcf05","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":"2f0fd48f-ee71-4b18-baea-1b0228aef474","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tunaf467906869","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunaf467906869","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":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.9acc8ca5-a950-463a-af6b-2ef547c8b2b4","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"10"}}]}}]}]},{"interface-name":"a4117f7f-74f7-484e-8f5b-c727417edcdd","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.a4117f7f-74f7-484e-8f5b-c727417edcdd","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5505,"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}}}]}}]}]},{"interface-name":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":49,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","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":"12"}}]}}]},{"service-priority":6,"service-name":"acl.egressacl.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","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":"tunfda004d5e48","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunfda004d5e48","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":"b51114c1-a615-4f35-826d-5c87207daef6","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.b51114c1-a615-4f35-826d-5c87207daef6","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":"11"}}]}}]}]},{"interface-name":"tunb9b6ece5224","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunb9b6ece5224","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":"228722813034790:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.228722813034790:br-ex-patch:1133","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"8324ab55-92f0-4aca-b0dd-ce31c43e970f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.28de207b-d7a8-4cf8-b7e2-bf182b64fef8","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.28de207b-d7a8-4cf8-b7e2-bf182b64fef8","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":"tund94e4440a70","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tund94e4440a70","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":"228722813034790:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.228722813034790:br-ex-patch:1131","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6561,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"228722813034790:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.228722813034790:br-ex-patch:1132","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"a8d57385-944d-4b60-998e-9c2d77e16163","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.a8d57385-944d-4b60-998e-9c2d77e16163","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":44,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.4daf7e24-dbed-407f-abdc-43dde77dfcd7","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":50,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"228722813034790:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.228722813034790:br-ex-patch:1132","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6563,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"228722813034790:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.228722813034790:br-ex-patch:1131","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"854ab070-d9b1-4f78-b90c-ddf2e13113e2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"2f0fd48f-ee71-4b18-baea-1b0228aef474","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e9366b0b-8e60-4a86-a972-9a513d34b838","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.e9366b0b-8e60-4a86-a972-9a513d34b838","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":"11"}}]}}]},{"service-priority":6,"service-name":"acl.egressacl.e9366b0b-8e60-4a86-a972-9a513d34b838","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":"228722813034790:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8324ab55-92f0-4aca-b0dd-ce31c43e970f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":60,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","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":"268318365241219:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tun91356c17db2","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun91356c17db2","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":"tunb223582a781","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunb223582a781","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":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.8ee548c5-a04d-4eef-bb99-5d2640865f7a","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"10"}}]}}]},{"service-priority":6,"service-name":"acl.egressacl.8ee548c5-a04d-4eef-bb99-5d2640865f7a","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":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.28de207b-d7a8-4cf8-b7e2-bf182b64fef8","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":55,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.28de207b-d7a8-4cf8-b7e2-bf182b64fef8","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":"55861a97-9d1c-45d0-a041-6b5aa089b946","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.55861a97-9d1c-45d0-a041-6b5aa089b946","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":"12"}}]}}]}]},{"interface-name":"454dc598-1929-4a4b-a5d5-6879ec5c974d","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"260163147459722:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"7794a8fc-57f1-48b2-9772-f6d4e270e264","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"f8d5f0e2-3bc1-419a-8428-418c0bf22cd6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"7d42da05-3ca6-4e54-a192-b2bf0d462571","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.7d42da05-3ca6-4e54-a192-b2bf0d462571","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"9"}}]}}]},{"service-priority":6,"service-name":"acl.egressacl.7d42da05-3ca6-4e54-a192-b2bf0d462571","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":"48796303178259:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"tun23278d86c3d","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun23278d86c3d","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":"tun5ef24485410","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun5ef24485410","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":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a4117f7f-74f7-484e-8f5b-c727417edcdd","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.a4117f7f-74f7-484e-8f5b-c727417edcdd","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"8"}}]}}]}]},{"interface-name":"tund35867a1187","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tund35867a1187","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":"1e008626-6887-40a0-967d-8cf98796e3f6","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.1e008626-6887-40a0-967d-8cf98796e3f6","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.1e008626-6887-40a0-967d-8cf98796e3f6","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":"tun617d26e46a5","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun617d26e46a5","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":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.3c81f15e-ad31-4e55-88a1-1e576753d7ca","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"10"}}]}}]}]},{"interface-name":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","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":"11"}}]}}]}]},{"interface-name":"24575e36-5636-4640-893c-c36cd3fd70e0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c92bf838-14a3-48b0-bbd7-4627a6f474e6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"b51114c1-a615-4f35-826d-5c87207daef6","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.b51114c1-a615-4f35-826d-5c87207daef6","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":47,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.9acc8ca5-a950-463a-af6b-2ef547c8b2b4","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":48,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":52,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.6c9c1105-3940-42ee-9d2f-024d720f8ec6","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"9"}}]}}]}]},{"interface-name":"tun6de6aefe245","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tun6de6aefe245","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":"268318365241219:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"48796303178259:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"260163147459722:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.260163147459722:br-ex-patch:1133","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6567,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","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":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.3c81f15e-ad31-4e55-88a1-1e576753d7ca","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":45,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"260163147459722:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.260163147459722:br-ex-patch:1132","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6562,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"tunb3adfc3e977","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.tunb3adfc3e977","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":"e9366b0b-8e60-4a86-a972-9a513d34b838","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.e9366b0b-8e60-4a86-a972-9a513d34b838","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":57,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.e9366b0b-8e60-4a86-a972-9a513d34b838","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":"862e02e0-e825-4c09-930f-1ec5ed02c220","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.862e02e0-e825-4c09-930f-1ec5ed02c220","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5506,"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}}}]}}]}]},{"interface-name":"149698414707504:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.149698414707504:br-ex-patch:1131","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6568,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"260163147459722:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.260163147459722:br-ex-patch:1131","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"b5219944-d378-4c4b-ae45-dd5f093c9d39","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.b5219944-d378-4c4b-ae45-dd5f093c9d39","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":59,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.b5219944-d378-4c4b-ae45-dd5f093c9d39","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":"149698414707504:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.149698414707504:br-ex-patch:1131","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"260163147459722:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"149698414707504:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.149698414707504: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":"1e008626-6887-40a0-967d-8cf98796e3f6","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.1e008626-6887-40a0-967d-8cf98796e3f6","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":58,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]},{"service-priority":2,"service-name":"acl.ingressacl.1e008626-6887-40a0-967d-8cf98796e3f6","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":"48796303178259:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.48796303178259:br-ex-patch:1131","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6559,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"228722813034790:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.228722813034790: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":"7b99f334-3718-4a50-8797-2ad66ef51390","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.7b99f334-3718-4a50-8797-2ad66ef51390","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":"11"}}]}}]}]},{"interface-name":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","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":"13"}}]}}]}]},{"interface-name":"228722813034790:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"48796303178259:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.48796303178259:br-ex-patch:1132","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6564,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"862e02e0-e825-4c09-930f-1ec5ed02c220","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.862e02e0-e825-4c09-930f-1ec5ed02c220","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"8"}}]}}]}]},{"interface-name":"48796303178259:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.48796303178259:br-ex-patch:1133","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":6566,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"149698414707504:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"55861a97-9d1c-45d0-a041-6b5aa089b946","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.55861a97-9d1c-45d0-a041-6b5aa089b946","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":3,"go-to-table":{"table_id":43}},{"order":1,"write-metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":51,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}}]}]},{"interface-name":"24575e36-5636-4640-893c-c36cd3fd70e0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"149698414707504:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"454dc598-1929-4a4b-a5d5-6879ec5c974d","service-mode":"interface-service-bindings:service-mode-egress"}]}} </msg>
<msg timestamp="20181020 15:08:22.281" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.282" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                       ...</msg>
<status status="PASS" endtime="20181020 15:08:22.282" starttime="20181020 15:08:22.252"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.284" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92358574080,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5505
                                            },
                                            "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.0a041094-8665-4135-a8a1-bf3e4bd3167d.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                "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": "9"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.a8d57385-944d-4b60-998e-9c2d77e16163",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "a8d57385-944d-4b60-998e-9c2d77e16163",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92358574080,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5505
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 39
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                "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.tun3429b91664d",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun3429b91664d",
                "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.tuncd74734f6e0",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tuncd74734f6e0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "8"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.b5219944-d378-4c4b-ae45-dd5f093c9d39",
                        "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.b5219944-d378-4c4b-ae45-dd5f093c9d39",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92358574080,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5505
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 54
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.7d42da05-3ca6-4e54-a192-b2bf0d462571",
                        "service-priority": 9,
                        "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.7d42da05-3ca6-4e54-a192-b2bf0d462571",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "228722813034790:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92425682944,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5509
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6565
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.228722813034790:br-ex-patch:1133",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "228722813034790:br-ex-patch:1133",
                "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": "12"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92375351296,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5506
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 56
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                        "service-priority": 9,
                        "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.8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "2cbb8d1a-6001-454f-9da4-62daccf1ac98",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "10"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.e47cd172-b806-409b-9f16-a636512d81b3",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "e47cd172-b806-409b-9f16-a636512d81b3",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 2,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "vlan-match": {
                                                    "vlan-id": {
                                                        "vlan-id": 1133,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.260163147459722:br-ex-patch:1133",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "260163147459722:br-ex-patch:1133",
                "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.tunfb23e7715ee",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunfb23e7715ee",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                "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.tuna8339e52304",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tuna8339e52304",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "149698414707504: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": 2,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "vlan-match": {
                                                    "vlan-id": {
                                                        "vlan-id": 1133,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.48796303178259:br-ex-patch:1133",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "48796303178259:br-ex-patch:1133",
                "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": 1132,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.260163147459722:br-ex-patch:1132",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "260163147459722:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.260163147459722:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "260163147459722:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "48796303178259: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": 2,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "vlan-match": {
                                                    "vlan-id": {
                                                        "vlan-id": 1131,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.260163147459722:br-ex-patch:1131",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "260163147459722:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92425682944,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5509
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 53
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.7b99f334-3718-4a50-8797-2ad66ef51390",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "7b99f334-3718-4a50-8797-2ad66ef51390",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92375351296,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5506
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 43
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.e47cd172-b806-409b-9f16-a636512d81b3",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "e47cd172-b806-409b-9f16-a636512d81b3",
                "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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun1914722e5af",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun1914722e5af",
                "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.48796303178259:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "48796303178259:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92392128512,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5507
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 46
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                "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": 1131,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.48796303178259:br-ex-patch:1131",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "48796303178259:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "260163147459722: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.tun7dd6c062707",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun7dd6c062707",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "9"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                "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": 1132,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.48796303178259:br-ex-patch:1132",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "48796303178259:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                "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.tund8c3e0fcf05",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tund8c3e0fcf05",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                "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.tunaf467906869",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunaf467906869",
                "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": "10"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92358574080,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5505
                                            },
                                            "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.0a041094-8665-4135-a8a1-bf3e4bd3167d.a4117f7f-74f7-484e-8f5b-c727417edcdd",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92408905728,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5508
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 49
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                "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": "12"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                        "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.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                "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.tunfda004d5e48",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunfda004d5e48",
                "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": "11"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.b51114c1-a615-4f35-826d-5c87207daef6",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "b51114c1-a615-4f35-826d-5c87207daef6",
                "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.tunb9b6ece5224",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunb9b6ece5224",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 2,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "vlan-match": {
                                                    "vlan-id": {
                                                        "vlan-id": 1133,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.228722813034790:br-ex-patch:1133",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "228722813034790:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8324ab55-92f0-4aca-b0dd-ce31c43e970f",
                "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.28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                        "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.28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                "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.tund94e4440a70",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tund94e4440a70",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92358574080,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5505
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6561
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.228722813034790:br-ex-patch:1131",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "228722813034790:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 2,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "vlan-match": {
                                                    "vlan-id": {
                                                        "vlan-id": 1132,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.228722813034790:br-ex-patch:1132",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "228722813034790:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92375351296,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5506
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 44
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.a8d57385-944d-4b60-998e-9c2d77e16163",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "a8d57385-944d-4b60-998e-9c2d77e16163",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92408905728,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5508
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 50
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92408905728,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5508
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6563
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.228722813034790:br-ex-patch:1132",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "228722813034790:br-ex-patch:1132",
                "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": 1131,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.228722813034790:br-ex-patch:1131",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "228722813034790:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "854ab070-d9b1-4f78-b90c-ddf2e13113e2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "2f0fd48f-ee71-4b18-baea-1b0228aef474",
                "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": "11"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.e9366b0b-8e60-4a86-a972-9a513d34b838",
                        "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.e9366b0b-8e60-4a86-a972-9a513d34b838",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "e9366b0b-8e60-4a86-a972-9a513d34b838",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "228722813034790:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8324ab55-92f0-4aca-b0dd-ce31c43e970f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92392128512,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5507
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 60
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                        "service-priority": 9,
                        "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.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "268318365241219: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": "3"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun91356c17db2",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun91356c17db2",
                "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.tunb223582a781",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunb223582a781",
                "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": "10"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                        "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.8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92375351296,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5506
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 55
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                        "service-priority": 9,
                        "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.28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                "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": "12"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.55861a97-9d1c-45d0-a041-6b5aa089b946",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "55861a97-9d1c-45d0-a041-6b5aa089b946",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "260163147459722:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "7794a8fc-57f1-48b2-9772-f6d4e270e264",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "f8d5f0e2-3bc1-419a-8428-418c0bf22cd6",
                "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": "9"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.7d42da05-3ca6-4e54-a192-b2bf0d462571",
                        "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.7d42da05-3ca6-4e54-a192-b2bf0d462571",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "48796303178259: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": "4"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.tun23278d86c3d",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun23278d86c3d",
                "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.tun5ef24485410",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun5ef24485410",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "8"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.a4117f7f-74f7-484e-8f5b-c727417edcdd",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                "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.tund35867a1187",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tund35867a1187",
                "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.1e008626-6887-40a0-967d-8cf98796e3f6",
                        "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.1e008626-6887-40a0-967d-8cf98796e3f6",
                        "service-priority": 6,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1e008626-6887-40a0-967d-8cf98796e3f6",
                "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.tun617d26e46a5",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun617d26e46a5",
                "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": "10"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                "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": "11"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "24575e36-5636-4640-893c-c36cd3fd70e0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c92bf838-14a3-48b0-bbd7-4627a6f474e6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92392128512,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5507
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 47
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.b51114c1-a615-4f35-826d-5c87207daef6",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "b51114c1-a615-4f35-826d-5c87207daef6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92408905728,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5508
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92425682944,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5509
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                "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": "9"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                "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.tun6de6aefe245",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tun6de6aefe245",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "268318365241219:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "48796303178259:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92425682944,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5509
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6567
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.260163147459722:br-ex-patch:1133",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "260163147459722:br-ex-patch:1133",
                "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.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92392128512,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5507
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 45
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92408905728,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5508
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6562
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.260163147459722:br-ex-patch:1132",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "260163147459722:br-ex-patch:1132",
                "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.tunb3adfc3e977",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "tunb3adfc3e977",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92375351296,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5506
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 57
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.e9366b0b-8e60-4a86-a972-9a513d34b838",
                        "service-priority": 9,
                        "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.e9366b0b-8e60-4a86-a972-9a513d34b838",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "e9366b0b-8e60-4a86-a972-9a513d34b838",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92375351296,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5506
                                            },
                                            "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.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.862e02e0-e825-4c09-930f-1ec5ed02c220",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "862e02e0-e825-4c09-930f-1ec5ed02c220",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92358574080,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5505
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6568
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.149698414707504:br-ex-patch:1131",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "149698414707504:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92358574080,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5505
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6560
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.260163147459722:br-ex-patch:1131",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "260163147459722:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "26c6b8fb-44cf-43ab-80ec-ff7ca92b3e6f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92392128512,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5507
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 59
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.b5219944-d378-4c4b-ae45-dd5f093c9d39",
                        "service-priority": 9,
                        "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.b5219944-d378-4c4b-ae45-dd5f093c9d39",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                "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": 1131,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.149698414707504:br-ex-patch:1131",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "149698414707504:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "260163147459722: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.149698414707504:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "149698414707504:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92392128512,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5507
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 58
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.1e008626-6887-40a0-967d-8cf98796e3f6",
                        "service-priority": 9,
                        "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.1e008626-6887-40a0-967d-8cf98796e3f6",
                        "service-priority": 2,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1e008626-6887-40a0-967d-8cf98796e3f6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92358574080,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5505
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6559
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.48796303178259:br-ex-patch:1131",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "48796303178259:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.228722813034790:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "228722813034790: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": "11"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.7b99f334-3718-4a50-8797-2ad66ef51390",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "7b99f334-3718-4a50-8797-2ad66ef51390",
                "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": "13"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "228722813034790:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92408905728,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5508
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6564
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.48796303178259:br-ex-patch:1132",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "48796303178259:br-ex-patch:1132",
                "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.862e02e0-e825-4c09-930f-1ec5ed02c220",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "862e02e0-e825-4c09-930f-1ec5ed02c220",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92425682944,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5509
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 6566
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.48796303178259:br-ex-patch:1133",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "48796303178259:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "149698414707504:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            },
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 92425682944,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5509
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            }
                        ],
                        "service-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.55861a97-9d1c-45d0-a041-6b5aa089b946",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "55861a97-9d1c-45d0-a041-6b5aa089b946",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "24575e36-5636-4640-893c-c36cd3fd70e0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "149698414707504:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "454dc598-1929-4a4b-a5d5-6879ec5c974d",
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.287" starttime="20181020 15:08:22.283"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.287" starttime="20181020 15:08:22.201"></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="20181020 15:08:22.305" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.305" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.306" starttime="20181020 15:08:22.288"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.307" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":149698414707504,"tunnel-end-points":[{"ip-address":"192.0.2.5","tunnel-type":"odl-interface:tunnel-type-vxlan","portname":"","VLAN-ID":0,"subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"149698414707504::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":260163147459722,"tunnel-end-points":[{"ip-address":"192.0.2.18","tunnel-type":"odl-interface:tunnel-type-vxlan","portname":"","VLAN-ID":0,"subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"260163147459722::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":228722813034790,"tunnel-end-points":[{"ip-address":"192.0.2.6","tunnel-type":"odl-interface:tunnel-type-vxlan","portname":"","VLAN-ID":0,"subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"228722813034790::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":268318365241219,"tunnel-end-points":[{"ip-address":"192.0.2.25","tunnel-type":"odl-interface:tunnel-type-vxlan","portname":"","VLAN-ID":0,"subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"268318365241219::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]},{"DPN-ID":48796303178259,"tunnel-end-points":[{"ip-address":"192.0.2.14","tunnel-type":"odl-interface:tunnel-type-vxlan","portname":"","VLAN-ID":0,"subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"48796303178259::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181020 15:08:22.307" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.307" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 149698414707504,
                "tunnel-end-points": [
                    {
                        "VLAN-...</msg>
<status status="PASS" endtime="20181020 15:08:22.308" starttime="20181020 15:08:22.306"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.308" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 149698414707504,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "149698414707504::0",
                        "ip-address": "192.0.2.5",
                        "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": 260163147459722,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "260163147459722::0",
                        "ip-address": "192.0.2.18",
                        "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": 228722813034790,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "228722813034790::0",
                        "ip-address": "192.0.2.6",
                        "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": 268318365241219,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "268318365241219::0",
                        "ip-address": "192.0.2.25",
                        "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": 48796303178259,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "48796303178259::0",
                        "ip-address": "192.0.2.14",
                        "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="20181020 15:08:22.308" starttime="20181020 15:08:22.308"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.308" starttime="20181020 15:08:22.287"></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="20181020 15:08:22.319" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.319" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.319" starttime="20181020 15:08:22.309"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.321" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:22.321" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.321" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:22.321" starttime="20181020 15:08:22.320"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.322" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.322" starttime="20181020 15:08:22.322"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.322" starttime="20181020 15:08:22.309"></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="20181020 15:08:22.338" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.339" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.339" starttime="20181020 15:08:22.323"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.340" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:22.340" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.340" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:22.340" starttime="20181020 15:08:22.339"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.341" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.341" starttime="20181020 15:08:22.341"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.341" starttime="20181020 15:08:22.322"></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="20181020 15:08:22.363" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.364" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.364" starttime="20181020 15:08:22.342"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.366" level="INFO">To JSON using : content={"tunnel-list":{"internal-tunnel":[{"source-DPN":48796303178259,"destination-DPN":228722813034790,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunaf467906869"]},{"source-DPN":228722813034790,"destination-DPN":48796303178259,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunb9b6ece5224"]},{"source-DPN":260163147459722,"destination-DPN":149698414707504,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tund356ff49ce4"]},{"source-DPN":149698414707504,"destination-DPN":260163147459722,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun617d26e46a5"]},{"source-DPN":260163147459722,"destination-DPN":268318365241219,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun3429b91664d"]},{"source-DPN":268318365241219,"destination-DPN":260163147459722,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun7dd6c062707"]},{"source-DPN":48796303178259,"destination-DPN":149698414707504,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tund35867a1187"]},{"source-DPN":149698414707504,"destination-DPN":48796303178259,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun6de6aefe245"]},{"source-DPN":48796303178259,"destination-DPN":268318365241219,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tund8c3e0fcf05"]},{"source-DPN":268318365241219,"destination-DPN":48796303178259,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunfb23e7715ee"]},{"source-DPN":149698414707504,"destination-DPN":268318365241219,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunb3adfc3e977"]},{"source-DPN":268318365241219,"destination-DPN":149698414707504,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunb223582a781"]},{"source-DPN":228722813034790,"destination-DPN":268318365241219,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tuna8339e52304"]},{"source-DPN":268318365241219,"destination-DPN":228722813034790,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun23278d86c3d"]},{"source-DPN":228722813034790,"destination-DPN":149698414707504,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tuncd74734f6e0"]},{"source-DPN":149698414707504,"destination-DPN":228722813034790,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tund94e4440a70"]},{"source-DPN":48796303178259,"destination-DPN":260163147459722,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun5ef24485410"]},{"source-DPN":260163147459722,"destination-DPN":48796303178259,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tunfda004d5e48"]},{"source-DPN":228722813034790,"destination-DPN":260163147459722,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun1914722e5af"]},{"source-DPN":260163147459722,"destination-DPN":228722813034790,"transport-type":"odl-interface:tunnel-type-vxlan","tunnel-interface-names":["tun91356c17db2"]}]}} </msg>
<msg timestamp="20181020 15:08:22.366" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.366" level="INFO">${pretty_output} = {
    "tunnel-list": {
        "internal-tunnel": [
            {
                "destination-DPN": 228722813034790,
                "source-DPN": 48796303178259,
                "transport-type": "o...</msg>
<status status="PASS" endtime="20181020 15:08:22.367" starttime="20181020 15:08:22.364"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.367" level="INFO">{
    "tunnel-list": {
        "internal-tunnel": [
            {
                "destination-DPN": 228722813034790,
                "source-DPN": 48796303178259,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunaf467906869"
                ]
            },
            {
                "destination-DPN": 48796303178259,
                "source-DPN": 228722813034790,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunb9b6ece5224"
                ]
            },
            {
                "destination-DPN": 149698414707504,
                "source-DPN": 260163147459722,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tund356ff49ce4"
                ]
            },
            {
                "destination-DPN": 260163147459722,
                "source-DPN": 149698414707504,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun617d26e46a5"
                ]
            },
            {
                "destination-DPN": 268318365241219,
                "source-DPN": 260163147459722,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun3429b91664d"
                ]
            },
            {
                "destination-DPN": 260163147459722,
                "source-DPN": 268318365241219,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun7dd6c062707"
                ]
            },
            {
                "destination-DPN": 149698414707504,
                "source-DPN": 48796303178259,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tund35867a1187"
                ]
            },
            {
                "destination-DPN": 48796303178259,
                "source-DPN": 149698414707504,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun6de6aefe245"
                ]
            },
            {
                "destination-DPN": 268318365241219,
                "source-DPN": 48796303178259,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tund8c3e0fcf05"
                ]
            },
            {
                "destination-DPN": 48796303178259,
                "source-DPN": 268318365241219,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunfb23e7715ee"
                ]
            },
            {
                "destination-DPN": 268318365241219,
                "source-DPN": 149698414707504,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunb3adfc3e977"
                ]
            },
            {
                "destination-DPN": 149698414707504,
                "source-DPN": 268318365241219,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunb223582a781"
                ]
            },
            {
                "destination-DPN": 268318365241219,
                "source-DPN": 228722813034790,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tuna8339e52304"
                ]
            },
            {
                "destination-DPN": 228722813034790,
                "source-DPN": 268318365241219,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun23278d86c3d"
                ]
            },
            {
                "destination-DPN": 149698414707504,
                "source-DPN": 228722813034790,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tuncd74734f6e0"
                ]
            },
            {
                "destination-DPN": 228722813034790,
                "source-DPN": 149698414707504,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tund94e4440a70"
                ]
            },
            {
                "destination-DPN": 260163147459722,
                "source-DPN": 48796303178259,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun5ef24485410"
                ]
            },
            {
                "destination-DPN": 48796303178259,
                "source-DPN": 260163147459722,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tunfda004d5e48"
                ]
            },
            {
                "destination-DPN": 260163147459722,
                "source-DPN": 228722813034790,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun1914722e5af"
                ]
            },
            {
                "destination-DPN": 228722813034790,
                "source-DPN": 260163147459722,
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-names": [
                    "tun91356c17db2"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.367" starttime="20181020 15:08:22.367"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.367" starttime="20181020 15:08:22.341"></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="20181020 15:08:22.378" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.379" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.379" starttime="20181020 15:08:22.368"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.380" 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":268318365241219,"portname":"","ip-address":"192.0.2.25","weight":1,"option-of-tunnel":false},{"dpn-id":149698414707504,"portname":"","ip-address":"192.0.2.5","weight":1,"option-of-tunnel":false},{"dpn-id":48796303178259,"portname":"","ip-address":"192.0.2.14","option-of-tunnel":false},{"dpn-id":260163147459722,"portname":"","ip-address":"192.0.2.18","weight":1,"option-of-tunnel":false},{"dpn-id":228722813034790,"portname":"","ip-address":"192.0.2.6","weight":1,"option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181020 15:08:22.380" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.380" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181020 15:08:22.380" starttime="20181020 15:08:22.379"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.380" 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": 268318365241219,
                                "ip-address": "192.0.2.25",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 149698414707504,
                                "ip-address": "192.0.2.5",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 48796303178259,
                                "ip-address": "192.0.2.14",
                                "option-of-tunnel": false,
                                "portname": ""
                            },
                            {
                                "dpn-id": 260163147459722,
                                "ip-address": "192.0.2.18",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            },
                            {
                                "dpn-id": 228722813034790,
                                "ip-address": "192.0.2.6",
                                "option-of-tunnel": false,
                                "portname": "",
                                "weight": 1
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.381" starttime="20181020 15:08:22.380"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.381" starttime="20181020 15:08:22.368"></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="20181020 15:08:22.404" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.405" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.405" starttime="20181020 15:08:22.381"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.406" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181020 15:08:22.406" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.406" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.406" starttime="20181020 15:08:22.405"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.407" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.407" starttime="20181020 15:08:22.407"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.407" starttime="20181020 15:08:22.381"></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="20181020 15:08:22.427" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.427" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.427" starttime="20181020 15:08:22.408"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.428" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181020 15:08:22.428" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.428" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.428" starttime="20181020 15:08:22.428"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.429" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.429" starttime="20181020 15:08:22.429"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.429" starttime="20181020 15:08:22.407"></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="20181020 15:08:22.444" 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="20181020 15:08:22.444" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.444" starttime="20181020 15:08:22.429"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.448" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/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/1a746078-90f9-4624-b697-eb3f1c4dd471/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653"},{"target":"tcp:192.0.2.18:6653"},{"target":"tcp:192.0.2.6:6653"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"d0:05:ae:05:e1:26"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"},{"tp-id":"tuna8339e52304","ovsdb:options":[{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.25"},{"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":"tuna8339e52304"},{"tp-id":"tun1914722e5af","ovsdb:options":[{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.18"},{"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":"tun1914722e5af"},{"tp-id":"tunb9b6ece5224","ovsdb:options":[{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.14"},{"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":"tunb9b6ece5224"},{"tp-id":"tuncd74734f6e0","ovsdb:options":[{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.5"},{"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":"tuncd74734f6e0"}]},{"node-id":"ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653"},{"target":"tcp:192.0.2.18:6653"},{"target":"tcp:192.0.2.6:6653"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"ec:9d:f3:fc:ec:8a"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6']","termination-point":[{"tp-id":"tun3429b91664d","ovsdb:options":[{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.25"},{"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":"tun3429b91664d"},{"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":"tunfda004d5e48","ovsdb:options":[{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.14"},{"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":"tunfda004d5e48"},{"tp-id":"tun91356c17db2","ovsdb:options":[{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.6"},{"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":"tun91356c17db2"}]},{"node-id":"ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/091ce738-9116-4531-9a46-0fc4944dd228/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653"},{"target":"tcp:192.0.2.18:6653"},{"target":"tcp:192.0.2.6:6653"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"2c:61:46:51:3a:13"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228']","termination-point":[{"tp-id":"tund8c3e0fcf05","ovsdb:options":[{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.25"},{"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":"tund8c3e0fcf05"},{"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":"tunaf467906869","ovsdb:options":[{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.6"},{"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":"tunaf467906869"},{"tp-id":"tund35867a1187","ovsdb:options":[{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.5"},{"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":"tund35867a1187"},{"tp-id":"tun5ef24485410","ovsdb:options":[{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.18"},{"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":"tun5ef24485410"}]},{"node-id":"ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653"},{"target":"tcp:192.0.2.18:6653"},{"target":"tcp:192.0.2.6:6653"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"f4:08:bc:d8:cf:83"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"},{"tp-id":"tun7dd6c062707","ovsdb:options":[{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.18"},{"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":"tun7dd6c062707"},{"tp-id":"tunb223582a781","ovsdb:options":[{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.5"},{"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":"tunb223582a781"},{"tp-id":"tunfb23e7715ee","ovsdb:options":[{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.14"},{"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":"tunfb23e7715ee"},{"tp-id":"tun23278d86c3d","ovsdb:options":[{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.6"},{"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":"tun23278d86c3d"}]},{"node-id":"ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653"},{"target":"tcp:192.0.2.18:6653"},{"target":"tcp:192.0.2.6:6653"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"88:26:60:d5:03:30"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471']","termination-point":[{"tp-id":"tunb3adfc3e977","ovsdb:options":[{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.25"},{"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":"tunb3adfc3e977"},{"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":"tun6de6aefe245","ovsdb:options":[{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.14"},{"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":"tun6de6aefe245"},{"tp-id":"tun617d26e46a5","ovsdb:options":[{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.18"},{"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":"tun617d26e46a5"},{"tp-id":"tund94e4440a70","ovsdb:options":[{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.6"},{"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":"tund94e4440a70"}]}]}]} </msg>
<msg timestamp="20181020 15:08:22.448" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.449" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-ex",
                    "termination-...</msg>
<status status="PASS" endtime="20181020 15:08:22.449" starttime="20181020 15:08:22.445"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.450" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/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/1a746078-90f9-4624-b697-eb3f1c4dd471/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "d0:05:ae:05:e1:26"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "target": "tcp:192.0.2.6: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/c4115c0f-f4be-40ef-b005-f63c6a201c57']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "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": "tuna8339e52304",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tuna8339e52304"
                        },
                        {
                            "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": "tun1914722e5af",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun1914722e5af"
                        },
                        {
                            "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": "tunb9b6ece5224",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunb9b6ece5224"
                        },
                        {
                            "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": "tuncd74734f6e0",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tuncd74734f6e0"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "ec:9d:f3:fc:ec:8a"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "target": "tcp:192.0.2.6: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/f7d2b89c-71a6-4831-8e79-3394722493d6']",
                    "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": "tun3429b91664d",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun3429b91664d"
                        },
                        {
                            "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": "tunfda004d5e48",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunfda004d5e48"
                        },
                        {
                            "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": "tun91356c17db2",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun91356c17db2"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/091ce738-9116-4531-9a46-0fc4944dd228/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "2c:61:46:51:3a:13"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "target": "tcp:192.0.2.6: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/091ce738-9116-4531-9a46-0fc4944dd228']",
                    "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": "tund8c3e0fcf05",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tund8c3e0fcf05"
                        },
                        {
                            "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": "tunaf467906869",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunaf467906869"
                        },
                        {
                            "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": "tund35867a1187",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tund35867a1187"
                        },
                        {
                            "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": "tun5ef24485410",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun5ef24485410"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "f4:08:bc:d8:cf:83"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "target": "tcp:192.0.2.6: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/d2bd3eee-008f-41f1-a63f-2506ee81c223']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "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": "tun7dd6c062707",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun7dd6c062707"
                        },
                        {
                            "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": "tunb223582a781",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunb223582a781"
                        },
                        {
                            "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": "tunfb23e7715ee",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunfb23e7715ee"
                        },
                        {
                            "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": "tun23278d86c3d",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun23278d86c3d"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "88:26:60:d5:03:30"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "target": "tcp:192.0.2.6: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/1a746078-90f9-4624-b697-eb3f1c4dd471']",
                    "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": "tunb3adfc3e977",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tunb3adfc3e977"
                        },
                        {
                            "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": "tun6de6aefe245",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun6de6aefe245"
                        },
                        {
                            "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": "tun617d26e46a5",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tun617d26e46a5"
                        },
                        {
                            "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": "tund94e4440a70",
                            "ovsdb:options": [
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "key",
                                    "value": "flow"
                                }
                            ],
                            "tp-id": "tund94e4440a70"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181020 15:08:22.450" starttime="20181020 15:08:22.449"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.450" starttime="20181020 15:08:22.429"></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="20181020 15:08:22.473" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.474" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.474" starttime="20181020 15:08:22.451"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.477" 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":"0a041094-8665-4135-a8a1-bf3e4bd3167d","admin-state-up":true,"status":"ACTIVE","project-id":"30aba7c692df4eb5b35215cb70b9fae6","neutron-provider-ext:segmentation-id":"1131","neutron-provider-ext:physical-network":"datacentre","neutron-provider-ext:network-type":"neutron-networks:network-type-vlan","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_net_1"},{"uuid":"e210ae5d-68b7-480c-9497-ececfb37b318","admin-state-up":true,"status":"ACTIVE","project-id":"30aba7c692df4eb5b35215cb70b9fae6","neutron-provider-ext:segmentation-id":"1132","neutron-provider-ext:physical-network":"datacentre","neutron-provider-ext:network-type":"neutron-networks:network-type-vlan","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_net_4"},{"uuid":"474bcfc2-5b26-4928-8d4b-03238a3b136b","admin-state-up":true,"status":"ACTIVE","project-id":"30aba7c692df4eb5b35215cb70b9fae6","neutron-provider-ext:segmentation-id":"1133","neutron-provider-ext:physical-network":"datacentre","neutron-provider-ext:network-type":"neutron-networks:network-type-vlan","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_net_5"},{"uuid":"d22dcc92-dc35-463d-89ce-f523d606e1a6","admin-state-up":true,"status":"ACTIVE","project-id":"30aba7c692df4eb5b35215cb70b9fae6","neutron-provider-ext:segmentation-id":"78","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_net_3"},{"uuid":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","admin-state-up":true,"status":"ACTIVE","project-id":"30aba7c692df4eb5b35215cb70b9fae6","neutron-provider-ext:segmentation-id":"90","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_net_2"}]},"security-groups":{"security-group":[{"uuid":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","revision-number":1,"name":"default","project-id":"30aba7c692df4eb5b35215cb70b9fae6"},{"uuid":"4ae23966-383b-47d8-b460-32090333e3cb","tenant-id":"f3c18c38-fb5b-440d-86a1-f8e33c3e2e89","revision-number":1,"name":"default","project-id":"f3c18c38fb5b440d86a1f8e33c3e2e89"},{"uuid":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","revision-number":1,"name":"l3_sg","project-id":"30aba7c692df4eb5b35215cb70b9fae6"}]},"security-rules":{"security-rule":[{"uuid":"bc591cbe-854f-44fa-845c-68c3eb2e74c2","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","port-range-min":1,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"2e608dde-5628-4009-9851-44bec8b142c7","ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a"},{"uuid":"1ade15f6-67ba-47af-bb39-cbba7946a980","ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"b17b0178-d478-43d8-90bd-a17521a16de2","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","port-range-min":1,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"b0df72aa-f784-4a90-b37a-36e6b1dbd77c","remote-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a"},{"uuid":"f1b83667-434a-4c14-ba37-59a39dace3ca","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","port-range-min":1,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"409d1e2e-49bd-4558-889e-c94ecd121d6a","ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"},{"uuid":"66dfbfad-3e7f-4c01-b289-858b28faef82","ethertype":"neutron-constants:ethertype-v6","project-id":"f3c18c38fb5b440d86a1f8e33c3e2e89","tenant-id":"f3c18c38-fb5b-440d-86a1-f8e33c3e2e89","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4ae23966-383b-47d8-b460-32090333e3cb"},{"uuid":"a9faeddd-6897-4433-b74d-fd3057b7c88b","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","port-range-min":1,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"7dddab02-36ce-49ff-8438-860852628aa8","ethertype":"neutron-constants:ethertype-v6","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a"},{"uuid":"3dd95e3c-1c0d-4882-9bdf-eb210690aab0","ethertype":"neutron-constants:ethertype-v4","project-id":"f3c18c38fb5b440d86a1f8e33c3e2e89","tenant-id":"f3c18c38-fb5b-440d-86a1-f8e33c3e2e89","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4ae23966-383b-47d8-b460-32090333e3cb"},{"uuid":"f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba","remote-group-id":"4ae23966-383b-47d8-b460-32090333e3cb","ethertype":"neutron-constants:ethertype-v6","project-id":"f3c18c38fb5b440d86a1f8e33c3e2e89","tenant-id":"f3c18c38-fb5b-440d-86a1-f8e33c3e2e89","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"4ae23966-383b-47d8-b460-32090333e3cb"},{"uuid":"2014cade-2a4f-4311-ad6f-7e591564ae07","remote-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a","ethertype":"neutron-constants:ethertype-v6","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"3d599d2d-2011-4c3f-88e0-7290f0eba41a"},{"uuid":"6c5127b5-a34e-4476-ad34-27700a448840","remote-group-id":"4ae23966-383b-47d8-b460-32090333e3cb","ethertype":"neutron-constants:ethertype-v4","project-id":"f3c18c38fb5b440d86a1f8e33c3e2e89","tenant-id":"f3c18c38-fb5b-440d-86a1-f8e33c3e2e89","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"4ae23966-383b-47d8-b460-32090333e3cb"},{"uuid":"44b7bb50-3501-4ba0-8d46-003926656732","ethertype":"neutron-constants:ethertype-v4","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"4cdf6311-52bf-4af7-b15c-355c39c419d5","ethertype":"neutron-constants:ethertype-v6","project-id":"30aba7c692df4eb5b35215cb70b9fae6","tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"}]},"subnets":{"subnet":[{"uuid":"8e45d798-c7bf-4cbe-9c1e-d8948ad1943d","gateway-ip":"35.0.0.1","project-id":"30aba7c692df4eb5b35215cb70b9fae6","enable-dhcp":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"35.0.0.2","end":"35.0.0.254"}],"cidr":"35.0.0.0/24","network-id":"474bcfc2-5b26-4928-8d4b-03238a3b136b","name":"l3_sub_5"},{"uuid":"24f648d5-2617-425c-b3be-c00fc605a276","gateway-ip":"32.0.0.1","project-id":"30aba7c692df4eb5b35215cb70b9fae6","enable-dhcp":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"32.0.0.2","end":"32.0.0.254"}],"cidr":"32.0.0.0/24","network-id":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","name":"l3_sub_2"},{"uuid":"bfb21c58-27bc-4680-8411-9e51af7d8298","gateway-ip":"33.0.0.1","project-id":"30aba7c692df4eb5b35215cb70b9fae6","enable-dhcp":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"33.0.0.2","end":"33.0.0.254"}],"cidr":"33.0.0.0/24","network-id":"d22dcc92-dc35-463d-89ce-f523d606e1a6","name":"l3_sub_3"},{"uuid":"d032fe08-a837-425c-b1d9-a26270c7451e","gateway-ip":"34.0.0.1","project-id":"30aba7c692df4eb5b35215cb70b9fae6","enable-dhcp":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"34.0.0.2","end":"34.0.0.254"}],"cidr":"34.0.0.0/24","network-id":"e210ae5d-68b7-480c-9497-ececfb37b318","name":"l3_sub_4"},{"uuid":"beb4d1c4-ace0-4f73-a665-a974dde27662","gateway-ip":"31.0.0.1","project-id":"30aba7c692df4eb5b35215cb70b9fae6","enable-dhcp":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"31.0.0.2","end":"31.0.0.254"}],"cidr":"31.0.0.0/24","network-id":"0a041094-8665-4135-a8a1-bf3e4bd3167d","name":"l3_sub_1"}]},"ports":{"port":[{"uuid":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","fixed-ips":[{"ip-address":"33.0.0.19","subnet-id":"bfb21c58-27bc-4680-8411-9e51af7d8298"}],"device-id":"9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c","neutron-portsecurity:port-security-enabled":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:15:bd:dc","security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"admin-state-up":true,"network-id":"d22dcc92-dc35-463d-89ce-f523d606e1a6","name":""},{"uuid":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","fixed-ips":[{"ip-address":"33.0.0.3","subnet-id":"bfb21c58-27bc-4680-8411-9e51af7d8298"}],"device-id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d22dcc92-dc35-463d-89ce-f523d606e1a6","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:8e:51:30","admin-state-up":true,"network-id":"d22dcc92-dc35-463d-89ce-f523d606e1a6","name":""},{"uuid":"b5219944-d378-4c4b-ae45-dd5f093c9d39","fixed-ips":[{"ip-address":"33.0.0.5","subnet-id":"bfb21c58-27bc-4680-8411-9e51af7d8298"}],"device-id":"b147bfde-6c68-4e97-9f03-dbe6fa356adf","neutron-portsecurity:port-security-enabled":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:1c:db:04","security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"admin-state-up":true,"network-id":"d22dcc92-dc35-463d-89ce-f523d606e1a6","name":""},{"uuid":"7d42da05-3ca6-4e54-a192-b2bf0d462571","fixed-ips":[{"ip-address":"31.0.0.11","subnet-id":"beb4d1c4-ace0-4f73-a665-a974dde27662"}],"device-id":"4c63800d-f97e-4367-a2e7-7a670c856c6e","neutron-portsecurity:port-security-enabled":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:d3:36:a1","security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"admin-state-up":true,"network-id":"0a041094-8665-4135-a8a1-bf3e4bd3167d","name":""},{"uuid":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","fixed-ips":[{"ip-address":"31.0.0.3","subnet-id":"beb4d1c4-ace0-4f73-a665-a974dde27662"}],"device-id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0a041094-8665-4135-a8a1-bf3e4bd3167d","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:94:d8:6e","admin-state-up":true,"network-id":"0a041094-8665-4135-a8a1-bf3e4bd3167d","name":""},{"uuid":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","fixed-ips":[{"ip-address":"32.0.0.15","subnet-id":"24f648d5-2617-425c-b3be-c00fc605a276"}],"device-id":"87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a","neutron-portsecurity:port-security-enabled":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:d6:31:12","security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"admin-state-up":true,"network-id":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","name":""},{"uuid":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","fixed-ips":[{"ip-address":"35.0.0.3","subnet-id":"8e45d798-c7bf-4cbe-9c1e-d8948ad1943d"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-474bcfc2-5b26-4928-8d4b-03238a3b136b","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:cf:a2:aa","admin-state-up":true,"network-id":"474bcfc2-5b26-4928-8d4b-03238a3b136b","name":""},{"uuid":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","fixed-ips":[{"ip-address":"31.0.0.2","subnet-id":"beb4d1c4-ace0-4f73-a665-a974dde27662"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0a041094-8665-4135-a8a1-bf3e4bd3167d","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:95:bc:ea","admin-state-up":true,"network-id":"0a041094-8665-4135-a8a1-bf3e4bd3167d","name":""},{"uuid":"7b99f334-3718-4a50-8797-2ad66ef51390","fixed-ips":[{"ip-address":"35.0.0.4","subnet-id":"8e45d798-c7bf-4cbe-9c1e-d8948ad1943d"}],"device-id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-474bcfc2-5b26-4928-8d4b-03238a3b136b","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:cc:4b:ac","admin-state-up":true,"network-id":"474bcfc2-5b26-4928-8d4b-03238a3b136b","name":""},{"uuid":"e9366b0b-8e60-4a86-a972-9a513d34b838","fixed-ips":[{"ip-address":"32.0.0.7","subnet-id":"24f648d5-2617-425c-b3be-c00fc605a276"}],"device-id":"7411f999-58ee-46fc-8b0e-fed1d9290e77","neutron-portsecurity:port-security-enabled":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:9b:8a:3c","security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"admin-state-up":true,"network-id":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","name":""},{"uuid":"a8d57385-944d-4b60-998e-9c2d77e16163","fixed-ips":[{"ip-address":"32.0.0.4","subnet-id":"24f648d5-2617-425c-b3be-c00fc605a276"}],"device-id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:79:1e:fe","admin-state-up":true,"network-id":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","name":""},{"uuid":"e47cd172-b806-409b-9f16-a636512d81b3","fixed-ips":[{"ip-address":"32.0.0.3","subnet-id":"24f648d5-2617-425c-b3be-c00fc605a276"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:e0:63:97","admin-state-up":true,"network-id":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","name":""},{"uuid":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","fixed-ips":[{"ip-address":"33.0.0.2","subnet-id":"bfb21c58-27bc-4680-8411-9e51af7d8298"}],"device-id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d22dcc92-dc35-463d-89ce-f523d606e1a6","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:96:56:45","admin-state-up":true,"network-id":"d22dcc92-dc35-463d-89ce-f523d606e1a6","name":""},{"uuid":"55861a97-9d1c-45d0-a041-6b5aa089b946","fixed-ips":[{"ip-address":"35.0.0.2","subnet-id":"8e45d798-c7bf-4cbe-9c1e-d8948ad1943d"}],"device-id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-474bcfc2-5b26-4928-8d4b-03238a3b136b","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:23:92:6d","admin-state-up":true,"network-id":"474bcfc2-5b26-4928-8d4b-03238a3b136b","name":""},{"uuid":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","fixed-ips":[{"ip-address":"34.0.0.2","subnet-id":"d032fe08-a837-425c-b1d9-a26270c7451e"}],"device-id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e210ae5d-68b7-480c-9497-ececfb37b318","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:9e:c1:3a","admin-state-up":true,"network-id":"e210ae5d-68b7-480c-9497-ececfb37b318","name":""},{"uuid":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","fixed-ips":[{"ip-address":"32.0.0.10","subnet-id":"24f648d5-2617-425c-b3be-c00fc605a276"}],"device-id":"1a0e3eed-4e65-4506-86dd-ed491c107464","neutron-portsecurity:port-security-enabled":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:81:f5:2b","security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"admin-state-up":true,"network-id":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","name":""},{"uuid":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","fixed-ips":[{"ip-address":"34.0.0.3","subnet-id":"d032fe08-a837-425c-b1d9-a26270c7451e"}],"device-id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e210ae5d-68b7-480c-9497-ececfb37b318","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:9f:d4:6b","admin-state-up":true,"network-id":"e210ae5d-68b7-480c-9497-ececfb37b318","name":""},{"uuid":"a4117f7f-74f7-484e-8f5b-c727417edcdd","fixed-ips":[{"ip-address":"31.0.0.4","subnet-id":"beb4d1c4-ace0-4f73-a665-a974dde27662"}],"device-id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0a041094-8665-4135-a8a1-bf3e4bd3167d","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:f6:d2:83","admin-state-up":true,"network-id":"0a041094-8665-4135-a8a1-bf3e4bd3167d","name":""},{"uuid":"862e02e0-e825-4c09-930f-1ec5ed02c220","fixed-ips":[{"ip-address":"32.0.0.2","subnet-id":"24f648d5-2617-425c-b3be-c00fc605a276"}],"device-id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:bc:e0:55","admin-state-up":true,"network-id":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","name":""},{"uuid":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","fixed-ips":[{"ip-address":"34.0.0.4","subnet-id":"d032fe08-a837-425c-b1d9-a26270c7451e"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e210ae5d-68b7-480c-9497-ececfb37b318","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:fe:34:38","admin-state-up":true,"network-id":"e210ae5d-68b7-480c-9497-ececfb37b318","name":""},{"uuid":"1e008626-6887-40a0-967d-8cf98796e3f6","fixed-ips":[{"ip-address":"33.0.0.18","subnet-id":"bfb21c58-27bc-4680-8411-9e51af7d8298"}],"device-id":"cd8fb03e-90f6-4c2f-adb8-8c920aee87f1","neutron-portsecurity:port-security-enabled":true,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:cc:d1:50","security-groups":["954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"],"admin-state-up":true,"network-id":"d22dcc92-dc35-463d-89ce-f523d606e1a6","name":""},{"uuid":"b51114c1-a615-4f35-826d-5c87207daef6","fixed-ips":[{"ip-address":"33.0.0.4","subnet-id":"bfb21c58-27bc-4680-8411-9e51af7d8298"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d22dcc92-dc35-463d-89ce-f523d606e1a6","neutron-portsecurity:port-security-enabled":false,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","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:fb:cd:eb","admin-state-up":true,"network-id":"d22dcc92-dc35-463d-89ce-f523d606e1a6","name":""}]}}} </msg>
<msg timestamp="20181020 15:08:22.478" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.478" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181020 15:08:22.478" starttime="20181020 15:08:22.474"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.479" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vlan",
                    "neutron-provider-ext:physical-network": "datacentre",
                    "neutron-provider-ext:segmentation-id": "1131",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "0a041094-8665-4135-a8a1-bf3e4bd3167d"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_net_4",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vlan",
                    "neutron-provider-ext:physical-network": "datacentre",
                    "neutron-provider-ext:segmentation-id": "1132",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "e210ae5d-68b7-480c-9497-ececfb37b318"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_net_5",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vlan",
                    "neutron-provider-ext:physical-network": "datacentre",
                    "neutron-provider-ext:segmentation-id": "1133",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "474bcfc2-5b26-4928-8d4b-03238a3b136b"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_net_3",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "78",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "d22dcc92-dc35-463d-89ce-f523d606e1a6"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_net_2",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "90",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "33.0.0.19",
                            "subnet-id": "bfb21c58-27bc-4680-8411-9e51af7d8298"
                        }
                    ],
                    "mac-address": "fa:16:3e:15:bd:dc",
                    "name": "",
                    "network-id": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                    "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": [
                        "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                    ],
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d22dcc92-dc35-463d-89ce-f523d606e1a6",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "33.0.0.3",
                            "subnet-id": "bfb21c58-27bc-4680-8411-9e51af7d8298"
                        }
                    ],
                    "mac-address": "fa:16:3e:8e:51:30",
                    "name": "",
                    "network-id": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "77f7b64b-7f83-4283-a130-1209f9f8cf3f"
                },
                {
                    "admin-state-up": true,
                    "device-id": "b147bfde-6c68-4e97-9f03-dbe6fa356adf",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "33.0.0.5",
                            "subnet-id": "bfb21c58-27bc-4680-8411-9e51af7d8298"
                        }
                    ],
                    "mac-address": "fa:16:3e:1c:db:04",
                    "name": "",
                    "network-id": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                    "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": [
                        "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                    ],
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "b5219944-d378-4c4b-ae45-dd5f093c9d39"
                },
                {
                    "admin-state-up": true,
                    "device-id": "4c63800d-f97e-4367-a2e7-7a670c856c6e",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "31.0.0.11",
                            "subnet-id": "beb4d1c4-ace0-4f73-a665-a974dde27662"
                        }
                    ],
                    "mac-address": "fa:16:3e:d3:36:a1",
                    "name": "",
                    "network-id": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                    "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": [
                        "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                    ],
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "7d42da05-3ca6-4e54-a192-b2bf0d462571"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0a041094-8665-4135-a8a1-bf3e4bd3167d",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "31.0.0.3",
                            "subnet-id": "beb4d1c4-ace0-4f73-a665-a974dde27662"
                        }
                    ],
                    "mac-address": "fa:16:3e:94:d8:6e",
                    "name": "",
                    "network-id": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb"
                },
                {
                    "admin-state-up": true,
                    "device-id": "87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "32.0.0.15",
                            "subnet-id": "24f648d5-2617-425c-b3be-c00fc605a276"
                        }
                    ],
                    "mac-address": "fa:16:3e:d6:31:12",
                    "name": "",
                    "network-id": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                    "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": [
                        "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                    ],
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-474bcfc2-5b26-4928-8d4b-03238a3b136b",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "35.0.0.3",
                            "subnet-id": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d"
                        }
                    ],
                    "mac-address": "fa:16:3e:cf:a2:aa",
                    "name": "",
                    "network-id": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0a041094-8665-4135-a8a1-bf3e4bd3167d",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "31.0.0.2",
                            "subnet-id": "beb4d1c4-ace0-4f73-a665-a974dde27662"
                        }
                    ],
                    "mac-address": "fa:16:3e:95:bc:ea",
                    "name": "",
                    "network-id": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "6c9c1105-3940-42ee-9d2f-024d720f8ec6"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-474bcfc2-5b26-4928-8d4b-03238a3b136b",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "35.0.0.4",
                            "subnet-id": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d"
                        }
                    ],
                    "mac-address": "fa:16:3e:cc:4b:ac",
                    "name": "",
                    "network-id": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "7b99f334-3718-4a50-8797-2ad66ef51390"
                },
                {
                    "admin-state-up": true,
                    "device-id": "7411f999-58ee-46fc-8b0e-fed1d9290e77",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "32.0.0.7",
                            "subnet-id": "24f648d5-2617-425c-b3be-c00fc605a276"
                        }
                    ],
                    "mac-address": "fa:16:3e:9b:8a:3c",
                    "name": "",
                    "network-id": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                    "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": [
                        "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                    ],
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "e9366b0b-8e60-4a86-a972-9a513d34b838"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "32.0.0.4",
                            "subnet-id": "24f648d5-2617-425c-b3be-c00fc605a276"
                        }
                    ],
                    "mac-address": "fa:16:3e:79:1e:fe",
                    "name": "",
                    "network-id": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "a8d57385-944d-4b60-998e-9c2d77e16163"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "32.0.0.3",
                            "subnet-id": "24f648d5-2617-425c-b3be-c00fc605a276"
                        }
                    ],
                    "mac-address": "fa:16:3e:e0:63:97",
                    "name": "",
                    "network-id": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "e47cd172-b806-409b-9f16-a636512d81b3"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d22dcc92-dc35-463d-89ce-f523d606e1a6",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "33.0.0.2",
                            "subnet-id": "bfb21c58-27bc-4680-8411-9e51af7d8298"
                        }
                    ],
                    "mac-address": "fa:16:3e:96:56:45",
                    "name": "",
                    "network-id": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "3c81f15e-ad31-4e55-88a1-1e576753d7ca"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-474bcfc2-5b26-4928-8d4b-03238a3b136b",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "35.0.0.2",
                            "subnet-id": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d"
                        }
                    ],
                    "mac-address": "fa:16:3e:23:92:6d",
                    "name": "",
                    "network-id": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "55861a97-9d1c-45d0-a041-6b5aa089b946"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e210ae5d-68b7-480c-9497-ececfb37b318",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "34.0.0.2",
                            "subnet-id": "d032fe08-a837-425c-b1d9-a26270c7451e"
                        }
                    ],
                    "mac-address": "fa:16:3e:9e:c1:3a",
                    "name": "",
                    "network-id": "e210ae5d-68b7-480c-9497-ececfb37b318",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4"
                },
                {
                    "admin-state-up": true,
                    "device-id": "1a0e3eed-4e65-4506-86dd-ed491c107464",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "32.0.0.10",
                            "subnet-id": "24f648d5-2617-425c-b3be-c00fc605a276"
                        }
                    ],
                    "mac-address": "fa:16:3e:81:f5:2b",
                    "name": "",
                    "network-id": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                    "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": [
                        "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                    ],
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "8ee548c5-a04d-4eef-bb99-5d2640865f7a"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e210ae5d-68b7-480c-9497-ececfb37b318",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "34.0.0.3",
                            "subnet-id": "d032fe08-a837-425c-b1d9-a26270c7451e"
                        }
                    ],
                    "mac-address": "fa:16:3e:9f:d4:6b",
                    "name": "",
                    "network-id": "e210ae5d-68b7-480c-9497-ececfb37b318",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0a041094-8665-4135-a8a1-bf3e4bd3167d",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "31.0.0.4",
                            "subnet-id": "beb4d1c4-ace0-4f73-a665-a974dde27662"
                        }
                    ],
                    "mac-address": "fa:16:3e:f6:d2:83",
                    "name": "",
                    "network-id": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "a4117f7f-74f7-484e-8f5b-c727417edcdd"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "32.0.0.2",
                            "subnet-id": "24f648d5-2617-425c-b3be-c00fc605a276"
                        }
                    ],
                    "mac-address": "fa:16:3e:bc:e0:55",
                    "name": "",
                    "network-id": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "862e02e0-e825-4c09-930f-1ec5ed02c220"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e210ae5d-68b7-480c-9497-ececfb37b318",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "34.0.0.4",
                            "subnet-id": "d032fe08-a837-425c-b1d9-a26270c7451e"
                        }
                    ],
                    "mac-address": "fa:16:3e:fe:34:38",
                    "name": "",
                    "network-id": "e210ae5d-68b7-480c-9497-ececfb37b318",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "4daf7e24-dbed-407f-abdc-43dde77dfcd7"
                },
                {
                    "admin-state-up": true,
                    "device-id": "cd8fb03e-90f6-4c2f-adb8-8c920aee87f1",
                    "device-owner": "compute:nova",
                    "fixed-ips": [
                        {
                            "ip-address": "33.0.0.18",
                            "subnet-id": "bfb21c58-27bc-4680-8411-9e51af7d8298"
                        }
                    ],
                    "mac-address": "fa:16:3e:cc:d1:50",
                    "name": "",
                    "network-id": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                    "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": [
                        "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                    ],
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "1e008626-6887-40a0-967d-8cf98796e3f6"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d22dcc92-dc35-463d-89ce-f523d606e1a6",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "33.0.0.4",
                            "subnet-id": "bfb21c58-27bc-4680-8411-9e51af7d8298"
                        }
                    ],
                    "mac-address": "fa:16:3e:fb:cd:eb",
                    "name": "",
                    "network-id": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                    "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": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "b51114c1-a615-4f35-826d-5c87207daef6"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "3d599d2d-2011-4c3f-88e0-7290f0eba41a"
                },
                {
                    "name": "default",
                    "project-id": "f3c18c38fb5b440d86a1f8e33c3e2e89",
                    "revision-number": 1,
                    "tenant-id": "f3c18c38-fb5b-440d-86a1-f8e33c3e2e89",
                    "uuid": "4ae23966-383b-47d8-b460-32090333e3cb"
                },
                {
                    "name": "l3_sg",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 1,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "bc591cbe-854f-44fa-845c-68c3eb2e74c2"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "security-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "2e608dde-5628-4009-9851-44bec8b142c7"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "1ade15f6-67ba-47af-bb39-cbba7946a980"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "b17b0178-d478-43d8-90bd-a17521a16de2"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "remote-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "revision-number": 0,
                    "security-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "b0df72aa-f784-4a90-b37a-36e6b1dbd77c"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "f1b83667-434a-4c14-ba37-59a39dace3ca"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "security-group-id": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "409d1e2e-49bd-4558-889e-c94ecd121d6a"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "f3c18c38fb5b440d86a1f8e33c3e2e89",
                    "revision-number": 0,
                    "security-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "tenant-id": "f3c18c38-fb5b-440d-86a1-f8e33c3e2e89",
                    "uuid": "66dfbfad-3e7f-4c01-b289-858b28faef82"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "a9faeddd-6897-4433-b74d-fd3057b7c88b"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "security-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "7dddab02-36ce-49ff-8438-860852628aa8"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "f3c18c38fb5b440d86a1f8e33c3e2e89",
                    "revision-number": 0,
                    "security-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "tenant-id": "f3c18c38-fb5b-440d-86a1-f8e33c3e2e89",
                    "uuid": "3dd95e3c-1c0d-4882-9bdf-eb210690aab0"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "f3c18c38fb5b440d86a1f8e33c3e2e89",
                    "remote-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "revision-number": 0,
                    "security-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "tenant-id": "f3c18c38-fb5b-440d-86a1-f8e33c3e2e89",
                    "uuid": "f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "remote-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "revision-number": 0,
                    "security-group-id": "3d599d2d-2011-4c3f-88e0-7290f0eba41a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "2014cade-2a4f-4311-ad6f-7e591564ae07"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "f3c18c38fb5b440d86a1f8e33c3e2e89",
                    "remote-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "revision-number": 0,
                    "security-group-id": "4ae23966-383b-47d8-b460-32090333e3cb",
                    "tenant-id": "f3c18c38-fb5b-440d-86a1-f8e33c3e2e89",
                    "uuid": "6c5127b5-a34e-4476-ad34-27700a448840"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "44b7bb50-3501-4ba0-8d46-003926656732"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "security-group-id": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a",
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "4cdf6311-52bf-4af7-b15c-355c39c419d5"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "35.0.0.254",
                            "start": "35.0.0.2"
                        }
                    ],
                    "cidr": "35.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "35.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_sub_5",
                    "network-id": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "32.0.0.254",
                            "start": "32.0.0.2"
                        }
                    ],
                    "cidr": "32.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "32.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_sub_2",
                    "network-id": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "24f648d5-2617-425c-b3be-c00fc605a276"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "33.0.0.254",
                            "start": "33.0.0.2"
                        }
                    ],
                    "cidr": "33.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "33.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_sub_3",
                    "network-id": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "bfb21c58-27bc-4680-8411-9e51af7d8298"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "34.0.0.254",
                            "start": "34.0.0.2"
                        }
                    ],
                    "cidr": "34.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "34.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_sub_4",
                    "network-id": "e210ae5d-68b7-480c-9497-ececfb37b318",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "d032fe08-a837-425c-b1d9-a26270c7451e"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "31.0.0.254",
                            "start": "31.0.0.2"
                        }
                    ],
                    "cidr": "31.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "31.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_sub_1",
                    "network-id": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                    "project-id": "30aba7c692df4eb5b35215cb70b9fae6",
                    "revision-number": 0,
                    "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6",
                    "uuid": "beb4d1c4-ace0-4f73-a665-a974dde27662"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.479" starttime="20181020 15:08:22.478"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.479" starttime="20181020 15:08:22.451"></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="20181020 15:08:22.504" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.504" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.504" starttime="20181020 15:08:22.479"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.505" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","subnet-id-list":["24f648d5-2617-425c-b3be-c00fc605a276"]},{"network-id":"0a041094-8665-4135-a8a1-bf3e4bd3167d","subnet-id-list":["beb4d1c4-ace0-4f73-a665-a974dde27662"]},{"network-id":"e210ae5d-68b7-480c-9497-ececfb37b318","subnet-id-list":["d032fe08-a837-425c-b1d9-a26270c7451e"]},{"network-id":"d22dcc92-dc35-463d-89ce-f523d606e1a6","subnet-id-list":["bfb21c58-27bc-4680-8411-9e51af7d8298"]},{"network-id":"474bcfc2-5b26-4928-8d4b-03238a3b136b","subnet-id-list":["8e45d798-c7bf-4cbe-9c1e-d8948ad1943d"]}]}} </msg>
<msg timestamp="20181020 15:08:22.505" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.505" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "subnet-id-list": [
                    "24f648d5-261...</msg>
<status status="PASS" endtime="20181020 15:08:22.505" starttime="20181020 15:08:22.504"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.506" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "subnet-id-list": [
                    "24f648d5-2617-425c-b3be-c00fc605a276"
                ]
            },
            {
                "network-id": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "subnet-id-list": [
                    "beb4d1c4-ace0-4f73-a665-a974dde27662"
                ]
            },
            {
                "network-id": "e210ae5d-68b7-480c-9497-ececfb37b318",
                "subnet-id-list": [
                    "d032fe08-a837-425c-b1d9-a26270c7451e"
                ]
            },
            {
                "network-id": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "subnet-id-list": [
                    "bfb21c58-27bc-4680-8411-9e51af7d8298"
                ]
            },
            {
                "network-id": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                "subnet-id-list": [
                    "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.506" starttime="20181020 15:08:22.506"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.506" starttime="20181020 15:08:22.479"></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="20181020 15:08:22.513" 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="20181020 15:08:22.514" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.514" starttime="20181020 15:08:22.506"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.515" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:22.515" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.515" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:22.515" starttime="20181020 15:08:22.514"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.515" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.515" starttime="20181020 15:08:22.515"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.515" starttime="20181020 15:08:22.506"></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="20181020 15:08:22.534" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.534" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.534" starttime="20181020 15:08:22.516"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.535" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:22.535" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.535" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:22.535" starttime="20181020 15:08:22.535"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.536" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.536" starttime="20181020 15:08:22.536"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.536" starttime="20181020 15:08:22.516"></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="20181020 15:08:22.545" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.545" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.545" starttime="20181020 15:08:22.536"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.546" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"8e45d798-c7bf-4cbe-9c1e-d8948ad1943d","network-type":"VLAN","port-list":["a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","55861a97-9d1c-45d0-a041-6b5aa089b946","7b99f334-3718-4a50-8797-2ad66ef51390"],"segmentation-id":1133,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","network-id":"474bcfc2-5b26-4928-8d4b-03238a3b136b","subnet-ip":"35.0.0.0/24"},{"id":"beb4d1c4-ace0-4f73-a665-a974dde27662","network-type":"VLAN","port-list":["6c9c1105-3940-42ee-9d2f-024d720f8ec6","4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","a4117f7f-74f7-484e-8f5b-c727417edcdd","7d42da05-3ca6-4e54-a192-b2bf0d462571"],"segmentation-id":1131,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","network-id":"0a041094-8665-4135-a8a1-bf3e4bd3167d","subnet-ip":"31.0.0.0/24"},{"id":"bfb21c58-27bc-4680-8411-9e51af7d8298","network-type":"VXLAN","port-list":["3c81f15e-ad31-4e55-88a1-1e576753d7ca","77f7b64b-7f83-4283-a130-1209f9f8cf3f","60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","b51114c1-a615-4f35-826d-5c87207daef6","b5219944-d378-4c4b-ae45-dd5f093c9d39","1e008626-6887-40a0-967d-8cf98796e3f6"],"segmentation-id":78,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","network-id":"d22dcc92-dc35-463d-89ce-f523d606e1a6","subnet-ip":"33.0.0.0/24"},{"id":"d032fe08-a837-425c-b1d9-a26270c7451e","network-type":"VLAN","port-list":["7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","9acc8ca5-a950-463a-af6b-2ef547c8b2b4","4daf7e24-dbed-407f-abdc-43dde77dfcd7"],"segmentation-id":1132,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","network-id":"e210ae5d-68b7-480c-9497-ececfb37b318","subnet-ip":"34.0.0.0/24"},{"id":"24f648d5-2617-425c-b3be-c00fc605a276","network-type":"VXLAN","port-list":["a8d57385-944d-4b60-998e-9c2d77e16163","e47cd172-b806-409b-9f16-a636512d81b3","e9366b0b-8e60-4a86-a972-9a513d34b838","28de207b-d7a8-4cf8-b7e2-bf182b64fef8","862e02e0-e825-4c09-930f-1ec5ed02c220","8ee548c5-a04d-4eef-bb99-5d2640865f7a"],"segmentation-id":90,"tenant-id":"30aba7c6-92df-4eb5-b352-15cb70b9fae6","network-id":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","subnet-ip":"32.0.0.0/24"}]}} </msg>
<msg timestamp="20181020 15:08:22.546" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.546" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d",
                "network-id": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
         ...</msg>
<status status="PASS" endtime="20181020 15:08:22.546" starttime="20181020 15:08:22.545"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.547" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d",
                "network-id": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                "network-type": "VLAN",
                "port-list": [
                    "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                    "55861a97-9d1c-45d0-a041-6b5aa089b946",
                    "7b99f334-3718-4a50-8797-2ad66ef51390"
                ],
                "segmentation-id": 1133,
                "subnet-ip": "35.0.0.0/24",
                "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6"
            },
            {
                "id": "beb4d1c4-ace0-4f73-a665-a974dde27662",
                "network-id": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "network-type": "VLAN",
                "port-list": [
                    "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                    "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                    "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                    "7d42da05-3ca6-4e54-a192-b2bf0d462571"
                ],
                "segmentation-id": 1131,
                "subnet-ip": "31.0.0.0/24",
                "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6"
            },
            {
                "id": "bfb21c58-27bc-4680-8411-9e51af7d8298",
                "network-id": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "network-type": "VXLAN",
                "port-list": [
                    "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                    "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                    "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                    "b51114c1-a615-4f35-826d-5c87207daef6",
                    "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                    "1e008626-6887-40a0-967d-8cf98796e3f6"
                ],
                "segmentation-id": 78,
                "subnet-ip": "33.0.0.0/24",
                "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6"
            },
            {
                "id": "d032fe08-a837-425c-b1d9-a26270c7451e",
                "network-id": "e210ae5d-68b7-480c-9497-ececfb37b318",
                "network-type": "VLAN",
                "port-list": [
                    "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                    "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                    "4daf7e24-dbed-407f-abdc-43dde77dfcd7"
                ],
                "segmentation-id": 1132,
                "subnet-ip": "34.0.0.0/24",
                "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6"
            },
            {
                "id": "24f648d5-2617-425c-b3be-c00fc605a276",
                "network-id": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "network-type": "VXLAN",
                "port-list": [
                    "a8d57385-944d-4b60-998e-9c2d77e16163",
                    "e47cd172-b806-409b-9f16-a636512d81b3",
                    "e9366b0b-8e60-4a86-a972-9a513d34b838",
                    "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                    "862e02e0-e825-4c09-930f-1ec5ed02c220",
                    "8ee548c5-a04d-4eef-bb99-5d2640865f7a"
                ],
                "segmentation-id": 90,
                "subnet-ip": "32.0.0.0/24",
                "tenant-id": "30aba7c6-92df-4eb5-b352-15cb70b9fae6"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.547" starttime="20181020 15:08:22.547"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.547" starttime="20181020 15:08:22.536"></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="20181020 15:08:22.552" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.552" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.552" starttime="20181020 15:08:22.547"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.553" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181020 15:08:22.553" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.553" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.553" starttime="20181020 15:08:22.552"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.553" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.553" starttime="20181020 15:08:22.553"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.553" starttime="20181020 15:08:22.547"></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="20181020 15:08:22.564" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.564" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.564" starttime="20181020 15:08:22.554"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.565" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181020 15:08:22.565" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.565" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.565" starttime="20181020 15:08:22.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="20181020 15:08:22.566" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.566" starttime="20181020 15:08:22.565"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.566" starttime="20181020 15:08:22.553"></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="20181020 15:08:22.576" 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="20181020 15:08:22.576" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.576" starttime="20181020 15:08:22.566"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.577" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"48796303178259:br-ex-patch","interface-child-entry":[{"child-interface":"48796303178259:br-ex-patch:trunk"}]},{"parent-interface":"tap6c9c1105-39","interface-child-entry":[{"child-interface":"6c9c1105-3940-42ee-9d2f-024d720f8ec6"}]},{"parent-interface":"tapb5219944-d3","interface-child-entry":[{"child-interface":"b5219944-d378-4c4b-ae45-dd5f093c9d39"}]},{"parent-interface":"tap60a06347-c4","interface-child-entry":[{"child-interface":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"}]},{"parent-interface":"260163147459722:br-ex-patch","interface-child-entry":[{"child-interface":"260163147459722:br-ex-patch:trunk"}]},{"parent-interface":"tap28de207b-d7","interface-child-entry":[{"child-interface":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8"}]},{"parent-interface":"tape47cd172-b8","interface-child-entry":[{"child-interface":"e47cd172-b806-409b-9f16-a636512d81b3"}]},{"parent-interface":"tap8ee548c5-a0","interface-child-entry":[{"child-interface":"8ee548c5-a04d-4eef-bb99-5d2640865f7a"}]},{"parent-interface":"tap862e02e0-e8","interface-child-entry":[{"child-interface":"862e02e0-e825-4c09-930f-1ec5ed02c220"}]},{"parent-interface":"48796303178259:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"48796303178259:br-ex-patch:1131"},{"child-interface":"48796303178259:br-ex-patch:1133"},{"child-interface":"48796303178259:br-ex-patch:1132"}]},{"parent-interface":"tap3c81f15e-ad","interface-child-entry":[{"child-interface":"3c81f15e-ad31-4e55-88a1-1e576753d7ca"}]},{"parent-interface":"tapb51114c1-a6","interface-child-entry":[{"child-interface":"b51114c1-a615-4f35-826d-5c87207daef6"}]},{"parent-interface":"tap7b99f334-37","interface-child-entry":[{"child-interface":"7b99f334-3718-4a50-8797-2ad66ef51390"}]},{"parent-interface":"tapa4117f7f-74","interface-child-entry":[{"child-interface":"a4117f7f-74f7-484e-8f5b-c727417edcdd"}]},{"parent-interface":"tap7f4d4f99-5b","interface-child-entry":[{"child-interface":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e"}]},{"parent-interface":"tape9366b0b-8e","interface-child-entry":[{"child-interface":"e9366b0b-8e60-4a86-a972-9a513d34b838"}]},{"parent-interface":"tap4daf7e24-db","interface-child-entry":[{"child-interface":"4daf7e24-dbed-407f-abdc-43dde77dfcd7"}]},{"parent-interface":"tapa2267a01-8d","interface-child-entry":[{"child-interface":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c"}]},{"parent-interface":"149698414707504:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"149698414707504:br-ex-patch:1131"}]},{"parent-interface":"149698414707504:br-ex-patch","interface-child-entry":[{"child-interface":"149698414707504:br-ex-patch:trunk"}]},{"parent-interface":"tap4dd172a6-55","interface-child-entry":[{"child-interface":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb"}]},{"parent-interface":"tapa8d57385-94","interface-child-entry":[{"child-interface":"a8d57385-944d-4b60-998e-9c2d77e16163"}]},{"parent-interface":"tap7d42da05-3c","interface-child-entry":[{"child-interface":"7d42da05-3ca6-4e54-a192-b2bf0d462571"}]},{"parent-interface":"tap77f7b64b-7f","interface-child-entry":[{"child-interface":"77f7b64b-7f83-4283-a130-1209f9f8cf3f"}]},{"parent-interface":"228722813034790:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"228722813034790:br-ex-patch:1133"},{"child-interface":"228722813034790:br-ex-patch:1132"},{"child-interface":"228722813034790:br-ex-patch:1131"}]},{"parent-interface":"260163147459722:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"260163147459722:br-ex-patch:1133"},{"child-interface":"260163147459722:br-ex-patch:1131"},{"child-interface":"260163147459722:br-ex-patch:1132"}]},{"parent-interface":"tap55861a97-9d","interface-child-entry":[{"child-interface":"55861a97-9d1c-45d0-a041-6b5aa089b946"}]},{"parent-interface":"228722813034790:br-ex-patch","interface-child-entry":[{"child-interface":"228722813034790:br-ex-patch:trunk"}]},{"parent-interface":"tap9acc8ca5-a9","interface-child-entry":[{"child-interface":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4"}]},{"parent-interface":"tap1e008626-68","interface-child-entry":[{"child-interface":"1e008626-6887-40a0-967d-8cf98796e3f6"}]}]}} </msg>
<msg timestamp="20181020 15:08:22.577" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.577" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "487963031...</msg>
<status status="PASS" endtime="20181020 15:08:22.578" starttime="20181020 15:08:22.576"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.578" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "48796303178259:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "48796303178259:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "6c9c1105-3940-42ee-9d2f-024d720f8ec6"
                    }
                ],
                "parent-interface": "tap6c9c1105-39"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "b5219944-d378-4c4b-ae45-dd5f093c9d39"
                    }
                ],
                "parent-interface": "tapb5219944-d3"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"
                    }
                ],
                "parent-interface": "tap60a06347-c4"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "260163147459722:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "260163147459722:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8"
                    }
                ],
                "parent-interface": "tap28de207b-d7"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "e47cd172-b806-409b-9f16-a636512d81b3"
                    }
                ],
                "parent-interface": "tape47cd172-b8"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "8ee548c5-a04d-4eef-bb99-5d2640865f7a"
                    }
                ],
                "parent-interface": "tap8ee548c5-a0"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "862e02e0-e825-4c09-930f-1ec5ed02c220"
                    }
                ],
                "parent-interface": "tap862e02e0-e8"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "48796303178259:br-ex-patch:1131"
                    },
                    {
                        "child-interface": "48796303178259:br-ex-patch:1133"
                    },
                    {
                        "child-interface": "48796303178259:br-ex-patch:1132"
                    }
                ],
                "parent-interface": "48796303178259:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "3c81f15e-ad31-4e55-88a1-1e576753d7ca"
                    }
                ],
                "parent-interface": "tap3c81f15e-ad"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "b51114c1-a615-4f35-826d-5c87207daef6"
                    }
                ],
                "parent-interface": "tapb51114c1-a6"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "7b99f334-3718-4a50-8797-2ad66ef51390"
                    }
                ],
                "parent-interface": "tap7b99f334-37"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "a4117f7f-74f7-484e-8f5b-c727417edcdd"
                    }
                ],
                "parent-interface": "tapa4117f7f-74"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e"
                    }
                ],
                "parent-interface": "tap7f4d4f99-5b"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "e9366b0b-8e60-4a86-a972-9a513d34b838"
                    }
                ],
                "parent-interface": "tape9366b0b-8e"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "4daf7e24-dbed-407f-abdc-43dde77dfcd7"
                    }
                ],
                "parent-interface": "tap4daf7e24-db"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c"
                    }
                ],
                "parent-interface": "tapa2267a01-8d"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "149698414707504:br-ex-patch:1131"
                    }
                ],
                "parent-interface": "149698414707504:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "149698414707504:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "149698414707504:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb"
                    }
                ],
                "parent-interface": "tap4dd172a6-55"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "a8d57385-944d-4b60-998e-9c2d77e16163"
                    }
                ],
                "parent-interface": "tapa8d57385-94"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "7d42da05-3ca6-4e54-a192-b2bf0d462571"
                    }
                ],
                "parent-interface": "tap7d42da05-3c"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "77f7b64b-7f83-4283-a130-1209f9f8cf3f"
                    }
                ],
                "parent-interface": "tap77f7b64b-7f"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "228722813034790:br-ex-patch:1133"
                    },
                    {
                        "child-interface": "228722813034790:br-ex-patch:1132"
                    },
                    {
                        "child-interface": "228722813034790:br-ex-patch:1131"
                    }
                ],
                "parent-interface": "228722813034790:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "260163147459722:br-ex-patch:1133"
                    },
                    {
                        "child-interface": "260163147459722:br-ex-patch:1131"
                    },
                    {
                        "child-interface": "260163147459722:br-ex-patch:1132"
                    }
                ],
                "parent-interface": "260163147459722:br-ex-patch:trunk"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "55861a97-9d1c-45d0-a041-6b5aa089b946"
                    }
                ],
                "parent-interface": "tap55861a97-9d"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "228722813034790:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "228722813034790:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4"
                    }
                ],
                "parent-interface": "tap9acc8ca5-a9"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "1e008626-6887-40a0-967d-8cf98796e3f6"
                    }
                ],
                "parent-interface": "tap1e008626-68"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.578" starttime="20181020 15:08:22.578"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.578" starttime="20181020 15:08:22.566"></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="20181020 15:08:22.586" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.586" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.586" starttime="20181020 15:08:22.579"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.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="20181020 15:08:22.587" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.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="20181020 15:08:22.587" starttime="20181020 15:08:22.586"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.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="20181020 15:08:22.588" starttime="20181020 15:08:22.587"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.588" starttime="20181020 15:08:22.578"></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="20181020 15:08:22.597" 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="20181020 15:08:22.598" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.598" starttime="20181020 15:08:22.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="20181020 15:08:22.599" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":103000,"external-vpn":false,"vrf-id":"8726b87b-b42f-41e5-a293-c46fee68f1ad","vpn-instance-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad"}]}} </msg>
<msg timestamp="20181020 15:08:22.600" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.600" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 103000,
                "vpn-instance-name": "8726b87b-b42f-41e5-a...</msg>
<status status="PASS" endtime="20181020 15:08:22.600" starttime="20181020 15:08:22.598"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.601" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 103000,
                "vpn-instance-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                "vrf-id": "8726b87b-b42f-41e5-a293-c46fee68f1ad"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.601" starttime="20181020 15:08:22.601"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.601" starttime="20181020 15:08:22.588"></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="20181020 15:08:22.614" 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="20181020 15:08:22.615" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.615" starttime="20181020 15:08:22.602"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.616" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","vrf-id":"8726b87b-b42f-41e5-a293-c46fee68f1ad","vpn-id":103000}]}} </msg>
<msg timestamp="20181020 15:08:22.616" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.616" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 103000,
                "vpn-instance-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
               ...</msg>
<status status="PASS" endtime="20181020 15:08:22.616" starttime="20181020 15:08:22.615"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.616" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 103000,
                "vpn-instance-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                "vrf-id": "8726b87b-b42f-41e5-a293-c46fee68f1ad"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.616" starttime="20181020 15:08:22.616"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.616" starttime="20181020 15:08:22.602"></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="20181020 15:08:22.638" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.638" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.638" starttime="20181020 15:08:22.617"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.640" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:22.640" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.640" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:22.640" starttime="20181020 15:08:22.639"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.642" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.642" starttime="20181020 15:08:22.641"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.642" starttime="20181020 15:08:22.617"></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="20181020 15:08:22.666" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.666" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.666" starttime="20181020 15:08:22.642"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.667" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181020 15:08:22.667" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.667" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.667" starttime="20181020 15:08:22.666"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.668" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.668" starttime="20181020 15:08:22.668"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.668" starttime="20181020 15:08:22.642"></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="20181020 15:08:22.680" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.681" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.681" starttime="20181020 15:08:22.669"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.682" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181020 15:08:22.682" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.682" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.682" starttime="20181020 15:08:22.681"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.683" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:22.683" starttime="20181020 15:08:22.683"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.683" starttime="20181020 15:08:22.668"></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="20181020 15:08:22.694" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.695" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.695" starttime="20181020 15:08:22.684"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.696" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:22.696" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.696" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:22.696" starttime="20181020 15:08:22.695"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.697" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.697" starttime="20181020 15:08:22.696"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.697" starttime="20181020 15:08:22.683"></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="20181020 15:08:22.707" 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="20181020 15:08:22.707" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.707" starttime="20181020 15:08:22.697"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.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="20181020 15:08:22.708" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.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="20181020 15:08:22.708" starttime="20181020 15:08:22.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="20181020 15:08:22.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="20181020 15:08:22.709" starttime="20181020 15:08:22.708"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.709" starttime="20181020 15:08:22.697"></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="20181020 15:08:22.720" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.720" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.720" starttime="20181020 15:08:22.709"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.721" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:22.721" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.721" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:22.721" starttime="20181020 15:08:22.720"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.722" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.722" starttime="20181020 15:08:22.721"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.722" starttime="20181020 15:08:22.709"></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="20181020 15:08:22.729" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.730" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.730" starttime="20181020 15:08:22.722"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.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="20181020 15:08:22.731" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.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="20181020 15:08:22.731" starttime="20181020 15:08:22.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="20181020 15:08:22.731" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.731" starttime="20181020 15:08:22.731"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.731" starttime="20181020 15:08:22.722"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181020 15:08:22.745" 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="20181020 15:08:22.746" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.746" starttime="20181020 15:08:22.732"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:22.747" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:22.747" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:22.747" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:22.747" starttime="20181020 15:08:22.746"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:22.748" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:22.748" starttime="20181020 15:08:22.747"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:22.748" starttime="20181020 15:08:22.731"></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="20181020 15:08:22.934" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181020 15:08:22.934" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:22.934" starttime="20181020 15:08:22.748"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.222" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:149698414707504","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.149698414707504.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"Egress_Fixed_Conntrk_149698414707504_57_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_57_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_60_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_54_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5505}}]}}]},"idle-timeout":0,"barrier":false},{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_56_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_54_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5505}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_56_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_149698414707504_60_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.149698414707504.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.149698414707504.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Egress_ICMPv6_149698414707504_60_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v4149698414707504_54_fa:16:3e:d3:36:a1_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d3:36:a1"},"ethernet-type":{"type":2048}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56_fa:16:3e:81:f5:2b_fe80:0:0:0:f816:3eff:fe81:f52b","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:81:f5:2b"},"ethernet-type":{"type":34525}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fe81:f52b/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ARP_149698414707504_54_fa:16:3e:d3:36:a131.0.0.11","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d3:36:a1"},"ethernet-type":{"type":2054}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"arp-source-transport-address":"31.0.0.11/32","arp-source-hardware-address":{"address":"fa:16:3e:d3:36:a1"}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_54_fa:16:3e:d3:36:a1_fe80:0:0:0:f816:3eff:fed3:36a1","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d3:36:a1"},"ethernet-type":{"type":34525}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fed3:36a1/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","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,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_149698414707504_56_fa:16:3e:81:f5:2b_32.0.0.10","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:81:f5:2b"},"ethernet-type":{"type":2048}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"ipv4-source":"32.0.0.10/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_149698414707504_60_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_fa:16:3e:9b:8a:3c","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:9b:8a:3c"}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_54_fa:16:3e:d3:36:a1","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d3:36:a1"}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_ICMPv6_149698414707504_54_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_fa:16:3e:9b:8a:3c32.0.0.7","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:9b:8a:3c"},"ethernet-type":{"type":2054}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"arp-source-transport-address":"32.0.0.7/32","arp-source-hardware-address":{"address":"fa:16:3e:9b:8a:3c"}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_54_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v4149698414707504_57_fa:16:3e:9b:8a:3c_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:9b:8a:3c"},"ethernet-type":{"type":2048}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_60_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_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_DHCP_Client_v6_149698414707504_54_fa:16:3e:d3:36:a1_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d3:36:a1"},"ethernet-type":{"type":34525}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_54_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v4149698414707504_60_fa:16:3e:15:bd:dc_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:15:bd:dc"},"ethernet-type":{"type":2048}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_fa:16:3e:9b:8a:3c_32.0.0.7","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:9b:8a:3c"},"ethernet-type":{"type":2048}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"ipv4-source":"32.0.0.7/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_149698414707504_54_fa:16:3e:d3:36:a1_31.0.0.11","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d3:36:a1"},"ethernet-type":{"type":2048}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"ipv4-source":"31.0.0.11/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_149698414707504_60_fa:16:3e:15:bd:dc_fe80:0:0:0:f816:3eff:fe15:bddc","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:15:bd:dc"},"ethernet-type":{"type":34525}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fe15:bddc/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_149698414707504_56_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_fa:16:3e:9b:8a:3c_fe80:0:0:0:f816:3eff:fe9b:8a3c","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:9b:8a:3c"},"ethernet-type":{"type":34525}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fe9b:8a3c/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","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_DHCP_Client_v4149698414707504_56_fa:16:3e:81:f5:2b_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:81:f5:2b"},"ethernet-type":{"type":2048}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_fa:16:3e:9b:8a:3c_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:9b:8a:3c"},"ethernet-type":{"type":34525}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_60_fa:16:3e:15:bd:dc33.0.0.19","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:15:bd:dc"},"ethernet-type":{"type":2054}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"arp-source-transport-address":"33.0.0.19/32","arp-source-hardware-address":{"address":"fa:16:3e:15:bd:dc"}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56_fa:16:3e:81:f5:2b","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:81:f5:2b"}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_ICMPv6_149698414707504_57_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_60_fa:16:3e:15:bd:dc_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:15:bd:dc"},"ethernet-type":{"type":34525}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_60_fa:16:3e:15:bd:dc_33.0.0.19","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:15:bd:dc"},"ethernet-type":{"type":2048}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"ipv4-source":"33.0.0.19/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ARP_149698414707504_56_fa:16:3e:81:f5:2b32.0.0.10","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:81:f5:2b"},"ethernet-type":{"type":2054}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"arp-source-transport-address":"32.0.0.10/32","arp-source-hardware-address":{"address":"fa:16:3e:81:f5:2b"}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_60_fa:16:3e:15:bd:dc","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:15:bd:dc"}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v6_149698414707504_56_fa:16:3e:81:f5:2b_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:81:f5:2b"},"ethernet-type":{"type":34525}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"ACL","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.149698414707504.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Egress_Acl_Commit_Conntrack_149698414707504_60_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_149698414707504_54_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5505}},{"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_149698414707504_60","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":65970697666562,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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_149698414707504_60_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_149698414707504_57_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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_149698414707504_54_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":59373627899908,"metadata-mask":1152920405095219204}},"strict":false,"cookie":59373738000385,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_149698414707504_56_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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_149698414707504_57_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":62672162783236,"metadata-mask":1152920405095219204}},"strict":false,"cookie":62672272883713,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_149698414707504_56_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":61572651155460,"metadata-mask":1152920405095219204}},"strict":false,"cookie":61572761255937,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_149698414707504_57_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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_149698414707504_60_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":65970697666564,"metadata-mask":1152920405095219204}},"strict":false,"cookie":65970807767041,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"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_Acl_Commit_Conntrack_149698414707504_54_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5505}},{"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_149698414707504_56","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":61572651155458,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Non_Conntrack_149698414707504_57","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":62672162783234,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_54","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":59373627899906,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.149698414707504.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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":"UDP_DESTINATION_1_0Egress_149698414707504_56_a9faeddd-6897-4433-b74d-fd3057b7c88b","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_149698414707504_60_1ade15f6-67ba-47af-bb39-cbba7946a980","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_149698414707504_57_b17b0178-d478-43d8-90bd-a17521a16de2","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_149698414707504_56_b17b0178-d478-43d8-90bd-a17521a16de2","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop149698414707504_60_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":65970697666560,"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":65970807767041,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_54","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200}},"strict":false,"cookie":59373738000385,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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":"ETHERnullEgress_149698414707504_54_409d1e2e-49bd-4558-889e-c94ecd121d6a","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_57_409d1e2e-49bd-4558-889e-c94ecd121d6a","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_149698414707504_56_1ade15f6-67ba-47af-bb39-cbba7946a980","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_149698414707504_60_a9faeddd-6897-4433-b74d-fd3057b7c88b","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_60_4cdf6311-52bf-4af7-b15c-355c39c419d5","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop149698414707504_54_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":59373627899904,"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":59373738000385,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_54_4cdf6311-52bf-4af7-b15c-355c39c419d5","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_149698414707504_54_b17b0178-d478-43d8-90bd-a17521a16de2","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_56_409d1e2e-49bd-4558-889e-c94ecd121d6a","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop149698414707504_57_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":62672162783232,"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":62672272883713,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_149698414707504_57_1ade15f6-67ba-47af-bb39-cbba7946a980","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_60","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200}},"strict":false,"cookie":65970807767041,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_149698414707504_54_a9faeddd-6897-4433-b74d-fd3057b7c88b","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_60_409d1e2e-49bd-4558-889e-c94ecd121d6a","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_149698414707504_60_b17b0178-d478-43d8-90bd-a17521a16de2","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_57","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200}},"strict":false,"cookie":62672272883713,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_149698414707504_54_1ade15f6-67ba-47af-bb39-cbba7946a980","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_56","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200}},"strict":false,"cookie":61572761255937,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_57_4cdf6311-52bf-4af7-b15c-355c39c419d5","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop149698414707504_56_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":61572651155456,"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":61572761255937,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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_149698414707504_57_a9faeddd-6897-4433-b74d-fd3057b7c88b","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_149698414707504_56_4cdf6311-52bf-4af7-b15c-355c39c419d5","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.149698414707504.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"149698414707504.220.149698414707504: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":8960}}}]},"strict":true,"cookie":134217735,"flow-name":"default.149698414707504:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.149698414707504:br-ex-patch:1131.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1681408}}}]},"strict":true,"cookie":134217735,"flow-name":"default.149698414707504:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.7d42da05-3ca6-4e54-a192-b2bf0d462571.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":2415932928}}}]},"strict":true,"cookie":134217735,"flow-name":"default.7d42da05-3ca6-4e54-a192-b2bf0d462571","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"9"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.149698414707504:br-ex-patch:1131.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1681408}}}]},"strict":true,"cookie":134217735,"flow-name":"default.149698414707504:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.149698414707504: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":8960}}}]},"strict":true,"cookie":134217735,"flow-name":"default.149698414707504: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":"149698414707504.220.e9366b0b-8e60-4a86-a972-9a513d34b838.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":2415933696}}}]},"strict":true,"cookie":134217735,"flow-name":"default.e9366b0b-8e60-4a86-a972-9a513d34b838","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"11"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tund94e4440a70.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.tund94e4440a70","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tunb3adfc3e977.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.tunb3adfc3e977","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.e9366b0b-8e60-4a86-a972-9a513d34b838.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":14592}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.e9366b0b-8e60-4a86-a972-9a513d34b838","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":2415933696,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tun6de6aefe245.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.tun6de6aefe245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.8ee548c5-a04d-4eef-bb99-5d2640865f7a.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":2415933440}}}]},"strict":true,"cookie":134217735,"flow-name":"default.8ee548c5-a04d-4eef-bb99-5d2640865f7a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"10"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.tun617d26e46a5.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.tun617d26e46a5","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b.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":2415934464}}}]},"strict":true,"cookie":134217735,"flow-name":"default.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"12"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.7d42da05-3ca6-4e54-a192-b2bf0d462571.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":13824}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.7d42da05-3ca6-4e54-a192-b2bf0d462571","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":2415932928,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.8ee548c5-a04d-4eef-bb99-5d2640865f7a.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":14336}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.8ee548c5-a04d-4eef-bb99-5d2640865f7a","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":2415933440,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.220.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b.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":15360}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","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":2415934464,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3678","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":78}},"strict":false,"cookie":151000451,"flow-name":"ITM Flow Entry :5507","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92392128512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3690","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":90}},"strict":false,"cookie":151000450,"flow-name":"ITM Flow Entry :5506","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92375351296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385506","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":90}},"strict":false,"cookie":151328130,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92375351296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385507","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":78}},"strict":false,"cookie":151328131,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92392128512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_DHCP_Server_v6_149698414707504_56_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":14336}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_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":14592}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_60_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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_54_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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_60_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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56_fa:16:3e:81:f5:2b_32.0.0.10","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:81:f5:2b"},"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":14336}}}],"ipv4-destination":"32.0.0.10/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_149698414707504_54_fa:16:3e:d3:36:a1_fe80:0:0:0:f816:3eff:fed3:36a1","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d3:36:a1"},"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":13824}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fed3:36a1/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_149698414707504_57_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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v4149698414707504_54_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":13824}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56_fa:16:3e:81:f5:2b_fe80:0:0:0:f816:3eff:fe81:f52b","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:81:f5:2b"},"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":14336}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fe81:f52b/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_149698414707504_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_149698414707504_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_149698414707504_60_33.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":15360}}}],"ipv4-destination":"33.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_149698414707504_57_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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56_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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_60_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":15360}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_60_fa:16:3e:15:bd:dc_fe80:0:0:0:f816:3eff:fe15:bddc","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:15:bd:dc"},"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":15360}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fe15:bddc/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_149698414707504_54_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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56_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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_fa:16:3e:9b:8a:3c_32.0.0.7","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9b:8a:3c"},"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":14592}}}],"ipv4-destination":"32.0.0.7/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_149698414707504_54_fa:16:3e:d3:36:a1_31.0.0.11","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d3:36:a1"},"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":13824}}}],"ipv4-destination":"31.0.0.11/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_149698414707504_60","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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_32.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":14592}}}],"ipv4-destination":"32.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","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,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_149698414707504_60_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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_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_149698414707504_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_149698414707504_56_32.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":14336}}}],"ipv4-destination":"32.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_v4_Broadcast_149698414707504_54_31.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":13824}}}],"ipv4-destination":"31.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_149698414707504_60_fa:16:3e:15:bd:dc_33.0.0.19","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:15:bd:dc"},"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":15360}}}],"ipv4-destination":"33.0.0.19/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v6_149698414707504_54_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":13824}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57","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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_fa:16:3e:9b:8a:3c_fe80:0:0:0:f816:3eff:fe9b:8a3c","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9b:8a:3c"},"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":14592}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fe9b:8a3c/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v4149698414707504_60_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":15360}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56_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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v4149698414707504_57_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":14592}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56","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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_54_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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_54","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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v4149698414707504_56_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":14336}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504","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_149698414707504","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504","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_149698414707504","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":"TCP_DESTINATION_1_0Ingress_149698414707504_56_f1b83667-434a-4c14-ba37-59a39dace3ca","priority":2003,"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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_149698414707504_57_44b7bb50-3501-4ba0-8d46-003926656732","priority":2003,"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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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":"Ingress_Fixed_Conntrk_Drop149698414707504_54_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":13824}}}]},"strict":false,"cookie":59373738000385,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_149698414707504_60_bc591cbe-854f-44fa-845c-68c3eb2e74c2","priority":2003,"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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_57","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":14592}}}]},"strict":false,"cookie":62672272883713,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_149698414707504_54_f1b83667-434a-4c14-ba37-59a39dace3ca","priority":2003,"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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_149698414707504_60_f1b83667-434a-4c14-ba37-59a39dace3ca","priority":2003,"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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_56","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":14336}}}]},"strict":false,"cookie":61572761255937,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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_Drop149698414707504_56_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":14336}}}]},"strict":false,"cookie":61572761255937,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_60","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":15360}}}]},"strict":false,"cookie":65970807767041,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_149698414707504_56_bc591cbe-854f-44fa-845c-68c3eb2e74c2","priority":2003,"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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_149698414707504_57_f1b83667-434a-4c14-ba37-59a39dace3ca","priority":2003,"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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_54","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":13824}}}]},"strict":false,"cookie":59373738000385,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_149698414707504_54_bc591cbe-854f-44fa-845c-68c3eb2e74c2","priority":2003,"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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_149698414707504_60_44b7bb50-3501-4ba0-8d46-003926656732","priority":2003,"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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_Drop149698414707504_57_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":14592}}}]},"strict":false,"cookie":62672272883713,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_149698414707504_54_44b7bb50-3501-4ba0-8d46-003926656732","priority":2003,"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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_149698414707504_56_44b7bb50-3501-4ba0-8d46-003926656732","priority":2003,"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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_149698414707504_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_149698414707504_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_Conntrk_Drop149698414707504_60_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":15360}}}]},"strict":false,"cookie":65970807767041,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_149698414707504_57_bc591cbe-854f-44fa-845c-68c3eb2e74c2","priority":2003,"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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525505true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92358574081,"metadata-mask":1099494850561}},"strict":false,"cookie":141563265,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525506true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92375351297,"metadata-mask":1099494850561}},"strict":false,"cookie":141563266,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211011}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525505false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92358574080,"metadata-mask":1099494850561}},"strict":false,"cookie":141563265,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525507false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92392128512,"metadata-mask":1099494850561}},"strict":false,"cookie":141563267,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211014}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525507true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92392128513,"metadata-mask":1099494850561}},"strict":false,"cookie":141563267,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211013}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525506false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92375351296,"metadata-mask":1099494850561}},"strict":false,"cookie":141563266,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211012}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550514969841470750454fa:16:3e:d3:36:a1","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d3:36:a1"}},"metadata":{"metadata":59465986473984,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550913,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550614969841470750456fa:16:3e:81:f5:2b","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:81:f5:2b"}},"metadata":{"metadata":61665026506752,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550914,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550614969841470750457fa:16:3e:9b:8a:3c","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:9b:8a:3c"}},"metadata":{"metadata":62764538134528,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550914,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550714969841470750460fa:16:3e:15:bd:dc","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:15:bd:dc"}},"metadata":{"metadata":66063089795072,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550915,"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_149698414707504_56_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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_57_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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_54_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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5505}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_60_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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false},{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_56_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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_57_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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_54_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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5505}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_149698414707504_60_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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"515506149698414707504268318365241219fa:16:3e:d6:31:12","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d6:31:12"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"515506149698414707504228722813034790fa:16:3e:79:1e:fe","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:79:1e:fe"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1280,"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":"515507149698414707504268318365241219fa:16:3e:1c:db:04","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1c:db:04"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"14969841470750451l2control01: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":"51550514969841470750448796303178259fa:16:3e:95:bc:ea","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:95:bc:ea"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"51550614969841470750448796303178259fa:16:3e:e0:63:97","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:e0:63:97"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3328,"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":"51550614969841470750457fa:16:3e:9b:8a:3c","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9b:8a:3c"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":14592,"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":"515505149698414707504260163147459722fa:16:3e:94:d8:6e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:94:d8:6e"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51550614969841470750456fa:16:3e:81:f5:2b","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:81:f5:2b"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":14336,"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":"51550714969841470750460fa:16:3e:15:bd:dc","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:15:bd:dc"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":15360,"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":"515505149698414707504228722813034790fa:16:3e:f6:d2:83","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:f6:d2:83"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"515507149698414707504228722813034790fa:16:3e:96:56:45","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:96:56:45"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1280,"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":"51550514969841470750454fa:16:3e:d3:36:a1","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d3:36:a1"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13824,"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":"515506149698414707504260163147459722fa:16:3e:bc:e0:55","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bc:e0:55"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":512,"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":"51550714969841470750448796303178259fa:16:3e:fb:cd:eb","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:fb:cd:eb"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3328,"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":"515507149698414707504268318365241219fa:16:3e:cc:d1:50","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cc:d1:50"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"515507149698414707504260163147459722fa:16:3e:8e:51:30","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:8e:51:30"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":512,"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,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_149698414707504_60_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":15360}}}]},"strict":false,"cookie":65970807767041,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_149698414707504_60_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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_149698414707504_54_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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5505}},{"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_149698414707504_57_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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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_149698414707504_60","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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_149698414707504_54_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":13824}}}]},"strict":false,"cookie":59373738000385,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Non_Conntrack_149698414707504_54","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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_149698414707504_57_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":14592}}}]},"strict":false,"cookie":62672272883713,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Non_Conntrack_149698414707504_57","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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_56","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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_149698414707504_57_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":14592}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_149698414707504_54_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":13824}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5505}},{"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_149698414707504_56_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":14336}}}]},"strict":false,"cookie":61572761255937,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_149698414707504_56_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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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_149698414707504_56_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":14336}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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_149698414707504_60_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":15360}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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.54.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":59373627899904,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":54}},"strict":true,"cookie":142606390,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6568.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6568}},"strict":true,"cookie":142612904,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1681408,"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.60.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":65970697666560,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":60}},"strict":true,"cookie":142606396,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.57.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":57}},"strict":true,"cookie":142606393,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":14592,"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.57.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":62672162783232,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":57}},"strict":true,"cookie":142606393,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.60.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":60}},"strict":true,"cookie":142606396,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":15360,"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.54.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":54}},"strict":true,"cookie":142606390,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13824,"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.56.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":61572651155456,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":56}},"strict":true,"cookie":142606392,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.56.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":56}},"strict":true,"cookie":142606392,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":14336,"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.6568.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7221592371232768,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6568}},"strict":true,"cookie":142612904,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:149698414707504:149698414707504:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:149698414707504:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":38482906972161,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:149698414707504:7d42da05-3ca6-4e54-a192-b2bf0d462571","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:9","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:7d42da05-3ca6-4e54-a192-b2bf0d462571","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":59373627899904,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:149698414707504:149698414707504:br-ex-patch:1131","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:1","vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:149698414707504:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7221592371232769,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:149698414707504:8ee548c5-a04d-4eef-bb99-5d2640865f7a","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:10","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:8ee548c5-a04d-4eef-bb99-5d2640865f7a","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":61572651155456,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1496984147075040tunb3adfc3e977","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:2"},"strict":false,"cookie":134217729,"flow-name":"tunb3adfc3e977","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":"1496984147075040tun6de6aefe245","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:5"},"strict":false,"cookie":134217729,"flow-name":"tun6de6aefe245","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":"0:149698414707504:e9366b0b-8e60-4a86-a972-9a513d34b838","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:11","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:e9366b0b-8e60-4a86-a972-9a513d34b838","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":62672162783232,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"1496984147075040tund94e4440a70","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:4"},"strict":false,"cookie":134217729,"flow-name":"tund94e4440a70","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":"1496984147075040tun617d26e46a5","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:3"},"strict":false,"cookie":134217729,"flow-name":"tun617d26e46a5","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":"0:149698414707504:60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:149698414707504:12","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:149698414707504:60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":65970697666560,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.149698414707504.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"149698414707504.17.8ee548c5-a04d-4eef-bb99-5d2640865f7a.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":61572651155456,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.8ee548c5-a04d-4eef-bb99-5d2640865f7a","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":10376355114112778240,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.e9366b0b-8e60-4a86-a972-9a513d34b838.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":62672162783232,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.e9366b0b-8e60-4a86-a972-9a513d34b838","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":10376356213624406016,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376359512159289344,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","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":60,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529281109158264832,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.7d42da05-3ca6-4e54-a192-b2bf0d462571.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":59373627899904,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.7d42da05-3ca6-4e54-a192-b2bf0d462571","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":10376352915089522688,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.7d42da05-3ca6-4e54-a192-b2bf0d462571.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376352915089522688,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.7d42da05-3ca6-4e54-a192-b2bf0d462571","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":54,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529274512054943744,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.e9366b0b-8e60-4a86-a972-9a513d34b838.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376356213624406016,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.e9366b0b-8e60-4a86-a972-9a513d34b838","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":57,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529277810606604288,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.149698414707504:br-ex-patch:1131.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7221592371232768,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.149698414707504:br-ex-patch:1131","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":6568,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536436730798276608,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.8ee548c5-a04d-4eef-bb99-5d2640865f7a.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376355114112778240,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.8ee548c5-a04d-4eef-bb99-5d2640865f7a","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":56,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529276711094976512,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"149698414707504.17.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":65970697666560,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":10376359512159289344,"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,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1681408,"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":"0a041094-8665-4135-a8a1-bf3e4bd3167d","group-type":"group-all"},{"group-id":211009,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":54}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","group-type":"group-all"},{"group-id":211012,"buckets":{"bucket":[{"bucket-id":4,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1280,"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":3,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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},{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211011}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3328,"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":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":512,"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":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","group-type":"group-all"},{"group-id":211011,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":56}}},{"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":57}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","group-type":"group-all"},{"group-id":211014,"buckets":{"bucket":[{"bucket-id":4,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1280,"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":3,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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},{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211013}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3328,"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":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":512,"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":"d22dcc92-dc35-463d-89ce-f523d606e1a6","group-type":"group-all"},{"group-id":211013,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":60}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","group-type":"group-all"}]},{"id":"openflow:228722813034790","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.228722813034790.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.228722813034790.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.228722813034790.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.228722813034790.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.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":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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.228722813034790.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"228722813034790.220.228722813034790: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":7680}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":12544}}}]},"strict":true,"cookie":134217735,"flow-name":"default.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"11"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790:br-ex-patch:1131.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1679616}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tuna8339e52304.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.tuna8339e52304","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.a4117f7f-74f7-484e-8f5b-c727417edcdd.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":10496}}}]},"strict":true,"cookie":134217735,"flow-name":"default.a4117f7f-74f7-484e-8f5b-c727417edcdd","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"8"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790:br-ex-patch:1133.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1680640}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.3c81f15e-ad31-4e55-88a1-1e576753d7ca.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.3c81f15e-ad31-4e55-88a1-1e576753d7ca","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"10"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790:br-ex-patch:1132.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1680128}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790:br-ex-patch:1133.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1680640}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tuncd74734f6e0.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.tuncd74734f6e0","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790:br-ex-patch:1131.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1679616}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790:br-ex-patch:1132.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1680128}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.228722813034790: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":7680}}}]},"strict":true,"cookie":134217735,"flow-name":"default.228722813034790: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":"228722813034790.220.a8d57385-944d-4b60-998e-9c2d77e16163.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.a8d57385-944d-4b60-998e-9c2d77e16163","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"9"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tunb9b6ece5224.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.tunb9b6ece5224","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.tun1914722e5af.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.tun1914722e5af","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.220.55861a97-9d1c-45d0-a041-6b5aa089b946.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":13056}}}]},"strict":true,"cookie":134217735,"flow-name":"default.55861a97-9d1c-45d0-a041-6b5aa089b946","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"12"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3678","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":78}},"strict":false,"cookie":151000451,"flow-name":"ITM Flow Entry :5507","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92392128512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3690","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":90}},"strict":false,"cookie":151000450,"flow-name":"ITM Flow Entry :5506","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92375351296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385506","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":90}},"strict":false,"cookie":151328130,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92375351296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385507","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":78}},"strict":false,"cookie":151328131,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92392128512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_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":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790","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_228722813034790","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790","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_228722813034790","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_228722813034790_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_228722813034790_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_228722813034790_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_228722813034790_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_228722813034790_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_228722813034790_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":"525505true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92358574081,"metadata-mask":1099494850561}},"strict":false,"cookie":141563265,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525509false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92425682944,"metadata-mask":1099494850561}},"strict":false,"cookie":141563269,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211018}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525508true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92408905729,"metadata-mask":1099494850561}},"strict":false,"cookie":141563268,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525507false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92392128512,"metadata-mask":1099494850561}},"strict":false,"cookie":141563267,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211014}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242432,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525506true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92375351297,"metadata-mask":1099494850561}},"strict":false,"cookie":141563266,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211011}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525505false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92358574080,"metadata-mask":1099494850561}},"strict":false,"cookie":141563265,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525509true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92425682945,"metadata-mask":1099494850561}},"strict":false,"cookie":141563269,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525508false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92408905728,"metadata-mask":1099494850561}},"strict":false,"cookie":141563268,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525507true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92392128513,"metadata-mask":1099494850561}},"strict":false,"cookie":141563267,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211013}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525506false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92375351296,"metadata-mask":1099494850561}},"strict":false,"cookie":141563266,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211012}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50550622872281303479044fa:16:3e:79:1e:fe","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:79:1e:fe"}},"metadata":{"metadata":48470886973440,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550914,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550722872281303479045fa:16:3e:96:56:45","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:96:56:45"}},"metadata":{"metadata":49570415378432,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550915,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550922872281303479051fa:16:3e:23:92:6d","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:23:92:6d"}},"metadata":{"metadata":56167518699520,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550917,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550822872281303479049fa:16:3e:9f:d4:6b","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:9f:d4:6b"}},"metadata":{"metadata":53968478666752,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550916,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550522872281303479041fa:16:3e:f6:d2:83","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:f6:d2:83"}},"metadata":{"metadata":45172335312896,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550913,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"515506228722813034790149698414707504fa:16:3e:81:f5:2b","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:81:f5:2b"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"51550722872281303479045fa:16:3e:96:56:45","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:96:56:45"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11520,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51550922872281303479048796303178259fa:16:3e:cf:a2:aa","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cf:a2:aa"}},"metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},"strict":true,"cookie":134419845,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680640,"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":"515505228722813034790149698414707504fa:16:3e:d3:36:a1","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d3:36:a1"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679616,"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":"515505228722813034790260163147459722fa:16:3e:94:d8:6e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:94:d8:6e"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51550522872281303479048796303178259fa:16:3e:95:bc:ea","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:95:bc:ea"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"515506228722813034790268318365241219fa:16:3e:d6:31:12","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d6:31:12"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2304,"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":"515506228722813034790149698414707504fa:16:3e:9b:8a:3c","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9b:8a:3c"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"51550622872281303479048796303178259fa:16:3e:e0:63:97","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:e0:63:97"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"51550922872281303479051fa:16:3e:23:92:6d","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:23:92:6d"}},"metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},"strict":true,"cookie":134419845,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13056,"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":"515507228722813034790260163147459722fa:16:3e:8e:51:30","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:8e:51:30"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"515508228722813034790260163147459722fa:16:3e:9e:c1:3a","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9e:c1:3a"}},"metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},"strict":true,"cookie":134419844,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51550822872281303479048796303178259fa:16:3e:fe:34:38","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:fe:34:38"}},"metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},"strict":true,"cookie":134419844,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680128,"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":"22872281303479051l2control01: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":"51550822872281303479049fa:16:3e:9f:d4:6b","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9f:d4:6b"}},"metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},"strict":true,"cookie":134419844,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12544,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"515507228722813034790149698414707504fa:16:3e:15:bd:dc","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:15:bd:dc"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"51550722872281303479048796303178259fa:16:3e:fb:cd:eb","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:fb:cd:eb"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"515507228722813034790268318365241219fa:16:3e:1c:db:04","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1c:db:04"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2304,"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":"51550522872281303479041fa:16:3e:f6:d2:83","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:f6:d2:83"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","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":"515509228722813034790260163147459722fa:16:3e:cc:4b:ac","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cc:4b:ac"}},"metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},"strict":true,"cookie":134419845,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680640,"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":"515507228722813034790268318365241219fa:16:3e:cc:d1:50","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cc:d1:50"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2304,"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":"515506228722813034790260163147459722fa:16:3e:bc:e0:55","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bc:e0:55"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"51550622872281303479044fa:16:3e:79:1e:fe","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:79:1e:fe"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11264,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.24.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":26388279066624,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":24}},"strict":true,"cookie":142606360,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.45.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":49478023249920,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":45}},"strict":true,"cookie":142606381,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6561.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7213895789838336,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6561}},"strict":true,"cookie":142612897,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.49.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":49}},"strict":true,"cookie":142606385,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12544,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6565.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6565}},"strict":true,"cookie":142612901,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680640,"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":"0a041094-8665-4135-a8a1-bf3e4bd3167d","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.49.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":53876069761024,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":49}},"strict":true,"cookie":142606385,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"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":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6563.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6563}},"strict":true,"cookie":142612899,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680128,"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.51.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":51}},"strict":true,"cookie":142606387,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13056,"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.6563.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7216094813093888,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6563}},"strict":true,"cookie":142612899,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6565.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7218293836349440,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6565}},"strict":true,"cookie":142612901,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.51.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":56075093016576,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":51}},"strict":true,"cookie":142606387,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6561.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6561}},"strict":true,"cookie":142612897,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679616,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.45.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":45}},"strict":true,"cookie":142606381,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11520,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.44.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":44}},"strict":true,"cookie":142606380,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11264,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.44.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":48378511622144,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":44}},"strict":true,"cookie":142606380,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.24.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":24}},"strict":true,"cookie":142606360,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","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":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:228722813034790:228722813034790:br-ex-patch:1131","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:1","vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:228722813034790:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7213895789838337,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:228722813034790:55861a97-9d1c-45d0-a041-6b5aa089b946","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:12","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:55861a97-9d1c-45d0-a041-6b5aa089b946","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":56075093016576,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:228722813034790:3c81f15e-ad31-4e55-88a1-1e576753d7ca","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:10","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:3c81f15e-ad31-4e55-88a1-1e576753d7ca","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":49478023249920,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:228722813034790:7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:11","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":53876069761024,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:228722813034790:228722813034790:br-ex-patch:1132","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:1","vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:228722813034790:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7216094813093889,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:228722813034790:228722813034790:br-ex-patch:1133","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:1","vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:228722813034790:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7218293836349441,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:228722813034790:a4117f7f-74f7-484e-8f5b-c727417edcdd","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:8","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:a4117f7f-74f7-484e-8f5b-c727417edcdd","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":"2287228130347900tunb9b6ece5224","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:5"},"strict":false,"cookie":134217729,"flow-name":"tunb9b6ece5224","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:228722813034790:228722813034790:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:228722813034790:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":32985348833281,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"2287228130347900tuna8339e52304","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:3"},"strict":false,"cookie":134217729,"flow-name":"tuna8339e52304","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":"2287228130347900tun1914722e5af","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:4"},"strict":false,"cookie":134217729,"flow-name":"tun1914722e5af","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:228722813034790:a8d57385-944d-4b60-998e-9c2d77e16163","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:9","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:228722813034790:a8d57385-944d-4b60-998e-9c2d77e16163","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":48378511622144,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"2287228130347900tuncd74734f6e0","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:228722813034790:2"},"strict":false,"cookie":134217729,"flow-name":"tuncd74734f6e0","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":80,"flow":[{"id":"L3.228722813034790.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"228722813034790.17.a4117f7f-74f7-484e-8f5b-c727417edcdd.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":45079976738816,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.a4117f7f-74f7-484e-8f5b-c727417edcdd","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":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529260218403782656,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.17.228722813034790:br-ex-patch:1131.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7213895789838336,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.228722813034790:br-ex-patch:1131","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":6561,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536429034216882176,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.17.228722813034790:br-ex-patch:1132.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7216094813093888,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.228722813034790:br-ex-patch:1132","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":6563,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536431233290469376,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.17.228722813034790:br-ex-patch:1133.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7218293836349440,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.228722813034790:br-ex-patch:1133","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":6565,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536433432330502144,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.17.3c81f15e-ad31-4e55-88a1-1e576753d7ca.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":49478023249920,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.3c81f15e-ad31-4e55-88a1-1e576753d7ca","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":45,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529264616483848192,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.17.55861a97-9d1c-45d0-a041-6b5aa089b946.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":56075093016576,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.55861a97-9d1c-45d0-a041-6b5aa089b946","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":51,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529271213587169280,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.17.a8d57385-944d-4b60-998e-9c2d77e16163.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":48378511622144,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.a8d57385-944d-4b60-998e-9c2d77e16163","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":44,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529263516955443200,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"228722813034790.17.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":53876069761024,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","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":49,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529269014547136512,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":227502,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"beb4d1c4-ace0-4f73-a665-a974dde27662","group-type":"group-all"},{"group-id":227501,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"d5d03cd5-d1f2-48a6-8050-689240132f2c","group-type":"group-all"},{"group-id":227504,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"8e45d798-c7bf-4cbe-9c1e-d8948ad1943d","group-type":"group-all"},{"group-id":227503,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"d032fe08-a837-425c-b1d9-a26270c7451e","group-type":"group-all"},{"group-id":211014,"buckets":{"bucket":[{"bucket-id":14,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211013}}],"watch_port":4294967295},{"bucket-id":16,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":15,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":18,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":17,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2304,"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":"d22dcc92-dc35-463d-89ce-f523d606e1a6","group-type":"group-all"},{"group-id":211013,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":45}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","group-type":"group-all"},{"group-id":211016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680128,"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":"e210ae5d-68b7-480c-9497-ececfb37b318","group-type":"group-all"},{"group-id":211015,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":49}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"e210ae5d-68b7-480c-9497-ececfb37b318","group-type":"group-all"},{"group-id":211018,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211017}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680640,"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":"474bcfc2-5b26-4928-8d4b-03238a3b136b","group-type":"group-all"},{"group-id":211017,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":51}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679616,"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":"0a041094-8665-4135-a8a1-bf3e4bd3167d","group-type":"group-all"},{"group-id":211009,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":41}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","group-type":"group-all"},{"group-id":211012,"buckets":{"bucket":[{"bucket-id":14,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211011}}],"watch_port":4294967295},{"bucket-id":16,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":15,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":18,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":17,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2304,"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":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","group-type":"group-all"},{"group-id":211011,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":44}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","group-type":"group-all"},{"group-id":211004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211003}}],"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":"8726b87b-b42f-41e5-a293-c46fee68f1ad","group-type":"group-all"},{"group-id":211003,"buckets":{},"group-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","group-type":"group-all"}]},{"id":"openflow:48796303178259","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.48796303178259.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.48796303178259.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.48796303178259.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.48796303178259.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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.48796303178259.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"48796303178259.220.4daf7e24-dbed-407f-abdc-43dde77dfcd7.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":12800}}}]},"strict":true,"cookie":134217735,"flow-name":"default.4daf7e24-dbed-407f-abdc-43dde77dfcd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"12"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.e47cd172-b806-409b-9f16-a636512d81b3.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.e47cd172-b806-409b-9f16-a636512d81b3","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"10"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259: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":7168}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259: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":"48796303178259.220.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c.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":13312}}}]},"strict":true,"cookie":134217735,"flow-name":"default.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"13"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tund8c3e0fcf05.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.tund8c3e0fcf05","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259:br-ex-patch:1131.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1679104}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259: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":7168}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259:br-ex-patch:1133.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1680896}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259:br-ex-patch:1131.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1679104}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259:br-ex-patch:1132.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1680384}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259:br-ex-patch:1132.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1680384}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.48796303178259:br-ex-patch:1133.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1680896}}}]},"strict":true,"cookie":134217735,"flow-name":"default.48796303178259:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.6c9c1105-3940-42ee-9d2f-024d720f8ec6.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.6c9c1105-3940-42ee-9d2f-024d720f8ec6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"9"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.b51114c1-a615-4f35-826d-5c87207daef6.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.b51114c1-a615-4f35-826d-5c87207daef6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"11"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tun5ef24485410.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.tun5ef24485410","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tund35867a1187.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.tund35867a1187","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.220.tunaf467906869.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.tunaf467906869","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,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3678","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":78}},"strict":false,"cookie":151000451,"flow-name":"ITM Flow Entry :5507","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92392128512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3690","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":90}},"strict":false,"cookie":151000450,"flow-name":"ITM Flow Entry :5506","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92375351296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385506","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":90}},"strict":false,"cookie":151328130,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92375351296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385507","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":78}},"strict":false,"cookie":151328131,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92392128512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_48796303178259_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_48796303178259_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_48796303178259_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_48796303178259_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259","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_48796303178259","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259","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_48796303178259","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_48796303178259_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_48796303178259_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_48796303178259_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_48796303178259_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_48796303178259_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_48796303178259_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":"525505true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92358574081,"metadata-mask":1099494850561}},"strict":false,"cookie":141563265,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525506true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92375351297,"metadata-mask":1099494850561}},"strict":false,"cookie":141563266,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211011}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525505false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92358574080,"metadata-mask":1099494850561}},"strict":false,"cookie":141563265,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525509false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92425682944,"metadata-mask":1099494850561}},"strict":false,"cookie":141563269,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211018}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525509true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92425682945,"metadata-mask":1099494850561}},"strict":false,"cookie":141563269,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525508false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92408905728,"metadata-mask":1099494850561}},"strict":false,"cookie":141563268,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525508true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92408905729,"metadata-mask":1099494850561}},"strict":false,"cookie":141563268,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525507false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92392128512,"metadata-mask":1099494850561}},"strict":false,"cookie":141563267,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211014}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525507true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92392128513,"metadata-mask":1099494850561}},"strict":false,"cookie":141563267,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211013}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525506false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92375351296,"metadata-mask":1099494850561}},"strict":false,"cookie":141563266,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211012}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5055074879630317825947fa:16:3e:fb:cd:eb","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:fb:cd:eb"}},"metadata":{"metadata":51769438633984,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550915,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5055094879630317825952fa:16:3e:cf:a2:aa","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:cf:a2:aa"}},"metadata":{"metadata":57267030327296,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550917,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5055084879630317825950fa:16:3e:fe:34:38","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:fe:34:38"}},"metadata":{"metadata":55067990294528,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550916,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5055054879630317825939fa:16:3e:95:bc:ea","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:95:bc:ea"}},"metadata":{"metadata":42973312057344,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550913,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5055064879630317825943fa:16:3e:e0:63:97","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:e0:63:97"}},"metadata":{"metadata":47371375345664,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550914,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51550748796303178259228722813034790fa:16:3e:96:56:45","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:96:56:45"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4864,"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":"51550548796303178259149698414707504fa:16:3e:d3:36:a1","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d3:36:a1"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679104,"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":"51550648796303178259228722813034790fa:16:3e:79:1e:fe","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:79:1e:fe"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4864,"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":"5155094879630317825952fa:16:3e:cf:a2:aa","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cf:a2:aa"}},"metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},"strict":true,"cookie":134419845,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13312,"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":"51550748796303178259268318365241219fa:16:3e:cc:d1:50","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cc:d1:50"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"5155054879630317825939fa:16:3e:95:bc:ea","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:95:bc:ea"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":9984,"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":"4879630317825951l2control01: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":"51550948796303178259260163147459722fa:16:3e:cc:4b:ac","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cc:4b:ac"}},"metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},"strict":true,"cookie":134419845,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680896,"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":"51550648796303178259149698414707504fa:16:3e:81:f5:2b","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:81:f5:2b"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"5155084879630317825950fa:16:3e:fe:34:38","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:fe:34:38"}},"metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},"strict":true,"cookie":134419844,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12800,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51550948796303178259228722813034790fa:16:3e:23:92:6d","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:23:92:6d"}},"metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},"strict":true,"cookie":134419845,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"51550848796303178259228722813034790fa:16:3e:9f:d4:6b","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9f:d4:6b"}},"metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},"strict":true,"cookie":134419844,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51550648796303178259149698414707504fa:16:3e:9b:8a:3c","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9b:8a:3c"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"51550848796303178259260163147459722fa:16:3e:9e:c1:3a","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9e:c1:3a"}},"metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},"strict":true,"cookie":134419844,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51550748796303178259268318365241219fa:16:3e:1c:db:04","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1c:db:04"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"51550648796303178259260163147459722fa:16:3e:bc:e0:55","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bc:e0:55"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"51550648796303178259268318365241219fa:16:3e:d6:31:12","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d6:31:12"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"51550548796303178259228722813034790fa:16:3e:f6:d2:83","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:f6:d2:83"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679104,"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":"5155074879630317825947fa:16:3e:fb:cd:eb","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:fb:cd:eb"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12032,"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":"51550548796303178259260163147459722fa:16:3e:94:d8:6e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:94:d8:6e"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679104,"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":"51550748796303178259260163147459722fa:16:3e:8e:51:30","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:8e:51:30"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"51550748796303178259149698414707504fa:16:3e:15:bd:dc","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:15:bd:dc"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"5155064879630317825943fa:16:3e:e0:63:97","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:e0:63:97"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.39.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":39}},"strict":true,"cookie":142606375,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":9984,"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.52.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":52}},"strict":true,"cookie":142606388,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13312,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.43.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":43}},"strict":true,"cookie":142606379,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.52.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":57174604644352,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":52}},"strict":true,"cookie":142606388,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6564.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6564}},"strict":true,"cookie":142612900,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680384,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.43.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":47278999994368,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":43}},"strict":true,"cookie":142606379,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6559.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6559}},"strict":true,"cookie":142612895,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679104,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.50.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":50}},"strict":true,"cookie":142606386,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12800,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6566.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7219393347977216,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6566}},"strict":true,"cookie":142612902,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.47.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":47}},"strict":true,"cookie":142606383,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12032,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.50.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":54975581388800,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":50}},"strict":true,"cookie":142606386,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6559.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7211696766582784,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6559}},"strict":true,"cookie":142612895,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.47.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":51677046505472,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":47}},"strict":true,"cookie":142606383,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.39.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":42880953483264,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":39}},"strict":true,"cookie":142606375,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6564.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7217194324721664,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6564}},"strict":true,"cookie":142612900,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6566.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6566}},"strict":true,"cookie":142612902,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680896,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:48796303178259:6c9c1105-3940-42ee-9d2f-024d720f8ec6","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:9","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:6c9c1105-3940-42ee-9d2f-024d720f8ec6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":42880953483264,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:48796303178259:48796303178259:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:48796303178259:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":30786325577729,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"487963031782590tund8c3e0fcf05","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:3"},"strict":false,"cookie":134217729,"flow-name":"tund8c3e0fcf05","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:48796303178259:a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:13","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":57174604644352,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:48796303178259:b51114c1-a615-4f35-826d-5c87207daef6","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:11","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:b51114c1-a615-4f35-826d-5c87207daef6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":51677046505472,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:48796303178259:4daf7e24-dbed-407f-abdc-43dde77dfcd7","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:12","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:4daf7e24-dbed-407f-abdc-43dde77dfcd7","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":54975581388800,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"487963031782590tund35867a1187","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:2"},"strict":false,"cookie":134217729,"flow-name":"tund35867a1187","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":"0:48796303178259:e47cd172-b806-409b-9f16-a636512d81b3","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:10","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:e47cd172-b806-409b-9f16-a636512d81b3","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":47278999994368,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"487963031782590tunaf467906869","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:5"},"strict":false,"cookie":134217729,"flow-name":"tunaf467906869","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:48796303178259:48796303178259:br-ex-patch:1131","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:1","vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:48796303178259:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7211696766582785,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:48796303178259:48796303178259:br-ex-patch:1132","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:1","vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:48796303178259:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7217194324721665,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:48796303178259:48796303178259:br-ex-patch:1133","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:1","vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:48796303178259:48796303178259:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7219393347977217,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"487963031782590tun5ef24485410","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:48796303178259:4"},"strict":false,"cookie":134217729,"flow-name":"tun5ef24485410","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":80,"flow":[{"id":"L3.48796303178259.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"48796303178259.17.48796303178259:br-ex-patch:1131.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7211696766582784,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.48796303178259:br-ex-patch:1131","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":6559,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536426835193626624,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.17.e47cd172-b806-409b-9f16-a636512d81b3.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":47278999994368,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.e47cd172-b806-409b-9f16-a636512d81b3","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":43,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529262417443815424,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.17.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":57174604644352,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","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":52,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529272313098797056,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.17.b51114c1-a615-4f35-826d-5c87207daef6.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":51677046505472,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.b51114c1-a615-4f35-826d-5c87207daef6","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":47,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529266815507103744,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.17.48796303178259:br-ex-patch:1133.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7219393347977216,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.48796303178259:br-ex-patch:1133","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":6566,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536434531842129920,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.17.48796303178259:br-ex-patch:1132.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7217194324721664,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.48796303178259:br-ex-patch:1132","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":6564,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536432332802097152,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.17.4daf7e24-dbed-407f-abdc-43dde77dfcd7.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":54975581388800,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.4daf7e24-dbed-407f-abdc-43dde77dfcd7","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":50,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529270114058764288,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"48796303178259.17.6c9c1105-3940-42ee-9d2f-024d720f8ec6.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":42880953483264,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.6c9c1105-3940-42ee-9d2f-024d720f8ec6","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":39,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529258019380527104,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":227502,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"beb4d1c4-ace0-4f73-a665-a974dde27662","group-type":"group-all"},{"group-id":227504,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"8e45d798-c7bf-4cbe-9c1e-d8948ad1943d","group-type":"group-all"},{"group-id":211014,"buckets":{"bucket":[{"bucket-id":4,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211013}}],"watch_port":4294967295},{"bucket-id":6,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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},{"bucket-id":5,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":8,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":7,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4864,"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":"d22dcc92-dc35-463d-89ce-f523d606e1a6","group-type":"group-all"},{"group-id":211013,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":47}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","group-type":"group-all"},{"group-id":211016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680384,"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":"e210ae5d-68b7-480c-9497-ececfb37b318","group-type":"group-all"},{"group-id":211015,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":50}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"e210ae5d-68b7-480c-9497-ececfb37b318","group-type":"group-all"},{"group-id":211018,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211017}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1680896,"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":"474bcfc2-5b26-4928-8d4b-03238a3b136b","group-type":"group-all"},{"group-id":211017,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":52}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679104,"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":"0a041094-8665-4135-a8a1-bf3e4bd3167d","group-type":"group-all"},{"group-id":211009,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":39}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","group-type":"group-all"},{"group-id":211012,"buckets":{"bucket":[{"bucket-id":4,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211011}}],"watch_port":4294967295},{"bucket-id":6,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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},{"bucket-id":5,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":8,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":7,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4864,"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":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","group-type":"group-all"},{"group-id":211011,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":43}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","group-type":"group-all"}]},{"id":"openflow:260163147459722","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.260163147459722.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.260163147459722.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.260163147459722.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.260163147459722.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.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,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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.260163147459722.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"260163147459722.220.9acc8ca5-a950-463a-af6b-2ef547c8b2b4.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.9acc8ca5-a950-463a-af6b-2ef547c8b2b4","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"10"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.tun3429b91664d.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.tun3429b91664d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722:br-ex-patch:1133.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1681152}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722:br-ex-patch:1131.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1679360}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722:br-ex-patch:1131.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1679360}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722:br-ex-patch:1132.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1679872}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722:br-ex-patch:1132.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1679872}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722:br-ex-patch:1133.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1681152}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.77f7b64b-7f83-4283-a130-1209f9f8cf3f.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.77f7b64b-7f83-4283-a130-1209f9f8cf3f","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"9"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.7b99f334-3718-4a50-8797-2ad66ef51390.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":13568}}}]},"strict":true,"cookie":134217735,"flow-name":"default.7b99f334-3718-4a50-8797-2ad66ef51390","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"11"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.tunfda004d5e48.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.tunfda004d5e48","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb.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.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.tun91356c17db2.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.tun91356c17db2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722: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":6656}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722: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":"260163147459722.220.862e02e0-e825-4c09-930f-1ec5ed02c220.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.862e02e0-e825-4c09-930f-1ec5ed02c220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"8"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.220.260163147459722: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":6656}}}]},"strict":true,"cookie":134217735,"flow-name":"default.260163147459722:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3678","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":78}},"strict":false,"cookie":151000451,"flow-name":"ITM Flow Entry :5507","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92392128512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3690","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":90}},"strict":false,"cookie":151000450,"flow-name":"ITM Flow Entry :5506","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92375351296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385506","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":90}},"strict":false,"cookie":151328130,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92375351296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385507","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":78}},"strict":false,"cookie":151328131,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92392128512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_L2_Broadcast_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722","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_260163147459722","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722","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_260163147459722","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_260163147459722_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_260163147459722_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_260163147459722_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_260163147459722_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_260163147459722_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_260163147459722_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":"525505true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92358574081,"metadata-mask":1099494850561}},"strict":false,"cookie":141563265,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019648,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211006}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525509false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92425682944,"metadata-mask":1099494850561}},"strict":false,"cookie":141563269,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211018}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525508true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92408905729,"metadata-mask":1099494850561}},"strict":false,"cookie":141563268,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525507false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92392128512,"metadata-mask":1099494850561}},"strict":false,"cookie":141563267,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211014}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525506true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92375351297,"metadata-mask":1099494850561}},"strict":false,"cookie":141563266,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211011}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525505false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92358574080,"metadata-mask":1099494850561}},"strict":false,"cookie":141563265,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525509true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92425682945,"metadata-mask":1099494850561}},"strict":false,"cookie":141563269,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525508false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92408905728,"metadata-mask":1099494850561}},"strict":false,"cookie":141563268,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525507true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92392128513,"metadata-mask":1099494850561}},"strict":false,"cookie":141563267,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211013}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525503true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92325019649,"metadata-mask":1099494850561}},"strict":false,"cookie":141563263,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525506false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92375351296,"metadata-mask":1099494850561}},"strict":false,"cookie":141563266,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211012}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50550926016314745972253fa:16:3e:cc:4b:ac","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:cc:4b:ac"}},"metadata":{"metadata":58366541955072,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550917,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550826016314745972248fa:16:3e:9e:c1:3a","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:9e:c1:3a"}},"metadata":{"metadata":52868967038976,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550916,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550626016314745972242fa:16:3e:bc:e0:55","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:bc:e0:55"}},"metadata":{"metadata":46271863717888,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550914,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550526016314745972240fa:16:3e:94:d8:6e","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:94:d8:6e"}},"metadata":{"metadata":44072823685120,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550913,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550726016314745972246fa:16:3e:8e:51:30","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:8e:51:30"}},"metadata":{"metadata":50669927006208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550915,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51550926016314745972253fa:16:3e:cc:4b:ac","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cc:4b:ac"}},"metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},"strict":true,"cookie":134419845,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13568,"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":"51550826016314745972248796303178259fa:16:3e:fe:34:38","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:fe:34:38"}},"metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},"strict":true,"cookie":134419844,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679872,"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":"515506260163147459722228722813034790fa:16:3e:79:1e:fe","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:79:1e:fe"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"515509260163147459722228722813034790fa:16:3e:23:92:6d","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:23:92:6d"}},"metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},"strict":true,"cookie":134419845,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"515507260163147459722268318365241219fa:16:3e:1c:db:04","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1c:db:04"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1792,"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":"515505260163147459722228722813034790fa:16:3e:f6:d2:83","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:f6:d2:83"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679360,"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":"51550826016314745972248fa:16:3e:9e:c1:3a","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9e:c1:3a"}},"metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},"strict":true,"cookie":134419844,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12288,"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":"51550526016314745972240fa:16:3e:94:d8:6e","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:94:d8:6e"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","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":"51550726016314745972246fa:16:3e:8e:51:30","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:8e:51:30"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11776,"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":"51550626016314745972248796303178259fa:16:3e:e0:63:97","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:e0:63:97"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"515507260163147459722268318365241219fa:16:3e:cc:d1:50","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cc:d1:50"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1792,"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":"515507260163147459722228722813034790fa:16:3e:96:56:45","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:96:56:45"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"515507260163147459722149698414707504fa:16:3e:15:bd:dc","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:15:bd:dc"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"515506260163147459722149698414707504fa:16:3e:81:f5:2b","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:81:f5:2b"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51550926016314745972248796303178259fa:16:3e:cf:a2:aa","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cf:a2:aa"}},"metadata":{"metadata":92425682944,"metadata-mask":1099494850560}},"strict":true,"cookie":134419845,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"51550526016314745972248796303178259fa:16:3e:95:bc:ea","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:95:bc:ea"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"515506260163147459722268318365241219fa:16:3e:d6:31:12","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d6:31:12"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1792,"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":"515508260163147459722228722813034790fa:16:3e:9f:d4:6b","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9f:d4:6b"}},"metadata":{"metadata":92408905728,"metadata-mask":1099494850560}},"strict":true,"cookie":134419844,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679872,"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":"51550626016314745972242fa:16:3e:bc:e0:55","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bc:e0:55"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","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":"26016314745972251l2control01: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":"515505260163147459722149698414707504fa:16:3e:d3:36:a1","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d3:36:a1"}},"metadata":{"metadata":92358574080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419841,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679360,"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":"515506260163147459722149698414707504fa:16:3e:9b:8a:3c","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9b:8a:3c"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{}}]},"idle-timeout":0,"barrier":false},{"id":"51550726016314745972248796303178259fa:16:3e:fb:cd:eb","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:fb:cd:eb"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.6567.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7220492859604992,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6567}},"strict":true,"cookie":142612903,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","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":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.48.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":52776558133248,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":48}},"strict":true,"cookie":142606384,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","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":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","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.53.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":58274116272128,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":53}},"strict":true,"cookie":142606389,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6554.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7206199208443904,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6554}},"strict":true,"cookie":142612890,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.46.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":50577534877696,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":46}},"strict":true,"cookie":142606382,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6560.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6560}},"strict":true,"cookie":142612896,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679360,"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.6554.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6554}},"strict":true,"cookie":142612890,"flow-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1677824,"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.46.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":46}},"strict":true,"cookie":142606382,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11776,"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.6560.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7212796278210560,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6560}},"strict":true,"cookie":142612896,"flow-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6562.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6562}},"strict":true,"cookie":142612898,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679872,"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.6567.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":6567}},"strict":true,"cookie":142612903,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1681152,"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":"0a041094-8665-4135-a8a1-bf3e4bd3167d","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":"0a041094-8665-4135-a8a1-bf3e4bd3167d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.6562.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7214995301466112,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":6562}},"strict":true,"cookie":142612898,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.53.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":53}},"strict":true,"cookie":142606389,"flow-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13568,"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.48.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":48}},"strict":true,"cookie":142606384,"flow-name":"e210ae5d-68b7-480c-9497-ececfb37b318","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12288,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:260163147459722:77f7b64b-7f83-4283-a130-1209f9f8cf3f","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:9","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:77f7b64b-7f83-4283-a130-1209f9f8cf3f","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":50577534877696,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"2601631474597220tun3429b91664d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:2"},"strict":false,"cookie":134217729,"flow-name":"tun3429b91664d","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":"0:260163147459722:4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","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:260163147459722:260163147459722:br-ex-patch:1131","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:1","vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:260163147459722:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7212796278210561,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:260163147459722:9acc8ca5-a950-463a-af6b-2ef547c8b2b4","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:10","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:9acc8ca5-a950-463a-af6b-2ef547c8b2b4","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":52776558133248,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:260163147459722:260163147459722:br-ex-patch:1132","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:1","vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:260163147459722:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7214995301466113,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:260163147459722:260163147459722:br-ex-patch:1133","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:1","vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:260163147459722:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":7220492859604993,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"2601631474597220tun91356c17db2","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:3"},"strict":false,"cookie":134217729,"flow-name":"tun91356c17db2","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":"2601631474597220tunfda004d5e48","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:4"},"strict":false,"cookie":134217729,"flow-name":"tunfda004d5e48","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":"0:260163147459722:260163147459722:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:260163147459722:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":28587302322177,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:260163147459722:862e02e0-e825-4c09-930f-1ec5ed02c220","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:8","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:862e02e0-e825-4c09-930f-1ec5ed02c220","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":"0:260163147459722:7b99f334-3718-4a50-8797-2ad66ef51390","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:260163147459722:11","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:260163147459722:7b99f334-3718-4a50-8797-2ad66ef51390","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":58274116272128,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.260163147459722.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"260163147459722.17.862e02e0-e825-4c09-930f-1ec5ed02c220.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":46179488366592,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.862e02e0-e825-4c09-930f-1ec5ed02c220","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":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529261317932187648,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.17.260163147459722:br-ex-patch:1132.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7214995301466112,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.260163147459722:br-ex-patch:1132","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":6562,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536430133778841600,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.17.260163147459722:br-ex-patch:1133.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7220492859604992,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.260163147459722:br-ex-patch:1133","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":6567,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536435631353757696,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.17.7b99f334-3718-4a50-8797-2ad66ef51390.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":58274116272128,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.7b99f334-3718-4a50-8797-2ad66ef51390","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":53,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5509,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529273412610424832,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.17.77f7b64b-7f83-4283-a130-1209f9f8cf3f.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":50577534877696,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.77f7b64b-7f83-4283-a130-1209f9f8cf3f","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":46,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529265715995475968,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.17.9acc8ca5-a950-463a-af6b-2ef547c8b2b4.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":52776558133248,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.e210ae5d-68b7-480c-9497-ececfb37b318.9acc8ca5-a950-463a-af6b-2ef547c8b2b4","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":48,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5508,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529267915035508736,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.17.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":43980465111040,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","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":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529259118892154880,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"260163147459722.17.260163147459722:br-ex-patch:1131.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":7212796278210560,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.260163147459722:br-ex-patch:1131","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":6560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5505,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11536427934705254400,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":227502,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"beb4d1c4-ace0-4f73-a665-a974dde27662","group-type":"group-all"},{"group-id":227501,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"d5d03cd5-d1f2-48a6-8050-689240132f2c","group-type":"group-all"},{"group-id":227503,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"d032fe08-a837-425c-b1d9-a26270c7451e","group-type":"group-all"},{"group-id":211014,"buckets":{"bucket":[{"bucket-id":3,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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},{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211013}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1792,"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":78}}},{"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":"d22dcc92-dc35-463d-89ce-f523d606e1a6","group-type":"group-all"},{"group-id":211013,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":46}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","group-type":"group-all"},{"group-id":211016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679872,"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":"e210ae5d-68b7-480c-9497-ececfb37b318","group-type":"group-all"},{"group-id":211015,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":48}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"e210ae5d-68b7-480c-9497-ececfb37b318","group-type":"group-all"},{"group-id":211018,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211017}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1681152,"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":"474bcfc2-5b26-4928-8d4b-03238a3b136b","group-type":"group-all"},{"group-id":211017,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":53}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","group-type":"group-all"},{"group-id":211006,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211005}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1677824,"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":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211005,"buckets":{},"group-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","group-type":"group-all"},{"group-id":211010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1679360,"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":"0a041094-8665-4135-a8a1-bf3e4bd3167d","group-type":"group-all"},{"group-id":211009,"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":"0a041094-8665-4135-a8a1-bf3e4bd3167d","group-type":"group-all"},{"group-id":211012,"buckets":{"bucket":[{"bucket-id":3,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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},{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":211011}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1792,"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":90}}},{"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":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","group-type":"group-all"},{"group-id":211011,"buckets":{"bucket":[{"bucket-id":0,"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":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","group-type":"group-all"}]},{"id":"openflow:268318365241219","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.268318365241219.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"Egress_Fixed_Conntrk_268318365241219_58_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false},{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_268318365241219_55_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_268318365241219_55_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_268318365241219_58_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_268318365241219_59_MatchEthernetType[2048]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_268318365241219_59_MatchEthernetType[34525]_Recirc","priority":100,"table_id":212,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.268318365241219.21.0.0.0.0.103001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.268318365241219.21.0.0.0.0.103001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":227500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92308448434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Egress_DHCP_Client_v4268318365241219_59_fa:16:3e:1c:db:04_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1c:db:04"},"ethernet-type":{"type":2048}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_fa:16:3e:cc:d1:50_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:cc:d1:50"},"ethernet-type":{"type":34525}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_L2Broadcast_268318365241219_55_fa:16:3e:d6:31:12","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d6:31:12"}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_59_fa:16:3e:1c:db:04","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1c:db:04"}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_fa:16:3e:cc:d1:5033.0.0.18","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:cc:d1:50"},"ethernet-type":{"type":2054}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"arp-source-transport-address":"33.0.0.18/32","arp-source-hardware-address":{"address":"fa:16:3e:cc:d1:50"}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_fa:16:3e:cc:d1:50_fe80:0:0:0:f816:3eff:fecc:d150","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:cc:d1:50"},"ethernet-type":{"type":34525}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fecc:d150/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_268318365241219_59_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_55_fa:16:3e:d6:31:12_fe80:0:0:0:f816:3eff:fed6:3112","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d6:31:12"},"ethernet-type":{"type":34525}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fed6:3112/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Goto_Classifier_268318365241219_59_fa:16:3e:1c:db:04_fe80:0:0:0:f816:3eff:fe1c:db04","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1c:db:04"},"ethernet-type":{"type":34525}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"ipv6-source":"fe80:0:0:0:f816:3eff:fe1c:db04/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","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_L2Broadcast_268318365241219_58_fa:16:3e:cc:d1:50","priority":61005,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:cc:d1:50"}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_fa:16:3e:cc:d1:50_33.0.0.18","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:cc:d1:50"},"ethernet-type":{"type":2048}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"ipv4-source":"33.0.0.18/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Client_v6_268318365241219_59_fa:16:3e:1c:db:04_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1c:db:04"},"ethernet-type":{"type":34525}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_55_fa:16:3e:d6:31:1232.0.0.15","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d6:31:12"},"ethernet-type":{"type":2054}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"arp-source-transport-address":"32.0.0.15/32","arp-source-hardware-address":{"address":"fa:16:3e:d6:31:12"}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_Fixed_Goto_Classifier_268318365241219_55_fa:16:3e:d6:31:12_32.0.0.15","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d6:31:12"},"ethernet-type":{"type":2048}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"ipv4-source":"32.0.0.15/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ARP_268318365241219_59_fa:16:3e:1c:db:0433.0.0.5","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1c:db:04"},"ethernet-type":{"type":2054}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"arp-source-transport-address":"33.0.0.5/32","arp-source-hardware-address":{"address":"fa:16:3e:1c:db:04"}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_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_ICMPv6_268318365241219_55_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v4268318365241219_55_fa:16:3e:d6:31:12_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d6:31:12"},"ethernet-type":{"type":2048}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"ACL","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_v4268318365241219_58_fa:16:3e:cc:d1:50_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:cc:d1:50"},"ethernet-type":{"type":2048}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":68,"udp-destination-port":67},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_55_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_59_135_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":135}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_55_fa:16:3e:d6:31:12_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d6:31:12"},"ethernet-type":{"type":34525}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17},"udp-source-port":546,"udp-destination-port":547},"strict":false,"cookie":110100480,"flow-name":"ACL","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_Fixed_Goto_Classifier_268318365241219_59_fa:16:3e:1c:db:04_33.0.0.5","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1c:db:04"},"ethernet-type":{"type":2048}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"ipv4-source":"33.0.0.5/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":211}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_268318365241219_55_136_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":136}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_59_133_Permit_","priority":63010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":133}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":"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.268318365241219.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Egress_Acl_Commit_Conntrack_268318365241219_58_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_268318365241219_55_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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_268318365241219_59_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":64871186038788,"metadata-mask":1152920405095219204}},"strict":false,"cookie":64871296139265,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_268318365241219_59_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_268318365241219_59","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":64871186038786,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_268318365241219_58_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":63771674411012,"metadata-mask":1152920405095219204}},"strict":false,"cookie":63771784511489,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Non_Conntrack_268318365241219_58","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":63771674411010,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"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_Acl_Commit_Non_Conntrack_268318365241219_55","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":60473139527682,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_59_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_268318365241219_55_MatchEthernetType[2048]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Acl_Commit_Conntrack_268318365241219_58_MatchEthernetType[34525]","priority":100,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219202}},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_268318365241219_55_Drop","priority":62020,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":60473139527684,"metadata-mask":1152920405095219204}},"strict":false,"cookie":60473249628161,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":206002,"metadata-mask":16777214},"ipv4-destination":"192.0.2.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.268318365241219.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"UDP_DESTINATION_1_0Egress_268318365241219_55_a9faeddd-6897-4433-b74d-fd3057b7c88b","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_268318365241219_58_409d1e2e-49bd-4558-889e-c94ecd121d6a","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_268318365241219_59_1ade15f6-67ba-47af-bb39-cbba7946a980","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop268318365241219_59_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":64871186038784,"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":64871296139265,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_268318365241219_59","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200}},"strict":false,"cookie":64871296139265,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_268318365241219_59_b17b0178-d478-43d8-90bd-a17521a16de2","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Egress_268318365241219_55_1ade15f6-67ba-47af-bb39-cbba7946a980","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_268318365241219_55_b17b0178-d478-43d8-90bd-a17521a16de2","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_268318365241219_58_4cdf6311-52bf-4af7-b15c-355c39c419d5","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_268318365241219_59_a9faeddd-6897-4433-b74d-fd3057b7c88b","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_268318365241219_55_4cdf6311-52bf-4af7-b15c-355c39c419d5","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Egress_268318365241219_58_b17b0178-d478-43d8-90bd-a17521a16de2","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_268318365241219_55","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200}},"strict":false,"cookie":60473249628161,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Egress_268318365241219_58_a9faeddd-6897-4433-b74d-fd3057b7c88b","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_268318365241219_59_4cdf6311-52bf-4af7-b15c-355c39c419d5","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Acl_Rule_Miss_Drop_268318365241219_58","priority":50,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200}},"strict":false,"cookie":63771784511489,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Conntrk_Drop268318365241219_55_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":60473139527680,"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":60473249628161,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ETHERnullEgress_268318365241219_59_409d1e2e-49bd-4558-889e-c94ecd121d6a","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_268318365241219_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_268318365241219_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":"Egress_Fixed_Conntrk_Drop268318365241219_58_Tracked_Invalid","priority":62020,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":63771674411008,"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":63771784511489,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_268318365241219_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_268318365241219_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":"ICMP_Egress_268318365241219_58_1ade15f6-67ba-47af-bb39-cbba7946a980","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"ACL","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,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_268318365241219_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_268318365241219_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":"ETHERnullEgress_268318365241219_55_409d1e2e-49bd-4558-889e-c94ecd121d6a","priority":2003,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200}},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.268318365241219.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"268318365241219.220.tun7dd6c062707.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.tun7dd6c062707","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tunfb23e7715ee.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.tunfb23e7715ee","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"5"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tunb223582a781.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.tunb223582a781","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.tun23278d86c3d.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.tun23278d86c3d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"4"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.1e008626-6887-40a0-967d-8cf98796e3f6.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":14848}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.1e008626-6887-40a0-967d-8cf98796e3f6","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":2415933952,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.28de207b-d7a8-4cf8-b7e2-bf182b64fef8.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":2415933184}}}]},"strict":true,"cookie":134217735,"flow-name":"default.28de207b-d7a8-4cf8-b7e2-bf182b64fef8","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.b5219944-d378-4c4b-ae45-dd5f093c9d39.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":2415934208}}}]},"strict":true,"cookie":134217735,"flow-name":"default.b5219944-d378-4c4b-ae45-dd5f093c9d39","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"8"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.1e008626-6887-40a0-967d-8cf98796e3f6.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":2415933952}}}]},"strict":true,"cookie":134217735,"flow-name":"default.1e008626-6887-40a0-967d-8cf98796e3f6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.28de207b-d7a8-4cf8-b7e2-bf182b64fef8.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":14080}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.28de207b-d7a8-4cf8-b7e2-bf182b64fef8","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":2415933184,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.220.b5219944-d378-4c4b-ae45-dd5f093c9d39.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":15104}}}]},"strict":true,"cookie":110100480,"flow-name":"acl.egressacl.b5219944-d378-4c4b-ae45-dd5f093c9d39","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":2415934208,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3678","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":78}},"strict":false,"cookie":151000451,"flow-name":"ITM Flow Entry :5507","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92392128512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3690","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":90}},"strict":false,"cookie":151000450,"flow-name":"ITM Flow Entry :5506","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92375351296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385506","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":90}},"strict":false,"cookie":151328130,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92375351296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385507","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":78}},"strict":false,"cookie":151328131,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":92392128512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5500}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_DHCP_Server_v4268318365241219_55_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":14080}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_55_32.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":14080}}}],"ipv4-destination":"32.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v6_268318365241219_59_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":15104}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_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_268318365241219_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v4268318365241219_58_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":14848}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_55_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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_fa:16:3e:cc:d1:50_fe80:0:0:0:f816:3eff:fecc:d150","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cc:d1:50"},"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":14848}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fecc:d150/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_268318365241219_55_fa:16:3e:d6:31:12_fe80:0:0:0:f816:3eff:fed6:3112","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d6:31:12"},"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":14080}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fed6:3112/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_268318365241219_58_fa:16:3e:cc:d1:50_33.0.0.18","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cc:d1:50"},"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":14848}}}],"ipv4-destination":"33.0.0.18/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_268318365241219_59","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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_59_33.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":15104}}}],"ipv4-destination":"33.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_268318365241219_59_fa:16:3e:1c:db:04_fe80:0:0:0:f816:3eff:fe1c:db04","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1c:db:04"},"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":15104}}}],"ipv6-destination":"fe80:0:0:0:f816:3eff:fe1c:db04/128"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ARP_268318365241219_55","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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_59_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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58","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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_55_fa:16:3e:d6:31:12_32.0.0.15","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d6:31:12"},"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":14080}}}],"ipv4-destination":"32.0.0.15/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ICMPv6_268318365241219_55_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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_55_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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_268318365241219_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_268318365241219_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_268318365241219_55_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":14080}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_33.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":14848}}}],"ipv4-destination":"33.0.0.255/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Goto_Classifier_268318365241219_59_fa:16:3e:1c:db:04_33.0.0.5","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1c:db:04"},"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":15104}}}],"ipv4-destination":"33.0.0.5/32"},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_DHCP_Server_v4268318365241219_59_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":15104}}}],"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_58_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":14848}}}],"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_59_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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_59_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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219","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_268318365241219","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219","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_268318365241219","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_268318365241219_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_268318365241219_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":"UDP_DESTINATION_1_0Ingress_268318365241219_59_bc591cbe-854f-44fa-845c-68c3eb2e74c2","priority":2003,"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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_Drop268318365241219_58_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":14848}}}]},"strict":false,"cookie":63771784511489,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_268318365241219_58_f1b83667-434a-4c14-ba37-59a39dace3ca","priority":2003,"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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_Drop268318365241219_55_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":14080}}}]},"strict":false,"cookie":60473249628161,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_268318365241219_59","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":15104}}}]},"strict":false,"cookie":64871296139265,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_268318365241219_59_44b7bb50-3501-4ba0-8d46-003926656732","priority":2003,"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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"TCP_DESTINATION_1_0Ingress_268318365241219_59_f1b83667-434a-4c14-ba37-59a39dace3ca","priority":2003,"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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_268318365241219_58_bc591cbe-854f-44fa-845c-68c3eb2e74c2","priority":2003,"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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_268318365241219_55","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":14080}}}]},"strict":false,"cookie":60473249628161,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_268318365241219_55_44b7bb50-3501-4ba0-8d46-003926656732","priority":2003,"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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"UDP_DESTINATION_1_0Ingress_268318365241219_55_bc591cbe-854f-44fa-845c-68c3eb2e74c2","priority":2003,"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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Acl_Rule_Miss_Drop_268318365241219_58","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":14848}}}]},"strict":false,"cookie":63771784511489,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"ICMP_Ingress_268318365241219_58_44b7bb50-3501-4ba0-8d46-003926656732","priority":2003,"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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_Drop268318365241219_59_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":15104}}}]},"strict":false,"cookie":64871296139265,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_268318365241219_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_268318365241219_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_268318365241219_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_268318365241219_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":"TCP_DESTINATION_1_0Ingress_268318365241219_55_f1b83667-434a-4c14-ba37-59a39dace3ca","priority":2003,"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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525506true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92375351297,"metadata-mask":1099494850561}},"strict":false,"cookie":141563266,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211011}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525507false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92392128512,"metadata-mask":1099494850561}},"strict":false,"cookie":141563267,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211014}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525507true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92392128513,"metadata-mask":1099494850561}},"strict":false,"cookie":141563267,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211013}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525502true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92308242433,"metadata-mask":1099494850561}},"strict":false,"cookie":141563262,"flow-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525506false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":92375351296,"metadata-mask":1099494850561}},"strict":false,"cookie":141563266,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":211012}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50550626831836524121955fa:16:3e:d6:31:12","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:d6:31:12"}},"metadata":{"metadata":60565514878976,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550914,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550726831836524121958fa:16:3e:cc:d1:50","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:cc:d1:50"}},"metadata":{"metadata":63864066539520,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550915,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50550726831836524121959fa:16:3e:1c:db:04","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:1c:db:04"}},"metadata":{"metadata":64963578167296,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550915,"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_268318365241219_55_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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_268318365241219_58_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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_268318365241219_59_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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false},{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_268318365241219_58_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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_268318365241219_55_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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Fixed_Conntrk_268318365241219_59_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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"515507268318365241219260163147459722fa:16:3e:8e:51:30","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:8e:51:30"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1024,"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":"515507268318365241219149698414707504fa:16:3e:15:bd:dc","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:15:bd:dc"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"51550626831836524121955fa:16:3e:d6:31:12","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:d6:31:12"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":14080,"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":"51550626831836524121948796303178259fa:16:3e:e0:63:97","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:e0:63:97"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"51550726831836524121958fa:16:3e:cc:d1:50","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:cc:d1:50"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":14848,"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":"515506268318365241219260163147459722fa:16:3e:bc:e0:55","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bc:e0:55"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1024,"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":"51550726831836524121959fa:16:3e:1c:db:04","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:1c:db:04"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":15104,"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,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"51550726831836524121948796303178259fa:16:3e:fb:cd:eb","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:fb:cd:eb"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"515506268318365241219149698414707504fa:16:3e:81:f5:2b","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:81:f5:2b"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"515506268318365241219149698414707504fa:16:3e:9b:8a:3c","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:9b:8a:3c"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":"515507268318365241219228722813034790fa:16:3e:96:56:45","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:96:56:45"}},"metadata":{"metadata":92392128512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419843,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":"26831836524121951l2control01: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":"515506268318365241219228722813034790fa:16:3e:79:1e:fe","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:79:1e:fe"}},"metadata":{"metadata":92375351296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419842,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_268318365241219_58_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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_268318365241219_59_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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_268318365241219_55_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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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_268318365241219_59_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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_268318365241219_58","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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_59","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":15104}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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_268318365241219_55","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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_268318365241219_55_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":14080}}}]},"strict":false,"cookie":60473249628161,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_268318365241219_59_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":15104}}}]},"strict":false,"cookie":64871296139265,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_268318365241219_58_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":14848}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5507}},{"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_268318365241219_58_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":14848}}}]},"strict":false,"cookie":63771784511489,"flow-name":"ACL","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_Acl_Commit_Conntrack_268318365241219_55_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":14080}}}]},"strict":false,"cookie":110100480,"flow-name":"ACL","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":5506}},{"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.55.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":55}},"strict":true,"cookie":142606391,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":14080,"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.58.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":63771674411008,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":58}},"strict":true,"cookie":142606394,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.59.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":59}},"strict":true,"cookie":142606395,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":15104,"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.55.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":60473139527680,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":55}},"strict":true,"cookie":142606391,"flow-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.58.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":58}},"strict":true,"cookie":142606394,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":14848,"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.59.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":64871186038784,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":59}},"strict":true,"cookie":142606395,"flow-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"2683183652412190tunb223582a781","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:2"},"strict":false,"cookie":134217729,"flow-name":"tunb223582a781","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":"2683183652412190tunfb23e7715ee","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:5"},"strict":false,"cookie":134217729,"flow-name":"tunfb23e7715ee","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:268318365241219:b5219944-d378-4c4b-ae45-dd5f093c9d39","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:8","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:268318365241219:b5219944-d378-4c4b-ae45-dd5f093c9d39","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":64871186038784,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"2683183652412190tun23278d86c3d","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:4"},"strict":false,"cookie":134217729,"flow-name":"tun23278d86c3d","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:268318365241219:28de207b-d7a8-4cf8-b7e2-bf182b64fef8","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:268318365241219:28de207b-d7a8-4cf8-b7e2-bf182b64fef8","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":60473139527680,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:268318365241219:1e008626-6887-40a0-967d-8cf98796e3f6","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:268318365241219:1e008626-6887-40a0-967d-8cf98796e3f6","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":63771674411008,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"2683183652412190tun7dd6c062707","priority":5,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:268318365241219:3"},"strict":false,"cookie":134217729,"flow-name":"tun7dd6c062707","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":80,"flow":[{"id":"L3.268318365241219.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"268318365241219.17.b5219944-d378-4c4b-ae45-dd5f093c9d39.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":64871186038784,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.b5219944-d378-4c4b-ae45-dd5f093c9d39","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":10376358412647661568,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.17.1e008626-6887-40a0-967d-8cf98796e3f6.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":63771674411008,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.1e008626-6887-40a0-967d-8cf98796e3f6","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":10376357313136033792,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.17.b5219944-d378-4c4b-ae45-dd5f093c9d39.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376358412647661568,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.b5219944-d378-4c4b-ae45-dd5f093c9d39","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":59,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529280009646637056,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.17.28de207b-d7a8-4cf8-b7e2-bf182b64fef8.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":60473139527680,"metadata-mask":18446742974197923840}},"strict":true,"cookie":110100480,"flow-name":"acl.ingressacl.28de207b-d7a8-4cf8-b7e2-bf182b64fef8","instructions":{"instruction":[{"order":1,"go-to-table":{"table_id":210}},{"order":2,"write-metadata":{"metadata":10376354014601150464,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.17.28de207b-d7a8-4cf8-b7e2-bf182b64fef8.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376354014601150464,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.28de207b-d7a8-4cf8-b7e2-bf182b64fef8","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":55,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5506,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529275611583348736,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"268318365241219.17.1e008626-6887-40a0-967d-8cf98796e3f6.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376357313136033792,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.1e008626-6887-40a0-967d-8cf98796e3f6","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":58,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5507,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":4,"write-metadata":{"metadata":11529278910135009280,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":211014,"buckets":{"bucket":[{"bucket-id":12,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":11,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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":13,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"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},{"bucket-id":10,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":78}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1024,"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":1,"group-action":{"group-id":211013}}],"watch_port":4294967295}]},"group-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","group-type":"group-all"},{"group-id":5500,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":211013,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":58}}},{"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":59}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","group-type":"group-all"},{"group-id":211012,"buckets":{"bucket":[{"bucket-id":12,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":11,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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":13,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"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},{"bucket-id":10,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":90}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1024,"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":1,"group-action":{"group-id":211011}}],"watch_port":4294967295}]},"group-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","group-type":"group-all"},{"group-id":211011,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":55}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181020 15:08:23.227" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.242" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181020 15:08:23.242" starttime="20181020 15:08:22.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="20181020 15:08:23.259" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211009
                                            },
                                            "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": 1681408
                                            },
                                            "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": 211010,
                        "group-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 54
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211009,
                        "group-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 1280
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 4,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 3,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211011
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3328
                                            },
                                            "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": 90
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 512
                                            },
                                            "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": 211012,
                        "group-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 56
                                                }
                                            }
                                        },
                                        {
                                            "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": 57
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211011,
                        "group-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 1280
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 4,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 3,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211013
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3328
                                            },
                                            "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": 78
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 512
                                            },
                                            "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": 211014,
                        "group-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 60
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211013,
                        "group-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_57_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_57_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_60_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_54_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5505,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_56_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_54_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5505,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_56_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_149698414707504_60_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.149698414707504.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.149698414707504.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_60_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": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4149698414707504_54_fa:16:3e:d3:36:a1_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:d3:36:a1"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_56_fa:16:3e:81:f5:2b_fe80:0:0:0:f816:3eff:fe81:f52b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:81:f5:2b"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fe81:f52b/128",
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_149698414707504_54_fa:16:3e:d3:36:a131.0.0.11",
                                "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:d3:36:a1"
                                    },
                                    "arp-source-transport-address": "31.0.0.11/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d3:36:a1"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_54_fa:16:3e:d3:36:a1_fe80:0:0:0:f816:3eff:fed3:36a1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d3:36:a1"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fed3:36a1/128",
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_56_fa:16:3e:81:f5:2b_32.0.0.10",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:81:f5:2b"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "32.0.0.10/32",
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_60_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": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_149698414707504_57_fa:16:3e:9b:8a:3c",
                                "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:9b:8a:3c"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_149698414707504_54_fa:16:3e:d3:36:a1",
                                "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:d3:36:a1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_54_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": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_57_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": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_149698414707504_57_fa:16:3e:9b:8a:3c32.0.0.7",
                                "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:9b:8a:3c"
                                    },
                                    "arp-source-transport-address": "32.0.0.7/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:9b:8a:3c"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_54_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": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4149698414707504_57_fa:16:3e:9b:8a:3c_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:9b:8a:3c"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_60_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": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_149698414707504_54_fa:16:3e:d3:36:a1_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:d3:36:a1"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_54_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": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4149698414707504_60_fa:16:3e:15:bd:dc_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:15:bd:dc"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_57_fa:16:3e:9b:8a:3c_32.0.0.7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:9b:8a:3c"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "32.0.0.7/32",
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_54_fa:16:3e:d3:36:a1_31.0.0.11",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d3:36:a1"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "31.0.0.11/32",
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_60_fa:16:3e:15:bd:dc_fe80:0:0:0:f816:3eff:fe15:bddc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:15:bd:dc"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fe15:bddc/128",
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_56_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": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_57_fa:16:3e:9b:8a:3c_fe80:0:0:0:f816:3eff:fe9b:8a3c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:9b:8a:3c"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fe9b:8a3c/128",
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4149698414707504_56_fa:16:3e:81:f5:2b_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:81:f5:2b"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_149698414707504_57_fa:16:3e:9b:8a:3c_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:9b:8a:3c"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_149698414707504_60_fa:16:3e:15:bd:dc33.0.0.19",
                                "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:15:bd:dc"
                                    },
                                    "arp-source-transport-address": "33.0.0.19/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:15:bd:dc"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_57_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": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_56_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": 61572651155456,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_149698414707504_56_fa:16:3e:81:f5:2b",
                                "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:81:f5:2b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_56_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": 61572651155456,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_149698414707504_57_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": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_149698414707504_60_fa:16:3e:15:bd:dc_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:15:bd:dc"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_149698414707504_60_fa:16:3e:15:bd:dc_33.0.0.19",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:15:bd:dc"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "33.0.0.19/32",
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_149698414707504_56_fa:16:3e:81:f5:2b32.0.0.10",
                                "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:81:f5:2b"
                                    },
                                    "arp-source-transport-address": "32.0.0.10/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:81:f5:2b"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_149698414707504_60_fa:16:3e:15:bd:dc",
                                "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:15:bd:dc"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_149698414707504_56_fa:16:3e:81:f5:2b_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:81:f5:2b"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "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.149698414707504.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 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_149698414707504_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_60_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 65970697666560,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_54_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5505,
                                                            "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": 59373627899904,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_149698414707504_60",
                                "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": 65970697666562,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_56_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 61572651155456,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_60_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 65970697666560,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_57_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 62672162783232,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 59373738000385,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_149698414707504_54_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 59373627899908,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_56_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 61572651155456,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 62672272883713,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_149698414707504_57_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 62672162783236,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 61572761255937,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_149698414707504_56_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 61572651155460,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_57_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 62672162783232,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 65970807767041,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_149698414707504_60_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 65970697666564,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_149698414707504_54_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5505,
                                                            "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": 59373627899904,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_149698414707504_56",
                                "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": 61572651155458,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_149698414707504_57",
                                "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": 62672162783234,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_149698414707504_54",
                                "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": 59373627899906,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_149698414707504_56_a9faeddd-6897-4433-b74d-fd3057b7c88b",
                                "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": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_149698414707504_60_1ade15f6-67ba-47af-bb39-cbba7946a980",
                                "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": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_149698414707504_57_b17b0178-d478-43d8-90bd-a17521a16de2",
                                "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": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_149698414707504_56_b17b0178-d478-43d8-90bd-a17521a16de2",
                                "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": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 65970807767041,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop149698414707504_60_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "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": 59373738000385,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_54",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_54_409d1e2e-49bd-4558-889e-c94ecd121d6a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_57_409d1e2e-49bd-4558-889e-c94ecd121d6a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_149698414707504_56_1ade15f6-67ba-47af-bb39-cbba7946a980",
                                "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": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_149698414707504_60_a9faeddd-6897-4433-b74d-fd3057b7c88b",
                                "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": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_60_4cdf6311-52bf-4af7-b15c-355c39c419d5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 59373738000385,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop149698414707504_54_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_54_4cdf6311-52bf-4af7-b15c-355c39c419d5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_149698414707504_54_b17b0178-d478-43d8-90bd-a17521a16de2",
                                "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": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_56_409d1e2e-49bd-4558-889e-c94ecd121d6a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 62672272883713,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop149698414707504_57_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_149698414707504_57_1ade15f6-67ba-47af-bb39-cbba7946a980",
                                "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": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 65970807767041,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_60",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_149698414707504_54_a9faeddd-6897-4433-b74d-fd3057b7c88b",
                                "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": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_60_409d1e2e-49bd-4558-889e-c94ecd121d6a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_149698414707504_60_b17b0178-d478-43d8-90bd-a17521a16de2",
                                "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": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 62672272883713,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_57",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_149698414707504_54_1ade15f6-67ba-47af-bb39-cbba7946a980",
                                "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": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 61572761255937,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_149698414707504_56",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_57_4cdf6311-52bf-4af7-b15c-355c39c419d5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 61572761255937,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop149698414707504_56_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "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": "Fixed_Conntrk_Trk_149698414707504_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_149698414707504_57_a9faeddd-6897-4433-b74d-fd3057b7c88b",
                                "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": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_149698414707504_56_4cdf6311-52bf-4af7-b15c-355c39c419d5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.149698414707504:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.149698414707504: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": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.149698414707504:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.149698414707504:br-ex-patch:1131.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1681408
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.7d42da05-3ca6-4e54-a192-b2bf0d462571",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.7d42da05-3ca6-4e54-a192-b2bf0d462571.9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "9"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 2415932928
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.149698414707504:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.149698414707504:br-ex-patch:1131.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1131,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1681408
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.149698414707504:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.149698414707504: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": 8960
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.e9366b0b-8e60-4a86-a972-9a513d34b838",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.e9366b0b-8e60-4a86-a972-9a513d34b838.9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "11"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 2415933696
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tund94e4440a70",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tund94e4440a70.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
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunb3adfc3e977",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tunb3adfc3e977.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": 110100480,
                                "flow-name": "acl.egressacl.e9366b0b-8e60-4a86-a972-9a513d34b838",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.e9366b0b-8e60-4a86-a972-9a513d34b838.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": 2415933696
                                                        },
                                                        "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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun6de6aefe245",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tun6de6aefe245.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": 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.8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.8ee548c5-a04d-4eef-bb99-5d2640865f7a.9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "10"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 2415933440
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun617d26e46a5",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.tun617d26e46a5.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.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b.9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "12"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 2415934464
                                                }
                                            },
                                            "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.7d42da05-3ca6-4e54-a192-b2bf0d462571",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.7d42da05-3ca6-4e54-a192-b2bf0d462571.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": 2415932928
                                                        },
                                                        "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": 13824
                                                }
                                            },
                                            "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.8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.8ee548c5-a04d-4eef-bb99-5d2640865f7a.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": 2415933440
                                                        },
                                                        "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": 14336
                                                }
                                            },
                                            "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.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                                "hard-timeout": 0,
                                "id": "149698414707504.220.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b.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": 2415934464
                                                        },
                                                        "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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 6,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000451,
                                "flow-name": "ITM Flow Entry :5507",
                                "hard-timeout": 0,
                                "id": "3678",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92392128512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 78
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 151000450,
                                "flow-name": "ITM Flow Entry :5506",
                                "hard-timeout": 0,
                                "id": "3690",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92375351296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 90
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328130,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "385506",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92375351296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 90
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151328131,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "385507",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92392128512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 78
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_149698414707504_56_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": 14336
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_149698414707504_57_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": 14592
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_60_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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_54_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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_60_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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_56_fa:16:3e:81:f5:2b_32.0.0.10",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:81:f5:2b"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "32.0.0.10/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_54_fa:16:3e:d3:36:a1_fe80:0:0:0:f816:3eff:fed3:36a1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d3:36:a1"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fed3:36a1/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_57_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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4149698414707504_54_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": 13824
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_56_fa:16:3e:81:f5:2b_fe80:0:0:0:f816:3eff:fe81:f52b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:81:f5:2b"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fe81:f52b/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_149698414707504_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_60_33.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": "33.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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_57_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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_56_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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_149698414707504_60_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": 15360
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_57_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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_60_fa:16:3e:15:bd:dc_fe80:0:0:0:f816:3eff:fe15:bddc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:15:bd:dc"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fe15:bddc/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_54_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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_56_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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_57_fa:16:3e:9b:8a:3c_32.0.0.7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:9b:8a:3c"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "32.0.0.7/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_54_fa:16:3e:d3:36:a1_31.0.0.11",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d3:36:a1"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "31.0.0.11/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_149698414707504_60",
                                "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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_57_32.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": "32.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": 14592
                                                }
                                            },
                                            "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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_60_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": 15360
                                                }
                                            },
                                            "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_149698414707504_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_56_32.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": "32.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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_149698414707504_54_31.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": "31.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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_60_fa:16:3e:15:bd:dc_33.0.0.19",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:15:bd:dc"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "33.0.0.19/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_149698414707504_54_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": 13824
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_149698414707504_57",
                                "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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_149698414707504_57_fa:16:3e:9b:8a:3c_fe80:0:0:0:f816:3eff:fe9b:8a3c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:9b:8a:3c"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fe9b:8a3c/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4149698414707504_60_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": 15360
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_56_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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4149698414707504_57_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": 14592
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_149698414707504_56",
                                "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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_149698414707504_54_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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_149698414707504_54",
                                "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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4149698414707504_56_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": 14336
                                                }
                                            },
                                            "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_149698414707504_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_149698414707504_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_149698414707504_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_149698414707504",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_149698414707504",
                                "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": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_149698414707504_56_f1b83667-434a-4c14-ba37-59a39dace3ca",
                                "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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_149698414707504_57_44b7bb50-3501-4ba0-8d46-003926656732",
                                "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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": 59373738000385,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop149698414707504_54_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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_149698414707504_60_bc591cbe-854f-44fa-845c-68c3eb2e74c2",
                                "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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 62672272883713,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_57",
                                "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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_149698414707504_54_f1b83667-434a-4c14-ba37-59a39dace3ca",
                                "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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_149698414707504_60_f1b83667-434a-4c14-ba37-59a39dace3ca",
                                "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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 61572761255937,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_56",
                                "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": 14336
                                                }
                                            },
                                            "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_149698414707504_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": 61572761255937,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop149698414707504_56_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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 65970807767041,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_60",
                                "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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_149698414707504_56_bc591cbe-854f-44fa-845c-68c3eb2e74c2",
                                "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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_149698414707504_57_f1b83667-434a-4c14-ba37-59a39dace3ca",
                                "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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 59373738000385,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_149698414707504_54",
                                "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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_149698414707504_54_bc591cbe-854f-44fa-845c-68c3eb2e74c2",
                                "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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_149698414707504_60_44b7bb50-3501-4ba0-8d46-003926656732",
                                "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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 62672272883713,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop149698414707504_57_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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_149698414707504_54_44b7bb50-3501-4ba0-8d46-003926656732",
                                "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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_149698414707504_56_44b7bb50-3501-4ba0-8d46-003926656732",
                                "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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_149698414707504_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_149698414707504_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": 65970807767041,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop149698414707504_60_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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_149698414707504_57_bc591cbe-854f-44fa-845c-68c3eb2e74c2",
                                "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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563265,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "525505true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92358574081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563266,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "525506true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211011
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92375351297,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563265,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "525505false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563267,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "525507false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211014
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563267,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "525507true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211013
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92392128513,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563266,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "525506false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211012
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550913,
                                "hard-timeout": 0,
                                "id": "50550514969841470750454fa:16:3e:d3:36:a1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d3:36:a1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 59465986473984,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550914,
                                "hard-timeout": 0,
                                "id": "50550614969841470750456fa:16:3e:81:f5:2b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:81:f5:2b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 61665026506752,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550914,
                                "hard-timeout": 0,
                                "id": "50550614969841470750457fa:16:3e:9b:8a:3c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:9b:8a:3c"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 62764538134528,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550915,
                                "hard-timeout": 0,
                                "id": "50550714969841470750460fa:16:3e:15:bd:dc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:15:bd:dc"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 66063089795072,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_56_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_57_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_54_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5505,
                                                            "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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_60_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 15360
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_56_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_57_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_54_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5505,
                                                            "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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_149698414707504_60_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506149698414707504268318365241219fa:16:3e:d6:31:12",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:d6:31:12"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506149698414707504228722813034790fa:16:3e:79:1e:fe",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1280
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:79:1e:fe"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507149698414707504268318365241219fa:16:3e:1c:db:04",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:1c:db:04"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "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": "14969841470750451l2control01: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": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "51550514969841470750448796303178259fa:16:3e:95:bc:ea",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:95:bc:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550614969841470750448796303178259fa:16:3e:e0:63:97",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3328
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:e0:63:97"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550614969841470750457fa:16:3e:9b:8a:3c",
                                "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": 14592
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:9b:8a:3c"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "515505149698414707504260163147459722fa:16:3e:94:d8:6e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:94:d8:6e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550614969841470750456fa:16:3e:81:f5:2b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 14336
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:81:f5:2b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550714969841470750460fa:16:3e:15:bd:dc",
                                "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": 15360
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:15:bd:dc"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "515505149698414707504228722813034790fa:16:3e:f6:d2:83",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:f6:d2:83"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507149698414707504228722813034790fa:16:3e:96:56:45",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1280
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:96:56:45"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "51550514969841470750454fa:16:3e:d3:36:a1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 13824
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d3:36:a1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506149698414707504260163147459722fa:16:3e:bc:e0:55",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 512
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:bc:e0:55"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550714969841470750448796303178259fa:16:3e:fb:cd:eb",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3328
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:fb:cd:eb"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507149698414707504268318365241219fa:16:3e:cc:d1:50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:cc:d1:50"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507149698414707504260163147459722fa:16:3e:8e:51:30",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 512
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:8e:51:30"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 65970807767041,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_149698414707504_60_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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_60_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_54_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5505,
                                                            "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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_57_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_149698414707504_60",
                                "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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 59373738000385,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_149698414707504_54_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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_149698414707504_54",
                                "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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 62672272883713,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_149698414707504_57_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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_149698414707504_57",
                                "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": 14592
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_149698414707504_56",
                                "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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_57_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14592
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_54_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5505,
                                                            "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": 13824
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 61572761255937,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_149698414707504_56_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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_56_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_56_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14336
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_149698414707504_60_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 15360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606390,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.54.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 54
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612904,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.6568.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": 1681408
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6568
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606396,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.60.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 60
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606393,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "55.57.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": 14592
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 57
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606393,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "55.57.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 57
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606396,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.60.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": 15360
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 60
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606390,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.54.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": 13824
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 54
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606392,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "55.56.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 56
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606392,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "55.56.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": 14336
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 56
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612904,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.6568.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7221592371232768,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6568
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:149698414707504:149698414707504:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:149698414707504:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 38482906972161,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:149698414707504: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:149698414707504:7d42da05-3ca6-4e54-a192-b2bf0d462571",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:7d42da05-3ca6-4e54-a192-b2bf0d462571",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 59373627899904,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:149698414707504:9",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:149698414707504:149698414707504:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:149698414707504:br-ex-patch:1131",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 7221592371232769,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:149698414707504:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1131,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:149698414707504:8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 61572651155456,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:149698414707504:10",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb3adfc3e977",
                                "hard-timeout": 0,
                                "id": "1496984147075040tunb3adfc3e977",
                                "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:149698414707504:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun6de6aefe245",
                                "hard-timeout": 0,
                                "id": "1496984147075040tun6de6aefe245",
                                "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:149698414707504:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:149698414707504:e9366b0b-8e60-4a86-a972-9a513d34b838",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:e9366b0b-8e60-4a86-a972-9a513d34b838",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 62672162783232,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:149698414707504:11",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tund94e4440a70",
                                "hard-timeout": 0,
                                "id": "1496984147075040tund94e4440a70",
                                "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:149698414707504:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun617d26e46a5",
                                "hard-timeout": 0,
                                "id": "1496984147075040tun617d26e46a5",
                                "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:149698414707504:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:149698414707504:60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                                "hard-timeout": 0,
                                "id": "0:149698414707504:60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 65970697666560,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:149698414707504:12",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.149698414707504.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.8ee548c5-a04d-4eef-bb99-5d2640865f7a.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 10376355114112778240,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 61572651155456,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.e9366b0b-8e60-4a86-a972-9a513d34b838",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.e9366b0b-8e60-4a86-a972-9a513d34b838.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 10376356213624406016,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 62672162783232,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b.9",
                                "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": 60
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5507
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529281109158264832,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376359512159289344,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.7d42da05-3ca6-4e54-a192-b2bf0d462571",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.7d42da05-3ca6-4e54-a192-b2bf0d462571.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 10376352915089522688,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 59373627899904,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.7d42da05-3ca6-4e54-a192-b2bf0d462571",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.7d42da05-3ca6-4e54-a192-b2bf0d462571.9",
                                "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": 54
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5505
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529274512054943744,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376352915089522688,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.e9366b0b-8e60-4a86-a972-9a513d34b838",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.e9366b0b-8e60-4a86-a972-9a513d34b838.9",
                                "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": 57
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5506
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529277810606604288,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376356213624406016,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.149698414707504:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.149698414707504:br-ex-patch:1131.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": 6568
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5505
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536436730798276608,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7221592371232768,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.8ee548c5-a04d-4eef-bb99-5d2640865f7a.9",
                                "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": 56
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5506
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529276711094976512,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376355114112778240,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                                "hard-timeout": 0,
                                "id": "149698414707504.17.60a06347-c4d7-44fe-9bc8-cb420e1e6e4b.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 10376359512159289344,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 65970697666560,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:149698414707504"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227502,
                        "group-name": "beb4d1c4-ace0-4f73-a665-a974dde27662",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227501,
                        "group-name": "d5d03cd5-d1f2-48a6-8050-689240132f2c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227504,
                        "group-name": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227503,
                        "group-name": "d032fe08-a837-425c-b1d9-a26270c7451e",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211013
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 14,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 16,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 15,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 18,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2304
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 17,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211014,
                        "group-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 45
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211013,
                        "group-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211015
                                            },
                                            "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": 1680128
                                            },
                                            "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": 211016,
                        "group-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 49
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211015,
                        "group-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211017
                                            },
                                            "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": 1680640
                                            },
                                            "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": 211018,
                        "group-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 51
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211017,
                        "group-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211009
                                            },
                                            "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": 1679616
                                            },
                                            "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": 211010,
                        "group-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 41
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211009,
                        "group-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211011
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 14,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 16,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 15,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 18,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2304
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 17,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211012,
                        "group-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 44
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211011,
                        "group-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211003
                                            },
                                            "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": 211004,
                        "group-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 211003,
                        "group-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.228722813034790.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.228722813034790.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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_228722813034790_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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.228722813034790.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.228722813034790:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790: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": 7680
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "11"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 12544
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.228722813034790:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790:br-ex-patch:1131.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1131,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1679616
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tuna8339e52304",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tuna8339e52304.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": 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.a4117f7f-74f7-484e-8f5b-c727417edcdd",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.a4117f7f-74f7-484e-8f5b-c727417edcdd.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": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.228722813034790:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790:br-ex-patch:1133.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1680640
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.3c81f15e-ad31-4e55-88a1-1e576753d7ca.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "10"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 11520
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.228722813034790:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790:br-ex-patch:1132.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1680128
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.228722813034790:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790:br-ex-patch:1133.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1133,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1680640
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tuncd74734f6e0",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tuncd74734f6e0.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": 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.228722813034790:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790:br-ex-patch:1131.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1679616
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.228722813034790:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790:br-ex-patch:1132.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1132,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1680128
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.228722813034790:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.228722813034790: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": 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.a8d57385-944d-4b60-998e-9c2d77e16163",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.a8d57385-944d-4b60-998e-9c2d77e16163.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "9"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 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.tunb9b6ece5224",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tunb9b6ece5224.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": 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.tun1914722e5af",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.tun1914722e5af.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": 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.55861a97-9d1c-45d0-a041-6b5aa089b946",
                                "hard-timeout": 0,
                                "id": "228722813034790.220.55861a97-9d1c-45d0-a041-6b5aa089b946.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "12"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 13056
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000451,
                                "flow-name": "ITM Flow Entry :5507",
                                "hard-timeout": 0,
                                "id": "3678",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92392128512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 78
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 151000450,
                                "flow-name": "ITM Flow Entry :5506",
                                "hard-timeout": 0,
                                "id": "3690",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92375351296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 90
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328130,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "385506",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92375351296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 90
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151328131,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "385507",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92392128512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 78
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_228722813034790_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_228722813034790_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_228722813034790_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_228722813034790_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_228722813034790_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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_228722813034790_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_228722813034790_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
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_228722813034790",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_228722813034790",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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_228722813034790_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_228722813034790_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_228722813034790_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": 141563265,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "525505true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92358574081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563269,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "525509false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211018
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563268,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "525508true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92408905729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563267,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "525507false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211014
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563266,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "525506true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211011
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92375351297,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563265,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "525505false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563269,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "525509true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92425682945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563268,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "525508false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563267,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "525507true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211013
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92392128513,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563266,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "525506false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211012
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550914,
                                "hard-timeout": 0,
                                "id": "50550622872281303479044fa:16:3e:79:1e:fe",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:79:1e:fe"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 48470886973440,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550915,
                                "hard-timeout": 0,
                                "id": "50550722872281303479045fa:16:3e:96:56:45",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:96:56:45"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 49570415378432,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550917,
                                "hard-timeout": 0,
                                "id": "50550922872281303479051fa:16:3e:23:92:6d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:23:92:6d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 56167518699520,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550916,
                                "hard-timeout": 0,
                                "id": "50550822872281303479049fa:16:3e:9f:d4:6b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:9f:d4:6b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 53968478666752,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550913,
                                "hard-timeout": 0,
                                "id": "50550522872281303479041fa:16:3e:f6:d2:83",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:f6:d2:83"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45172335312896,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506228722813034790149698414707504fa:16:3e:81:f5:2b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:81:f5:2b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550722872281303479045fa:16:3e:96:56:45",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11520
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:96:56:45"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419845,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "51550922872281303479048796303178259fa:16:3e:cf:a2:aa",
                                "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": 1680640
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cf:a2:aa"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "515505228722813034790149698414707504fa:16:3e:d3:36:a1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1679616
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d3:36:a1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "515505228722813034790260163147459722fa:16:3e:94:d8:6e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:94:d8:6e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "51550522872281303479048796303178259fa:16:3e:95:bc:ea",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:95:bc:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506228722813034790268318365241219fa:16:3e:d6:31:12",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2304
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d6:31:12"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506228722813034790149698414707504fa:16:3e:9b:8a:3c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:9b:8a:3c"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550622872281303479048796303178259fa:16:3e:e0:63:97",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:e0:63:97"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419845,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "51550922872281303479051fa:16:3e:23:92:6d",
                                "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": 13056
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:23:92:6d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507228722813034790260163147459722fa:16:3e:8e:51:30",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:8e:51:30"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419844,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "515508228722813034790260163147459722fa:16:3e:9e:c1:3a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:9e:c1:3a"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419844,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "51550822872281303479048796303178259fa:16:3e:fe:34:38",
                                "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": 1680128
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:fe:34:38"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "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": "22872281303479051l2control01: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": 134419844,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "51550822872281303479049fa:16:3e:9f:d4:6b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12544
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:9f:d4:6b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507228722813034790149698414707504fa:16:3e:15:bd:dc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:15:bd:dc"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550722872281303479048796303178259fa:16:3e:fb:cd:eb",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:fb:cd:eb"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507228722813034790268318365241219fa:16:3e:1c:db:04",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2304
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1c:db:04"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "51550522872281303479041fa:16:3e:f6:d2:83",
                                "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:f6:d2:83"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419845,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "515509228722813034790260163147459722fa:16:3e:cc:4b:ac",
                                "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": 1680640
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cc:4b:ac"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507228722813034790268318365241219fa:16:3e:cc:d1:50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2304
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cc:d1:50"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506228722813034790260163147459722fa:16:3e:bc:e0:55",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:bc:e0:55"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550622872281303479044fa:16:3e:79:1e:fe",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11264
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:79:1e:fe"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606360,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "55.24.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 26388279066624,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 24
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606381,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.45.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 49478023249920,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 45
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612897,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.6561.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7213895789838336,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6561
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606385,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.49.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12544
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 49
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612901,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.6565.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": 1680640
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6565
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606377,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "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": 142606385,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.49.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 53876069761024,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 49
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606377,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "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": 142612899,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.6563.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": 1680128
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6563
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606387,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.51.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": 13056
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 51
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612899,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.6563.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7216094813093888,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6563
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612901,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.6565.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7218293836349440,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6565
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606387,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.51.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 56075093016576,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 51
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612897,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.6561.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": 1679616
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6561
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606381,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.45.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11520
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 45
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606380,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "55.44.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11264
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 44
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606380,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "55.44.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 48378511622144,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 44
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606360,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "55.24.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6144
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 24
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:228722813034790:228722813034790:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:228722813034790:br-ex-patch:1131",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 7213895789838337,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1131,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:228722813034790:55861a97-9d1c-45d0-a041-6b5aa089b946",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:55861a97-9d1c-45d0-a041-6b5aa089b946",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 56075093016576,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790:12",
                                    "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:228722813034790:3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 49478023249920,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790:10",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:228722813034790:7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 53876069761024,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790:11",
                                    "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:228722813034790:228722813034790:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:228722813034790:br-ex-patch:1132",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 7216094813093889,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1132,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:228722813034790:228722813034790:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:228722813034790:br-ex-patch:1133",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 7218293836349441,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1133,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:228722813034790:a4117f7f-74f7-484e-8f5b-c727417edcdd",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:a4117f7f-74f7-484e-8f5b-c727417edcdd",
                                "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:228722813034790:8",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb9b6ece5224",
                                "hard-timeout": 0,
                                "id": "2287228130347900tunb9b6ece5224",
                                "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:228722813034790:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:228722813034790:228722813034790:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:228722813034790:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 32985348833281,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790: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": "tuna8339e52304",
                                "hard-timeout": 0,
                                "id": "2287228130347900tuna8339e52304",
                                "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:228722813034790:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun1914722e5af",
                                "hard-timeout": 0,
                                "id": "2287228130347900tun1914722e5af",
                                "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:228722813034790:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:228722813034790:a8d57385-944d-4b60-998e-9c2d77e16163",
                                "hard-timeout": 0,
                                "id": "0:228722813034790:a8d57385-944d-4b60-998e-9c2d77e16163",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 48378511622144,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:228722813034790:9",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tuncd74734f6e0",
                                "hard-timeout": 0,
                                "id": "2287228130347900tuncd74734f6e0",
                                "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:228722813034790:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.228722813034790.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.a4117f7f-74f7-484e-8f5b-c727417edcdd",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.a4117f7f-74f7-484e-8f5b-c727417edcdd.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": 41
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5505
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529260218403782656,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.228722813034790:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.228722813034790:br-ex-patch:1131.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": 6561
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5505
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536429034216882176,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7213895789838336,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.228722813034790:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.228722813034790:br-ex-patch:1132.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": 6563
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5508
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536431233290469376,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7216094813093888,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.228722813034790:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.228722813034790:br-ex-patch:1133.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": 6565
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5509
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536433432330502144,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7218293836349440,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.3c81f15e-ad31-4e55-88a1-1e576753d7ca.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": 45
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5507
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529264616483848192,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 49478023249920,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.55861a97-9d1c-45d0-a041-6b5aa089b946",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.55861a97-9d1c-45d0-a041-6b5aa089b946.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": 51
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5509
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529271213587169280,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 56075093016576,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.a8d57385-944d-4b60-998e-9c2d77e16163",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.a8d57385-944d-4b60-998e-9c2d77e16163.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": 44
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5506
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529263516955443200,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 48378511622144,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                                "hard-timeout": 0,
                                "id": "228722813034790.17.7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e.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": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5508
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529269014547136512,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 53876069761024,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:228722813034790"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227502,
                        "group-name": "beb4d1c4-ace0-4f73-a665-a974dde27662",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227504,
                        "group-name": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211013
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 4,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 6,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 5,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 8,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 4864
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 7,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211014,
                        "group-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 47
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211013,
                        "group-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211015
                                            },
                                            "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": 1680384
                                            },
                                            "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": 211016,
                        "group-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 50
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211015,
                        "group-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211017
                                            },
                                            "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": 1680896
                                            },
                                            "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": 211018,
                        "group-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 52
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211017,
                        "group-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211009
                                            },
                                            "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": 1679104
                                            },
                                            "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": 211010,
                        "group-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 39
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211009,
                        "group-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211011
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 4,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 6,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 5,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 8,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 4864
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 7,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211012,
                        "group-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 43
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211011,
                        "group-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.48796303178259.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.48796303178259.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_48796303178259_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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.48796303178259.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.4daf7e24-dbed-407f-abdc-43dde77dfcd7.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "12"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 12800
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.e47cd172-b806-409b-9f16-a636512d81b3",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.e47cd172-b806-409b-9f16-a636512d81b3.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "10"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 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.48796303178259:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259: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": 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.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "13"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 13312
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tund8c3e0fcf05",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tund8c3e0fcf05.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": 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.48796303178259:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259:br-ex-patch:1131.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1131,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1679104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.48796303178259:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259: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": 7168
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.48796303178259:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259:br-ex-patch:1133.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1680896
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.48796303178259:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259:br-ex-patch:1131.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1679104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.48796303178259:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259:br-ex-patch:1132.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1132,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1680384
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.48796303178259:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259:br-ex-patch:1132.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1680384
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.48796303178259:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.48796303178259:br-ex-patch:1133.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1133,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1680896
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.6c9c1105-3940-42ee-9d2f-024d720f8ec6.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "9"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9984
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.b51114c1-a615-4f35-826d-5c87207daef6",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.b51114c1-a615-4f35-826d-5c87207daef6.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "11"
                                                        }
                                                    }
                                                ]
                                            },
                                            "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
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun5ef24485410",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tun5ef24485410.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": 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.tund35867a1187",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tund35867a1187.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": 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.tunaf467906869",
                                "hard-timeout": 0,
                                "id": "48796303178259.220.tunaf467906869.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": 4864
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000451,
                                "flow-name": "ITM Flow Entry :5507",
                                "hard-timeout": 0,
                                "id": "3678",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92392128512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 78
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 151000450,
                                "flow-name": "ITM Flow Entry :5506",
                                "hard-timeout": 0,
                                "id": "3690",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92375351296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 90
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328130,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "385506",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92375351296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 90
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151328131,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "385507",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92392128512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 78
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_48796303178259_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_48796303178259_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_48796303178259_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_48796303178259_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_48796303178259_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_48796303178259_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_48796303178259",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_48796303178259",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_48796303178259",
                                "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_48796303178259_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_48796303178259_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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_48796303178259_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_48796303178259_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": 141563265,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "525505true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92358574081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563266,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "525506true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211011
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92375351297,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563265,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "525505false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563269,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "525509false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211018
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563269,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "525509true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92425682945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563268,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "525508false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563268,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "525508true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92408905729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563267,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "525507false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211014
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563267,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "525507true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211013
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92392128513,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563266,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "525506false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211012
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550915,
                                "hard-timeout": 0,
                                "id": "5055074879630317825947fa:16:3e:fb:cd:eb",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:fb:cd:eb"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 51769438633984,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550917,
                                "hard-timeout": 0,
                                "id": "5055094879630317825952fa:16:3e:cf:a2:aa",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:cf:a2:aa"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 57267030327296,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550916,
                                "hard-timeout": 0,
                                "id": "5055084879630317825950fa:16:3e:fe:34:38",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:fe:34:38"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 55067990294528,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550913,
                                "hard-timeout": 0,
                                "id": "5055054879630317825939fa:16:3e:95:bc: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:95:bc:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 42973312057344,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550914,
                                "hard-timeout": 0,
                                "id": "5055064879630317825943fa:16:3e:e0:63:97",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:e0:63:97"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 47371375345664,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550748796303178259228722813034790fa:16:3e:96:56:45",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 4864
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:96:56:45"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "51550548796303178259149698414707504fa:16:3e:d3:36:a1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1679104
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d3:36:a1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550648796303178259228722813034790fa:16:3e:79:1e:fe",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 4864
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:79:1e:fe"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419845,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "5155094879630317825952fa:16:3e:cf:a2:aa",
                                "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": 13312
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cf:a2:aa"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550748796303178259268318365241219fa:16:3e:cc:d1:50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:cc:d1:50"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "5155054879630317825939fa:16:3e:95:bc: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": 9984
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:95:bc:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "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": "4879630317825951l2control01: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": 134419845,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "51550948796303178259260163147459722fa:16:3e:cc:4b:ac",
                                "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": 1680896
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cc:4b:ac"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550648796303178259149698414707504fa:16:3e:81:f5:2b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:81:f5:2b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419844,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "5155084879630317825950fa:16:3e:fe:34:38",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12800
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:fe:34:38"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419845,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "51550948796303178259228722813034790fa:16:3e:23:92:6d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:23:92:6d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419844,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "51550848796303178259228722813034790fa:16:3e:9f:d4:6b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:9f:d4:6b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550648796303178259149698414707504fa:16:3e:9b:8a:3c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:9b:8a:3c"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419844,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "51550848796303178259260163147459722fa:16:3e:9e:c1:3a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:9e:c1:3a"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550748796303178259268318365241219fa:16:3e:1c:db:04",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:1c:db:04"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550648796303178259260163147459722fa:16:3e:bc:e0:55",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:bc:e0:55"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550648796303178259268318365241219fa:16:3e:d6:31:12",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:d6:31:12"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "51550548796303178259228722813034790fa:16:3e:f6:d2:83",
                                "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": 1679104
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:f6:d2:83"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "5155074879630317825947fa:16:3e:fb:cd:eb",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12032
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:fb:cd:eb"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "51550548796303178259260163147459722fa:16:3e:94:d8:6e",
                                "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": 1679104
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:94:d8:6e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550748796303178259260163147459722fa:16:3e:8e:51:30",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:8e:51:30"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550748796303178259149698414707504fa:16:3e:15:bd:dc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:15:bd:dc"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "5155064879630317825943fa:16:3e:e0:63:97",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11008
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:e0:63:97"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606375,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.39.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": 9984
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 39
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606388,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.52.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": 13312
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 52
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606379,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "55.43.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11008
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 43
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606388,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.52.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 57174604644352,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 52
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612900,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.6564.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": 1680384
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6564
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606379,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "55.43.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 47278999994368,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 43
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612895,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.6559.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": 1679104
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6559
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606386,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.50.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12800
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 50
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612902,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.6566.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7219393347977216,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6566
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606383,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.47.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": 12032
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 47
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606386,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.50.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 54975581388800,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 50
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612895,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.6559.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7211696766582784,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6559
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606383,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.47.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 51677046505472,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 47
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606375,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.39.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 42880953483264,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 39
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612900,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.6564.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7217194324721664,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6564
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612902,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.6566.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": 1680896
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6566
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:48796303178259:6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 42880953483264,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259:9",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:48796303178259:48796303178259:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:48796303178259:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 30786325577729,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259: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": "tund8c3e0fcf05",
                                "hard-timeout": 0,
                                "id": "487963031782590tund8c3e0fcf05",
                                "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:48796303178259:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:48796303178259:a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 57174604644352,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259:13",
                                    "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:48796303178259:b51114c1-a615-4f35-826d-5c87207daef6",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:b51114c1-a615-4f35-826d-5c87207daef6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 51677046505472,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259:11",
                                    "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:48796303178259:4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 54975581388800,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259:12",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tund35867a1187",
                                "hard-timeout": 0,
                                "id": "487963031782590tund35867a1187",
                                "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:48796303178259:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:48796303178259:e47cd172-b806-409b-9f16-a636512d81b3",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:e47cd172-b806-409b-9f16-a636512d81b3",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 47278999994368,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259:10",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunaf467906869",
                                "hard-timeout": 0,
                                "id": "487963031782590tunaf467906869",
                                "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:48796303178259:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:48796303178259:48796303178259:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:48796303178259:br-ex-patch:1131",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 7211696766582785,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1131,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:48796303178259:48796303178259:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:48796303178259:br-ex-patch:1132",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 7217194324721665,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1132,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:48796303178259:48796303178259:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "0:48796303178259:48796303178259:br-ex-patch:1133",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 7219393347977217,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:48796303178259:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1133,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun5ef24485410",
                                "hard-timeout": 0,
                                "id": "487963031782590tun5ef24485410",
                                "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:48796303178259:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.48796303178259.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.48796303178259:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.48796303178259:br-ex-patch:1131.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": 6559
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5505
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536426835193626624,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7211696766582784,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.e47cd172-b806-409b-9f16-a636512d81b3",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.e47cd172-b806-409b-9f16-a636512d81b3.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": 43
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5506
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529262417443815424,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 47278999994368,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.a2267a01-8db6-4e11-b8bf-7ecfc7bd613c.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": 52
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5509
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529272313098797056,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 57174604644352,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.b51114c1-a615-4f35-826d-5c87207daef6",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.b51114c1-a615-4f35-826d-5c87207daef6.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": 47
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5507
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529266815507103744,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 51677046505472,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.48796303178259:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.48796303178259:br-ex-patch:1133.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": 6566
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5509
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536434531842129920,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7219393347977216,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.48796303178259:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.48796303178259:br-ex-patch:1132.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": 6564
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5508
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536432332802097152,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7217194324721664,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.4daf7e24-dbed-407f-abdc-43dde77dfcd7.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": 50
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5508
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529270114058764288,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 54975581388800,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                                "hard-timeout": 0,
                                "id": "48796303178259.17.6c9c1105-3940-42ee-9d2f-024d720f8ec6.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": 39
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5505
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529258019380527104,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 42880953483264,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:48796303178259"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227502,
                        "group-name": "beb4d1c4-ace0-4f73-a665-a974dde27662",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227501,
                        "group-name": "d5d03cd5-d1f2-48a6-8050-689240132f2c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 227503,
                        "group-name": "d032fe08-a837-425c-b1d9-a26270c7451e",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 3,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211013
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 1792
                                            },
                                            "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": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211014,
                        "group-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 46
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211013,
                        "group-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211015
                                            },
                                            "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": 1679872
                                            },
                                            "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": 211016,
                        "group-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 48
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211015,
                        "group-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211017
                                            },
                                            "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": 1681152
                                            },
                                            "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": 211018,
                        "group-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 53
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211017,
                        "group-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211005
                                            },
                                            "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": 1677824
                                            },
                                            "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": 211006,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 211005,
                        "group-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211009
                                            },
                                            "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": 1679360
                                            },
                                            "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": 211010,
                        "group-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                        "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": 211009,
                        "group-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 3,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211011
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 1792
                                            },
                                            "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": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211012,
                        "group-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 42
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211011,
                        "group-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.260163147459722.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.260163147459722.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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.260163147459722.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.9acc8ca5-a950-463a-af6b-2ef547c8b2b4.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "10"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 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.tun3429b91664d",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tun3429b91664d.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": 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.260163147459722:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722:br-ex-patch:1133.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1681152
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.260163147459722:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722:br-ex-patch:1131.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1131,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1679360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.260163147459722:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722:br-ex-patch:1131.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1679360
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.260163147459722:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722:br-ex-patch:1132.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1132,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1679872
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.260163147459722:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722:br-ex-patch:1132.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1679872
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.260163147459722:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722:br-ex-patch:1133.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1133,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1681152
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.77f7b64b-7f83-4283-a130-1209f9f8cf3f.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "9"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 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.7b99f334-3718-4a50-8797-2ad66ef51390",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.7b99f334-3718-4a50-8797-2ad66ef51390.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "11"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 13568
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tunfda004d5e48",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tunfda004d5e48.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.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb.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": 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.tun91356c17db2",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.tun91356c17db2.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": 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.260163147459722:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722: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": 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.862e02e0-e825-4c09-930f-1ec5ed02c220",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.862e02e0-e825-4c09-930f-1ec5ed02c220.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": 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.260163147459722:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "260163147459722.220.260163147459722: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": 6656
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000451,
                                "flow-name": "ITM Flow Entry :5507",
                                "hard-timeout": 0,
                                "id": "3678",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92392128512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 78
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 151000450,
                                "flow-name": "ITM Flow Entry :5506",
                                "hard-timeout": 0,
                                "id": "3690",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92375351296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 90
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328130,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "385506",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92375351296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 90
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151328131,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "385507",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92392128512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 78
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_260163147459722_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_260163147459722_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_260163147459722_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_260163147459722_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_260163147459722_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_260163147459722",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_260163147459722",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_260163147459722",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_260163147459722_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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_260163147459722_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_260163147459722_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": 141563265,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "525505true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92358574081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019648,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563269,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "525509false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211018
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563268,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "525508true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92408905729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563267,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "525507false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211014
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563266,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "525506true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211011
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92375351297,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563265,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "525505false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563269,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "525509true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92425682945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563268,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "525508false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563267,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "525507true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211013
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92392128513,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563263,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "525503true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92325019649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563266,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "525506false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211012
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550917,
                                "hard-timeout": 0,
                                "id": "50550926016314745972253fa:16:3e:cc:4b:ac",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:cc:4b:ac"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 58366541955072,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550916,
                                "hard-timeout": 0,
                                "id": "50550826016314745972248fa:16:3e:9e:c1:3a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:9e:c1:3a"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 52868967038976,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550914,
                                "hard-timeout": 0,
                                "id": "50550626016314745972242fa:16:3e:bc:e0:55",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:bc:e0:55"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 46271863717888,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550913,
                                "hard-timeout": 0,
                                "id": "50550526016314745972240fa:16:3e:94:d8:6e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:94:d8:6e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 44072823685120,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550915,
                                "hard-timeout": 0,
                                "id": "50550726016314745972246fa:16:3e:8e:51:30",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:8e:51:30"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 50669927006208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134419845,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "51550926016314745972253fa:16:3e:cc:4b:ac",
                                "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": 13568
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cc:4b:ac"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419844,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "51550826016314745972248796303178259fa:16:3e:fe:34:38",
                                "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": 1679872
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:fe:34:38"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506260163147459722228722813034790fa:16:3e:79:1e:fe",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:79:1e:fe"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419845,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "515509260163147459722228722813034790fa:16:3e:23:92:6d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:23:92:6d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507260163147459722268318365241219fa:16:3e:1c:db:04",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1792
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1c:db:04"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "515505260163147459722228722813034790fa:16:3e:f6:d2:83",
                                "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": 1679360
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:f6:d2:83"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419844,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "51550826016314745972248fa:16:3e:9e:c1:3a",
                                "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": 12288
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:9e:c1:3a"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "51550526016314745972240fa:16:3e:94:d8:6e",
                                "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:94:d8:6e"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550726016314745972246fa:16:3e:8e:51:30",
                                "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": 11776
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:8e:51:30"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550626016314745972248796303178259fa:16:3e:e0:63:97",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:e0:63:97"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507260163147459722268318365241219fa:16:3e:cc:d1:50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1792
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cc:d1:50"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507260163147459722228722813034790fa:16:3e:96:56:45",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:96:56:45"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507260163147459722149698414707504fa:16:3e:15:bd:dc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:15:bd:dc"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506260163147459722149698414707504fa:16:3e:81:f5:2b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:81:f5:2b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419845,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "51550926016314745972248796303178259fa:16:3e:cf:a2:aa",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cf:a2:aa"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92425682944,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "51550526016314745972248796303178259fa:16:3e:95:bc:ea",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:95:bc:ea"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506260163147459722268318365241219fa:16:3e:d6:31:12",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1792
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d6:31:12"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419844,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "515508260163147459722228722813034790fa:16:3e:9f:d4:6b",
                                "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": 1679872
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:9f:d4:6b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92408905728,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550626016314745972242fa:16:3e:bc:e0:55",
                                "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:bc:e0:55"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "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": "26016314745972251l2control01: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": 134419841,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "515505260163147459722149698414707504fa:16:3e:d3:36:a1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1679360
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d3:36:a1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92358574080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506260163147459722149698414707504fa:16:3e:9b:8a:3c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {},
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:9b:8a:3c"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550726016314745972248796303178259fa:16:3e:fb:cd:eb",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:fb:cd:eb"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142612903,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.6567.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7220492859604992,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6567
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606378,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "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": 142606384,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.48.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 52776558133248,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 48
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606378,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "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": 142606389,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.53.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 58274116272128,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 53
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612890,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6554.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7206199208443904,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6554
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606382,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.46.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 50577534877696,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 46
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612896,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.6560.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": 1679360
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6560
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612890,
                                "flow-name": "21f82e14-24b5-4466-a775-f49e7293b4c2",
                                "hard-timeout": 0,
                                "id": "55.6554.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": 1677824
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6554
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606382,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.46.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": 11776
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 46
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612896,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "hard-timeout": 0,
                                "id": "55.6560.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7212796278210560,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6560
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612898,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.6562.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": 1679872
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6562
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142612903,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.6567.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": 1681152
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 6567
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606376,
                                "flow-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "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": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                                "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": 142612898,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.6562.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7214995301466112,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 6562
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606389,
                                "flow-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                                "hard-timeout": 0,
                                "id": "55.53.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": 13568
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 53
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606384,
                                "flow-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                                "hard-timeout": 0,
                                "id": "55.48.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": 12288
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 48
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:260163147459722:77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 50577534877696,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722:9",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun3429b91664d",
                                "hard-timeout": 0,
                                "id": "2601631474597220tun3429b91664d",
                                "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:260163147459722:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:260163147459722:4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                                "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:260163147459722: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:260163147459722:260163147459722:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:260163147459722:br-ex-patch:1131",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 7212796278210561,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1131,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:260163147459722:9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 52776558133248,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722:10",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:260163147459722:260163147459722:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:260163147459722:br-ex-patch:1132",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 7214995301466113,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1132,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:260163147459722:260163147459722:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:260163147459722:br-ex-patch:1133",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 7220492859604993,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1133,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun91356c17db2",
                                "hard-timeout": 0,
                                "id": "2601631474597220tun91356c17db2",
                                "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:260163147459722:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunfda004d5e48",
                                "hard-timeout": 0,
                                "id": "2601631474597220tunfda004d5e48",
                                "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:260163147459722:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:260163147459722:260163147459722:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:260163147459722:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 28587302322177,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722: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:260163147459722:862e02e0-e825-4c09-930f-1ec5ed02c220",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:862e02e0-e825-4c09-930f-1ec5ed02c220",
                                "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:260163147459722: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:260163147459722:7b99f334-3718-4a50-8797-2ad66ef51390",
                                "hard-timeout": 0,
                                "id": "0:260163147459722:7b99f334-3718-4a50-8797-2ad66ef51390",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 58274116272128,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:260163147459722:11",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.260163147459722.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.862e02e0-e825-4c09-930f-1ec5ed02c220",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.862e02e0-e825-4c09-930f-1ec5ed02c220.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": 42
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5506
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529261317932187648,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 46179488366592,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.260163147459722:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.260163147459722:br-ex-patch:1132.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": 6562
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5508
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536430133778841600,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7214995301466112,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.260163147459722:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.260163147459722:br-ex-patch:1133.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": 6567
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5509
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536435631353757696,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7220492859604992,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.474bcfc2-5b26-4928-8d4b-03238a3b136b.7b99f334-3718-4a50-8797-2ad66ef51390",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.7b99f334-3718-4a50-8797-2ad66ef51390.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": 53
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5509
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529273412610424832,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 58274116272128,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.77f7b64b-7f83-4283-a130-1209f9f8cf3f.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": 46
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5507
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529265715995475968,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 50577534877696,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.e210ae5d-68b7-480c-9497-ececfb37b318.9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.9acc8ca5-a950-463a-af6b-2ef547c8b2b4.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": 48
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5508
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529267915035508736,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 52776558133248,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.4dd172a6-55aa-40c5-9cf4-d63303f8f8bb.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": 40
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5505
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529259118892154880,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 43980465111040,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.0a041094-8665-4135-a8a1-bf3e4bd3167d.260163147459722:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "260163147459722.17.260163147459722:br-ex-patch:1131.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": 6560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5505
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11536427934705254400,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 7212796278210560,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:260163147459722"
            },
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 12,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 11,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "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": 13,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 78
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 1024
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 10,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211013
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 9,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211014,
                        "group-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5500,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 58
                                                }
                                            }
                                        },
                                        {
                                            "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": 59
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211013,
                        "group-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 12,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 11,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "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": 13,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 90
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 1024
                                            },
                                            "order": 1
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 10,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 211011
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 9,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211012,
                        "group-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 55
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 211011,
                        "group-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_268318365241219_58_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_268318365241219_55_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_268318365241219_55_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_268318365241219_58_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_268318365241219_59_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 212
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_268318365241219_59_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "flags": 0,
                                                            "recirc-table": 213,
                                                            "zone-src": 0
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.268318365241219.21.0.0.0.0.103001",
                                "hard-timeout": 0,
                                "id": "SNAT.268318365241219.21.0.0.0.0.103001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 227500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.21.696a25aa-6961-4600-af39-00b50e262ee0.34.192.0.2.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92308448434,
                                                "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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4268318365241219_59_fa:16:3e:1c:db:04_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:1c:db:04"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_268318365241219_58_fa:16:3e:cc:d1:50_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:cc:d1:50"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_268318365241219_55_fa:16:3e:d6:31:12",
                                "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:d6:31:12"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_268318365241219_59_fa:16:3e:1c:db:04",
                                "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:1c:db:04"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_268318365241219_58_fa:16:3e:cc:d1:5033.0.0.18",
                                "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:cc:d1:50"
                                    },
                                    "arp-source-transport-address": "33.0.0.18/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:cc:d1:50"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_268318365241219_58_fa:16:3e:cc:d1:50_fe80:0:0:0:f816:3eff:fecc:d150",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:cc:d1:50"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fecc:d150/128",
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_268318365241219_59_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": 64871186038784,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_268318365241219_55_fa:16:3e:d6:31:12_fe80:0:0:0:f816:3eff:fed6:3112",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d6:31:12"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fed6:3112/128",
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_268318365241219_59_fa:16:3e:1c:db:04_fe80:0:0:0:f816:3eff:fe1c:db04",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1c:db:04"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-source": "fe80:0:0:0:f816:3eff:fe1c:db04/128",
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_L2Broadcast_268318365241219_58_fa:16:3e:cc:d1:50",
                                "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:cc:d1:50"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_268318365241219_58_fa:16:3e:cc:d1:50_33.0.0.18",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:cc:d1:50"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "33.0.0.18/32",
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_268318365241219_59_fa:16:3e:1c:db:04_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:1c:db:04"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 547,
                                    "udp-source-port": 546
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_268318365241219_55_fa:16:3e:d6:31:1232.0.0.15",
                                "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:d6:31:12"
                                    },
                                    "arp-source-transport-address": "32.0.0.15/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d6:31:12"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_268318365241219_55_fa:16:3e:d6:31:12_32.0.0.15",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d6:31:12"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "32.0.0.15/32",
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ARP_268318365241219_59_fa:16:3e:1c:db:0433.0.0.5",
                                "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:1c:db:04"
                                    },
                                    "arp-source-transport-address": "33.0.0.5/32",
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1c:db:04"
                                        },
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "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_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_268318365241219_55_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": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4268318365241219_55_fa:16:3e:d6:31:12_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:d6:31:12"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v4268318365241219_58_fa:16:3e:cc:d1:50_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:cc:d1:50"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "udp-destination-port": 67,
                                    "udp-source-port": 68
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_268318365241219_58_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": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_268318365241219_58_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": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_268318365241219_55_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": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_268318365241219_59_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": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_268318365241219_58_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": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Client_v6_268318365241219_55_fa:16:3e:d6:31:12_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:d6:31:12"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "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_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Goto_Classifier_268318365241219_59_fa:16:3e:1c:db:04_33.0.0.5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 211
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1c:db:04"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-source": "33.0.0.5/32",
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_268318365241219_55_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": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_268318365241219_59_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": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 63010,
                                "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.268318365241219.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_268318365241219_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_268318365241219_58_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 63771674411008,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_268318365241219_55_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 60473139527680,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 64871296139265,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_268318365241219_59_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 64871186038788,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_268318365241219_59_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 64871186038784,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_268318365241219_59",
                                "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": 64871186038786,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 63771784511489,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_268318365241219_58_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 63771674411012,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_268318365241219_58",
                                "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": 63771674411010,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Non_Conntrack_268318365241219_55",
                                "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": 60473139527682,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_268318365241219_59_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 64871186038784,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_268318365241219_55_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 60473139527680,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Acl_Commit_Conntrack_268318365241219_58_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 63771674411008,
                                        "metadata-mask": 1152920405095219202
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 60473249628161,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_268318365241219_55_Drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 60473139527684,
                                        "metadata-mask": 1152920405095219204
                                    }
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.42.192.0.2.255",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.22.696a25aa-6961-4600-af39-00b50e262ee0.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": 206002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_268318365241219_55_a9faeddd-6897-4433-b74d-fd3057b7c88b",
                                "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": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_268318365241219_58_409d1e2e-49bd-4558-889e-c94ecd121d6a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_268318365241219_59_1ade15f6-67ba-47af-bb39-cbba7946a980",
                                "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": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 64871296139265,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop268318365241219_59_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "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": 64871296139265,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_268318365241219_59",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_268318365241219_59_b17b0178-d478-43d8-90bd-a17521a16de2",
                                "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": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_268318365241219_55_1ade15f6-67ba-47af-bb39-cbba7946a980",
                                "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": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_268318365241219_55_b17b0178-d478-43d8-90bd-a17521a16de2",
                                "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": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_268318365241219_58_4cdf6311-52bf-4af7-b15c-355c39c419d5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_268318365241219_59_a9faeddd-6897-4433-b74d-fd3057b7c88b",
                                "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": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_268318365241219_55_4cdf6311-52bf-4af7-b15c-355c39c419d5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Egress_268318365241219_58_b17b0178-d478-43d8-90bd-a17521a16de2",
                                "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": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 60473249628161,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_268318365241219_55",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Egress_268318365241219_58_a9faeddd-6897-4433-b74d-fd3057b7c88b",
                                "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": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_268318365241219_59_4cdf6311-52bf-4af7-b15c-355c39c419d5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 63771784511489,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Acl_Rule_Miss_Drop_268318365241219_58",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 60473249628161,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop268318365241219_55_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_268318365241219_59_409d1e2e-49bd-4558-889e-c94ecd121d6a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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": 63771784511489,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Conntrk_Drop268318365241219_58_Tracked_Invalid",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "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": "Fixed_Conntrk_Trk_268318365241219_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Egress_268318365241219_58_1ade15f6-67ba-47af-bb39-cbba7946a980",
                                "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": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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": "ACL",
                                "hard-timeout": 0,
                                "id": "ETHERnullEgress_268318365241219_55_409d1e2e-49bd-4558-889e-c94ecd121d6a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    }
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.tun7dd6c062707",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tun7dd6c062707.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.tunfb23e7715ee",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tunfb23e7715ee.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": 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.tunb223582a781",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tunb223582a781.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.tun23278d86c3d",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.tun23278d86c3d.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": 110100480,
                                "flow-name": "acl.egressacl.1e008626-6887-40a0-967d-8cf98796e3f6",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.1e008626-6887-40a0-967d-8cf98796e3f6.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": 2415933952
                                                        },
                                                        "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 6,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.28de207b-d7a8-4cf8-b7e2-bf182b64fef8.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": 2415933184
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.b5219944-d378-4c4b-ae45-dd5f093c9d39",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.b5219944-d378-4c4b-ae45-dd5f093c9d39.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": 2415934208
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.1e008626-6887-40a0-967d-8cf98796e3f6",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.1e008626-6887-40a0-967d-8cf98796e3f6.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": 2415933952
                                                }
                                            },
                                            "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.28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.28de207b-d7a8-4cf8-b7e2-bf182b64fef8.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": 2415933184
                                                        },
                                                        "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": 14080
                                                }
                                            },
                                            "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.b5219944-d378-4c4b-ae45-dd5f093c9d39",
                                "hard-timeout": 0,
                                "id": "268318365241219.220.b5219944-d378-4c4b-ae45-dd5f093c9d39.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": 2415934208
                                                        },
                                                        "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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 6,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151000451,
                                "flow-name": "ITM Flow Entry :5507",
                                "hard-timeout": 0,
                                "id": "3678",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92392128512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 78
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 151000450,
                                "flow-name": "ITM Flow Entry :5506",
                                "hard-timeout": 0,
                                "id": "3690",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92375351296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 90
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151328130,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "385506",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92375351296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 90
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151328131,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "385507",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 92392128512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 78
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5500
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4268318365241219_55_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": 14080
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_268318365241219_55_32.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": "32.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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_268318365241219_59_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": 15104
                                                }
                                            },
                                            "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_268318365241219_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_268318365241219_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4268318365241219_58_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": 14848
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_268318365241219_55_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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_268318365241219_58_fa:16:3e:cc:d1:50_fe80:0:0:0:f816:3eff:fecc:d150",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cc:d1:50"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fecc:d150/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_268318365241219_55_fa:16:3e:d6:31:12_fe80:0:0:0:f816:3eff:fed6:3112",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d6:31:12"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fed6:3112/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_268318365241219_58_fa:16:3e:cc:d1:50_33.0.0.18",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cc:d1:50"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "33.0.0.18/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_268318365241219_59",
                                "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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_268318365241219_59_33.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": "33.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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_268318365241219_59_fa:16:3e:1c:db:04_fe80:0:0:0:f816:3eff:fe1c:db04",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1c:db:04"
                                        },
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ipv6-destination": "fe80:0:0:0:f816:3eff:fe1c:db04/128",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_268318365241219_55",
                                "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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_268318365241219_58_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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_268318365241219_59_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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ARP_268318365241219_58",
                                "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_268318365241219_55_fa:16:3e:d6:31:12_32.0.0.15",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d6:31:12"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "32.0.0.15/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_268318365241219_55_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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_268318365241219_55_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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_268318365241219_58_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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_268318365241219_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_268318365241219_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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_268318365241219_55_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": 14080
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_268318365241219_58_33.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": "33.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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Goto_Classifier_268318365241219_59_fa:16:3e:1c:db:04_33.0.0.5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1c:db:04"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "33.0.0.5/32",
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "mask": 268435200,
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v4268318365241219_59_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": 15104
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_268318365241219_58_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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_DHCP_Server_v6_268318365241219_58_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": 14848
                                                }
                                            },
                                            "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_268318365241219_59_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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_ICMPv6_268318365241219_59_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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 63010,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_268318365241219_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_268318365241219_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_268318365241219_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_268318365241219",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_268318365241219",
                                "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": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_268318365241219",
                                "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
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_268318365241219_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_268318365241219_59_bc591cbe-854f-44fa-845c-68c3eb2e74c2",
                                "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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 63771784511489,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop268318365241219_58_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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_268318365241219_58_f1b83667-434a-4c14-ba37-59a39dace3ca",
                                "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 60473249628161,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop268318365241219_55_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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 64871296139265,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_268318365241219_59",
                                "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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_268318365241219_59_44b7bb50-3501-4ba0-8d46-003926656732",
                                "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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_268318365241219_59_f1b83667-434a-4c14-ba37-59a39dace3ca",
                                "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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_268318365241219_58_bc591cbe-854f-44fa-845c-68c3eb2e74c2",
                                "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 60473249628161,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_268318365241219_55",
                                "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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_268318365241219_55_44b7bb50-3501-4ba0-8d46-003926656732",
                                "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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "UDP_DESTINATION_1_0Ingress_268318365241219_55_bc591cbe-854f-44fa-845c-68c3eb2e74c2",
                                "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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 63771784511489,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Acl_Rule_Miss_Drop_268318365241219_58",
                                "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 50,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "ICMP_Ingress_268318365241219_58_44b7bb50-3501-4ba0-8d46-003926656732",
                                "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 64871296139265,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_Drop268318365241219_59_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": 15104
                                                }
                                            },
                                            "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_268318365241219_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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_268318365241219_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_268318365241219_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": "ACL",
                                "hard-timeout": 0,
                                "id": "TCP_DESTINATION_1_0Ingress_268318365241219_55_f1b83667-434a-4c14-ba37-59a39dace3ca",
                                "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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 2003,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141563266,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "525506true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211011
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92375351297,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563267,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "525507false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211014
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563267,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "525507true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211013
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92392128513,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563262,
                                "flow-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                                "hard-timeout": 0,
                                "id": "525502true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92308242433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141563266,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "525506false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 211012
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550914,
                                "hard-timeout": 0,
                                "id": "50550626831836524121955fa:16:3e:d6:31:12",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:d6:31:12"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 60565514878976,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550915,
                                "hard-timeout": 0,
                                "id": "50550726831836524121958fa:16:3e:cc:d1:50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:cc:d1:50"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 63864066539520,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550915,
                                "hard-timeout": 0,
                                "id": "50550726831836524121959fa:16:3e:1c:db:04",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:1c:db:04"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 64963578167296,
                                        "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": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_268318365241219_55_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_268318365241219_58_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_268318365241219_59_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 15104
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_268318365241219_58_MatchEthernetType[2048]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_268318365241219_55_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Fixed_Conntrk_268318365241219_59_MatchEthernetType[34525]_Recirc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507268318365241219260163147459722fa:16:3e:8e:51:30",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1024
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:8e:51:30"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507268318365241219149698414707504fa:16:3e:15:bd:dc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:15:bd:dc"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550626831836524121955fa:16:3e:d6:31:12",
                                "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": 14080
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:d6:31:12"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "51550626831836524121948796303178259fa:16:3e:e0:63:97",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:e0:63:97"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550726831836524121958fa:16:3e:cc:d1:50",
                                "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": 14848
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:cc:d1:50"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506268318365241219260163147459722fa:16:3e:bc:e0:55",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1024
                                                        },
                                                        "order": 1
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:bc:e0:55"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550726831836524121959fa:16:3e:1c:db:04",
                                "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": 15104
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:1c:db:04"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "51550726831836524121948796303178259fa:16:3e:fb:cd:eb",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:fb:cd:eb"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506268318365241219149698414707504fa:16:3e:81:f5:2b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:81:f5:2b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506268318365241219149698414707504fa:16:3e:9b:8a:3c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:9b:8a:3c"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419843,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "515507268318365241219228722813034790fa:16:3e:96:56:45",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 78
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:96:56:45"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92392128512,
                                        "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": "26831836524121951l2control01: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": 134419842,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "515506268318365241219228722813034790fa:16:3e:79:1e:fe",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "set-field": {
                                                            "tunnel": {
                                                                "tunnel-id": 90
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "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:79:1e:fe"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 92375351296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_268318365241219_58_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_268318365241219_59_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_268318365241219_55_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_268318365241219_59_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_268318365241219_58",
                                "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_268318365241219_59",
                                "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": 15104
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Non_Conntrack_268318365241219_55",
                                "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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 60473249628161,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_268318365241219_55_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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 64871296139265,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_268318365241219_59_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": 15104
                                                }
                                            },
                                            "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
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_268318365241219_58_MatchEthernetType[2048]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5507,
                                                            "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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 63771784511489,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_268318365241219_58_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": 14848
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 62020,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "ACL",
                                "hard-timeout": 0,
                                "id": "Ingress_Acl_Commit_Conntrack_268318365241219_55_MatchEthernetType[34525]",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-conntrack": {
                                                            "conntrack-zone": 5506,
                                                            "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": 14080
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606391,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "55.55.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": 14080
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 55
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606394,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.58.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 58
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606395,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.59.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": 15104
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 59
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606391,
                                "flow-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                                "hard-timeout": 0,
                                "id": "55.55.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 55
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606394,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.58.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": 14848
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 58
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606395,
                                "flow-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                                "hard-timeout": 0,
                                "id": "55.59.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 59
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunb223582a781",
                                "hard-timeout": 0,
                                "id": "2683183652412190tunb223582a781",
                                "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:268318365241219:2"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tunfb23e7715ee",
                                "hard-timeout": 0,
                                "id": "2683183652412190tunfb23e7715ee",
                                "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:268318365241219:5"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:268318365241219:b5219944-d378-4c4b-ae45-dd5f093c9d39",
                                "hard-timeout": 0,
                                "id": "0:268318365241219:b5219944-d378-4c4b-ae45-dd5f093c9d39",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 64871186038784,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:268318365241219:8",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "tun23278d86c3d",
                                "hard-timeout": 0,
                                "id": "2683183652412190tun23278d86c3d",
                                "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:268318365241219:4"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:268318365241219:28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                                "hard-timeout": 0,
                                "id": "0:268318365241219:28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 60473139527680,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:268318365241219: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:268318365241219:1e008626-6887-40a0-967d-8cf98796e3f6",
                                "hard-timeout": 0,
                                "id": "0:268318365241219:1e008626-6887-40a0-967d-8cf98796e3f6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 63771674411008,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:268318365241219: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": "tun7dd6c062707",
                                "hard-timeout": 0,
                                "id": "2683183652412190tun7dd6c062707",
                                "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:268318365241219:3"
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.268318365241219.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.b5219944-d378-4c4b-ae45-dd5f093c9d39",
                                "hard-timeout": 0,
                                "id": "268318365241219.17.b5219944-d378-4c4b-ae45-dd5f093c9d39.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 10376358412647661568,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 64871186038784,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.1e008626-6887-40a0-967d-8cf98796e3f6",
                                "hard-timeout": 0,
                                "id": "268318365241219.17.1e008626-6887-40a0-967d-8cf98796e3f6.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 10376357313136033792,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 63771674411008,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.b5219944-d378-4c4b-ae45-dd5f093c9d39",
                                "hard-timeout": 0,
                                "id": "268318365241219.17.b5219944-d378-4c4b-ae45-dd5f093c9d39.9",
                                "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": 59
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5507
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529280009646637056,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376358412647661568,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "acl.ingressacl.28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                                "hard-timeout": 0,
                                "id": "268318365241219.17.28de207b-d7a8-4cf8-b7e2-bf182b64fef8.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 210
                                            },
                                            "order": 1
                                        },
                                        {
                                            "order": 2,
                                            "write-metadata": {
                                                "metadata": 10376354014601150464,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 60473139527680,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a.28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                                "hard-timeout": 0,
                                "id": "268318365241219.17.28de207b-d7a8-4cf8-b7e2-bf182b64fef8.9",
                                "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": 55
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5506
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529275611583348736,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376354014601150464,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.d22dcc92-dc35-463d-89ce-f523d606e1a6.1e008626-6887-40a0-967d-8cf98796e3f6",
                                "hard-timeout": 0,
                                "id": "268318365241219.17.1e008626-6887-40a0-967d-8cf98796e3f6.9",
                                "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": 58
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5507
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529278910135009280,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376357313136033792,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:268318365241219"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.284" starttime="20181020 15:08:23.243"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.284" starttime="20181020 15:08:22.748"></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="20181020 15:08:23.292" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.292" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.292" starttime="20181020 15:08:23.284"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.294" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","dpn-interfaces":[{"dp-id":260163147459722,"interfaces":["862e02e0-e825-4c09-930f-1ec5ed02c220"]},{"dp-id":48796303178259,"interfaces":["e47cd172-b806-409b-9f16-a636512d81b3"]},{"dp-id":268318365241219,"interfaces":["28de207b-d7a8-4cf8-b7e2-bf182b64fef8"]},{"dp-id":228722813034790,"interfaces":["a8d57385-944d-4b60-998e-9c2d77e16163"]},{"dp-id":149698414707504,"interfaces":["8ee548c5-a04d-4eef-bb99-5d2640865f7a","e9366b0b-8e60-4a86-a972-9a513d34b838"]}]},{"elan-instance-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","dpn-interfaces":[{"dp-id":260163147459722,"interfaces":["77f7b64b-7f83-4283-a130-1209f9f8cf3f"]},{"dp-id":48796303178259,"interfaces":["b51114c1-a615-4f35-826d-5c87207daef6"]},{"dp-id":268318365241219,"interfaces":["1e008626-6887-40a0-967d-8cf98796e3f6","b5219944-d378-4c4b-ae45-dd5f093c9d39"]},{"dp-id":228722813034790,"interfaces":["3c81f15e-ad31-4e55-88a1-1e576753d7ca"]},{"dp-id":149698414707504,"interfaces":["60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"]}]},{"elan-instance-name":"cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b"},{"elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","dpn-interfaces":[{"dp-id":48796303178259,"interfaces":["6c9c1105-3940-42ee-9d2f-024d720f8ec6","48796303178259:br-ex-patch:1131"]},{"dp-id":260163147459722,"interfaces":["4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","260163147459722:br-ex-patch:1131"]},{"dp-id":228722813034790,"interfaces":["228722813034790:br-ex-patch:1131","a4117f7f-74f7-484e-8f5b-c727417edcdd"]},{"dp-id":149698414707504,"interfaces":["7d42da05-3ca6-4e54-a192-b2bf0d462571","149698414707504:br-ex-patch:1131"]}]},{"elan-instance-name":"e210ae5d-68b7-480c-9497-ececfb37b318","dpn-interfaces":[{"dp-id":260163147459722,"interfaces":["260163147459722:br-ex-patch:1132","9acc8ca5-a950-463a-af6b-2ef547c8b2b4"]},{"dp-id":48796303178259,"interfaces":["48796303178259:br-ex-patch:1132","4daf7e24-dbed-407f-abdc-43dde77dfcd7"]},{"dp-id":228722813034790,"interfaces":["7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","228722813034790:br-ex-patch:1132"]}]},{"elan-instance-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","dpn-interfaces":[{"dp-id":48796303178259,"interfaces":["48796303178259:br-ex-patch:1133","a2267a01-8db6-4e11-b8bf-7ecfc7bd613c"]},{"dp-id":260163147459722,"interfaces":["260163147459722:br-ex-patch:1133","7b99f334-3718-4a50-8797-2ad66ef51390"]},{"dp-id":228722813034790,"interfaces":["55861a97-9d1c-45d0-a041-6b5aa089b946","228722813034790:br-ex-patch:1133"]}]},{"elan-instance-name":"21f82e14-24b5-4466-a775-f49e7293b4c2","dpn-interfaces":[{"dp-id":260163147459722,"interfaces":["260163147459722:br-ex-patch:1121"]}]}]}} </msg>
<msg timestamp="20181020 15:08:23.294" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.294" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 260163147459722,
         ...</msg>
<status status="PASS" endtime="20181020 15:08:23.294" starttime="20181020 15:08:23.292"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.294" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 260163147459722,
                        "interfaces": [
                            "862e02e0-e825-4c09-930f-1ec5ed02c220"
                        ]
                    },
                    {
                        "dp-id": 48796303178259,
                        "interfaces": [
                            "e47cd172-b806-409b-9f16-a636512d81b3"
                        ]
                    },
                    {
                        "dp-id": 268318365241219,
                        "interfaces": [
                            "28de207b-d7a8-4cf8-b7e2-bf182b64fef8"
                        ]
                    },
                    {
                        "dp-id": 228722813034790,
                        "interfaces": [
                            "a8d57385-944d-4b60-998e-9c2d77e16163"
                        ]
                    },
                    {
                        "dp-id": 149698414707504,
                        "interfaces": [
                            "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                            "e9366b0b-8e60-4a86-a972-9a513d34b838"
                        ]
                    }
                ],
                "elan-instance-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 260163147459722,
                        "interfaces": [
                            "77f7b64b-7f83-4283-a130-1209f9f8cf3f"
                        ]
                    },
                    {
                        "dp-id": 48796303178259,
                        "interfaces": [
                            "b51114c1-a615-4f35-826d-5c87207daef6"
                        ]
                    },
                    {
                        "dp-id": 268318365241219,
                        "interfaces": [
                            "1e008626-6887-40a0-967d-8cf98796e3f6",
                            "b5219944-d378-4c4b-ae45-dd5f093c9d39"
                        ]
                    },
                    {
                        "dp-id": 228722813034790,
                        "interfaces": [
                            "3c81f15e-ad31-4e55-88a1-1e576753d7ca"
                        ]
                    },
                    {
                        "dp-id": 149698414707504,
                        "interfaces": [
                            "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"
                        ]
                    }
                ],
                "elan-instance-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6"
            },
            {
                "elan-instance-name": "cff7c95d-5dc9-4a99-9f9b-01e98dc57e6b"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 48796303178259,
                        "interfaces": [
                            "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                            "48796303178259:br-ex-patch:1131"
                        ]
                    },
                    {
                        "dp-id": 260163147459722,
                        "interfaces": [
                            "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                            "260163147459722:br-ex-patch:1131"
                        ]
                    },
                    {
                        "dp-id": 228722813034790,
                        "interfaces": [
                            "228722813034790:br-ex-patch:1131",
                            "a4117f7f-74f7-484e-8f5b-c727417edcdd"
                        ]
                    },
                    {
                        "dp-id": 149698414707504,
                        "interfaces": [
                            "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                            "149698414707504:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 260163147459722,
                        "interfaces": [
                            "260163147459722:br-ex-patch:1132",
                            "9acc8ca5-a950-463a-af6b-2ef547c8b2b4"
                        ]
                    },
                    {
                        "dp-id": 48796303178259,
                        "interfaces": [
                            "48796303178259:br-ex-patch:1132",
                            "4daf7e24-dbed-407f-abdc-43dde77dfcd7"
                        ]
                    },
                    {
                        "dp-id": 228722813034790,
                        "interfaces": [
                            "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                            "228722813034790:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "e210ae5d-68b7-480c-9497-ececfb37b318"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 48796303178259,
                        "interfaces": [
                            "48796303178259:br-ex-patch:1133",
                            "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c"
                        ]
                    },
                    {
                        "dp-id": 260163147459722,
                        "interfaces": [
                            "260163147459722:br-ex-patch:1133",
                            "7b99f334-3718-4a50-8797-2ad66ef51390"
                        ]
                    },
                    {
                        "dp-id": 228722813034790,
                        "interfaces": [
                            "55861a97-9d1c-45d0-a041-6b5aa089b946",
                            "228722813034790:br-ex-patch:1133"
                        ]
                    }
                ],
                "elan-instance-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 260163147459722,
                        "interfaces": [
                            "260163147459722:br-ex-patch:1121"
                        ]
                    }
                ],
                "elan-instance-name": "21f82e14-24b5-4466-a775-f49e7293b4c2"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.295" starttime="20181020 15:08:23.294"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.295" starttime="20181020 15:08:23.284"></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="20181020 15:08:23.306" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.306" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.306" starttime="20181020 15:08:23.295"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.307" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","mac-entry":[{"mac-address":"fa:16:3e:bc:e0:55","interface":"862e02e0-e825-4c09-930f-1ec5ed02c220","ip-prefix":"32.0.0.2","isStaticAddress":true},{"mac-address":"fa:16:3e:e0:63:97","interface":"e47cd172-b806-409b-9f16-a636512d81b3","ip-prefix":"32.0.0.3","isStaticAddress":true},{"mac-address":"fa:16:3e:81:f5:2b","interface":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","ip-prefix":"32.0.0.10","isStaticAddress":true},{"mac-address":"fa:16:3e:9b:8a:3c","interface":"e9366b0b-8e60-4a86-a972-9a513d34b838","ip-prefix":"32.0.0.7","isStaticAddress":true},{"mac-address":"fa:16:3e:d6:31:12","interface":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","ip-prefix":"32.0.0.15","isStaticAddress":true},{"mac-address":"fa:16:3e:79:1e:fe","interface":"a8d57385-944d-4b60-998e-9c2d77e16163","ip-prefix":"32.0.0.4","isStaticAddress":true}]},{"elan-instance-name":"e210ae5d-68b7-480c-9497-ececfb37b318","mac-entry":[{"mac-address":"fa:16:3e:fe:34:38","interface":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","ip-prefix":"34.0.0.4","isStaticAddress":true},{"mac-address":"fa:16:3e:9e:c1:3a","interface":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","ip-prefix":"34.0.0.2","isStaticAddress":true},{"mac-address":"fa:16:3e:9f:d4:6b","interface":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","ip-prefix":"34.0.0.3","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"elan-instance-name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","mac-entry":[{"mac-address":"fa:16:3e:94:d8:6e","interface":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","ip-prefix":"31.0.0.3","isStaticAddress":true},{"mac-address":"fa:16:3e:f6:d2:83","interface":"a4117f7f-74f7-484e-8f5b-c727417edcdd","ip-prefix":"31.0.0.4","isStaticAddress":true},{"mac-address":"fa:16:3e:95:bc:ea","interface":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","ip-prefix":"31.0.0.2","isStaticAddress":true},{"mac-address":"fa:16:3e:d3:36:a1","interface":"7d42da05-3ca6-4e54-a192-b2bf0d462571","ip-prefix":"31.0.0.11","isStaticAddress":true}]},{"elan-instance-name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","mac-entry":[{"mac-address":"fa:16:3e:fb:cd:eb","interface":"b51114c1-a615-4f35-826d-5c87207daef6","ip-prefix":"33.0.0.4","isStaticAddress":true},{"mac-address":"fa:16:3e:15:bd:dc","interface":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","ip-prefix":"33.0.0.19","isStaticAddress":true},{"mac-address":"fa:16:3e:96:56:45","interface":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","ip-prefix":"33.0.0.2","isStaticAddress":true},{"mac-address":"fa:16:3e:8e:51:30","interface":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","ip-prefix":"33.0.0.3","isStaticAddress":true},{"mac-address":"fa:16:3e:1c:db:04","interface":"b5219944-d378-4c4b-ae45-dd5f093c9d39","ip-prefix":"33.0.0.5","isStaticAddress":true},{"mac-address":"fa:16:3e:cc:d1:50","interface":"1e008626-6887-40a0-967d-8cf98796e3f6","ip-prefix":"33.0.0.18","isStaticAddress":true}]},{"elan-instance-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad"},{"elan-instance-name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","mac-entry":[{"mac-address":"fa:16:3e:cf:a2:aa","interface":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","ip-prefix":"35.0.0.3","isStaticAddress":true},{"mac-address":"fa:16:3e:cc:4b:ac","interface":"7b99f334-3718-4a50-8797-2ad66ef51390","ip-prefix":"35.0.0.4","isStaticAddress":true},{"mac-address":"fa:16:3e:23:92:6d","interface":"55861a97-9d1c-45d0-a041-6b5aa089b946","ip-prefix":"35.0.0.2","isStaticAddress":true}]}]}} </msg>
<msg timestamp="20181020 15:08:23.307" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.308" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "mac-entry": [
                    ...</msg>
<status status="PASS" endtime="20181020 15:08:23.308" starttime="20181020 15:08:23.306"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.308" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a",
                "mac-entry": [
                    {
                        "interface": "862e02e0-e825-4c09-930f-1ec5ed02c220",
                        "ip-prefix": "32.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:bc:e0:55"
                    },
                    {
                        "interface": "e47cd172-b806-409b-9f16-a636512d81b3",
                        "ip-prefix": "32.0.0.3",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:e0:63:97"
                    },
                    {
                        "interface": "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                        "ip-prefix": "32.0.0.10",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:81:f5:2b"
                    },
                    {
                        "interface": "e9366b0b-8e60-4a86-a972-9a513d34b838",
                        "ip-prefix": "32.0.0.7",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:9b:8a:3c"
                    },
                    {
                        "interface": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                        "ip-prefix": "32.0.0.15",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:d6:31:12"
                    },
                    {
                        "interface": "a8d57385-944d-4b60-998e-9c2d77e16163",
                        "ip-prefix": "32.0.0.4",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:79:1e:fe"
                    }
                ]
            },
            {
                "elan-instance-name": "e210ae5d-68b7-480c-9497-ececfb37b318",
                "mac-entry": [
                    {
                        "interface": "4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                        "ip-prefix": "34.0.0.4",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:fe:34:38"
                    },
                    {
                        "interface": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                        "ip-prefix": "34.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:9e:c1:3a"
                    },
                    {
                        "interface": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                        "ip-prefix": "34.0.0.3",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:9f:d4:6b"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-instance-name": "0a041094-8665-4135-a8a1-bf3e4bd3167d",
                "mac-entry": [
                    {
                        "interface": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                        "ip-prefix": "31.0.0.3",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:94:d8:6e"
                    },
                    {
                        "interface": "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                        "ip-prefix": "31.0.0.4",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:f6:d2:83"
                    },
                    {
                        "interface": "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                        "ip-prefix": "31.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:95:bc:ea"
                    },
                    {
                        "interface": "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                        "ip-prefix": "31.0.0.11",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:d3:36:a1"
                    }
                ]
            },
            {
                "elan-instance-name": "d22dcc92-dc35-463d-89ce-f523d606e1a6",
                "mac-entry": [
                    {
                        "interface": "b51114c1-a615-4f35-826d-5c87207daef6",
                        "ip-prefix": "33.0.0.4",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:fb:cd:eb"
                    },
                    {
                        "interface": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                        "ip-prefix": "33.0.0.19",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:15:bd:dc"
                    },
                    {
                        "interface": "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                        "ip-prefix": "33.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:96:56:45"
                    },
                    {
                        "interface": "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                        "ip-prefix": "33.0.0.3",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:8e:51:30"
                    },
                    {
                        "interface": "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                        "ip-prefix": "33.0.0.5",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:1c:db:04"
                    },
                    {
                        "interface": "1e008626-6887-40a0-967d-8cf98796e3f6",
                        "ip-prefix": "33.0.0.18",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:cc:d1:50"
                    }
                ]
            },
            {
                "elan-instance-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad"
            },
            {
                "elan-instance-name": "474bcfc2-5b26-4928-8d4b-03238a3b136b",
                "mac-entry": [
                    {
                        "interface": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                        "ip-prefix": "35.0.0.3",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:cf:a2:aa"
                    },
                    {
                        "interface": "7b99f334-3718-4a50-8797-2ad66ef51390",
                        "ip-prefix": "35.0.0.4",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:cc:4b:ac"
                    },
                    {
                        "interface": "55861a97-9d1c-45d0-a041-6b5aa089b946",
                        "ip-prefix": "35.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:23:92:6d"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.308" starttime="20181020 15:08:23.308"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.308" starttime="20181020 15:08:23.295"></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="20181020 15:08:23.319" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.319" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.319" starttime="20181020 15:08:23.309"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.320" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:23.320" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.320" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:23.321" starttime="20181020 15:08:23.320"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.321" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.321" starttime="20181020 15:08:23.321"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.321" starttime="20181020 15:08:23.308"></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="20181020 15:08:23.328" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.328" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.328" starttime="20181020 15:08:23.322"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.330" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"0a041094-8665-4135-a8a1-bf3e4bd3167d","elan-interfaces":["48796303178259:br-ex-patch:1131","260163147459722:br-ex-patch:1131","7d42da05-3ca6-4e54-a192-b2bf0d462571","4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","a4117f7f-74f7-484e-8f5b-c727417edcdd","228722813034790:br-ex-patch:1131","149698414707504:br-ex-patch:1131","6c9c1105-3940-42ee-9d2f-024d720f8ec6"]},{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"d22dcc92-dc35-463d-89ce-f523d606e1a6","elan-interfaces":["60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","b5219944-d378-4c4b-ae45-dd5f093c9d39","3c81f15e-ad31-4e55-88a1-1e576753d7ca","77f7b64b-7f83-4283-a130-1209f9f8cf3f","b51114c1-a615-4f35-826d-5c87207daef6","1e008626-6887-40a0-967d-8cf98796e3f6"]},{"name":"e210ae5d-68b7-480c-9497-ececfb37b318","elan-interfaces":["48796303178259:br-ex-patch:1132","9acc8ca5-a950-463a-af6b-2ef547c8b2b4","260163147459722:br-ex-patch:1132","7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","4daf7e24-dbed-407f-abdc-43dde77dfcd7","228722813034790:br-ex-patch:1132"]},{"name":"6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a","elan-interfaces":["e47cd172-b806-409b-9f16-a636512d81b3","28de207b-d7a8-4cf8-b7e2-bf182b64fef8","8ee548c5-a04d-4eef-bb99-5d2640865f7a","862e02e0-e825-4c09-930f-1ec5ed02c220","e9366b0b-8e60-4a86-a972-9a513d34b838","a8d57385-944d-4b60-998e-9c2d77e16163"]},{"name":"474bcfc2-5b26-4928-8d4b-03238a3b136b","elan-interfaces":["55861a97-9d1c-45d0-a041-6b5aa089b946","a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","48796303178259:br-ex-patch:1133","260163147459722:br-ex-patch:1133","7b99f334-3718-4a50-8797-2ad66ef51390","228722813034790:br-ex-patch:1133"]}]}} </msg>
<msg timestamp="20181020 15:08:23.330" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.330" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "48796303178259:br-ex-patch:1131",
                    "260163147459722:br-ex-patch:1131"...</msg>
<status status="PASS" endtime="20181020 15:08:23.330" starttime="20181020 15:08:23.329"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.331" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "48796303178259:br-ex-patch:1131",
                    "260163147459722:br-ex-patch:1131",
                    "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                    "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                    "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                    "228722813034790:br-ex-patch:1131",
                    "149698414707504:br-ex-patch:1131",
                    "6c9c1105-3940-42ee-9d2f-024d720f8ec6"
                ],
                "name": "0a041094-8665-4135-a8a1-bf3e4bd3167d"
            },
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                    "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                    "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                    "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                    "b51114c1-a615-4f35-826d-5c87207daef6",
                    "1e008626-6887-40a0-967d-8cf98796e3f6"
                ],
                "name": "d22dcc92-dc35-463d-89ce-f523d606e1a6"
            },
            {
                "elan-interfaces": [
                    "48796303178259:br-ex-patch:1132",
                    "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                    "260163147459722:br-ex-patch:1132",
                    "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                    "4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                    "228722813034790:br-ex-patch:1132"
                ],
                "name": "e210ae5d-68b7-480c-9497-ececfb37b318"
            },
            {
                "elan-interfaces": [
                    "e47cd172-b806-409b-9f16-a636512d81b3",
                    "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                    "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                    "862e02e0-e825-4c09-930f-1ec5ed02c220",
                    "e9366b0b-8e60-4a86-a972-9a513d34b838",
                    "a8d57385-944d-4b60-998e-9c2d77e16163"
                ],
                "name": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a"
            },
            {
                "elan-interfaces": [
                    "55861a97-9d1c-45d0-a041-6b5aa089b946",
                    "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                    "48796303178259:br-ex-patch:1133",
                    "260163147459722:br-ex-patch:1133",
                    "7b99f334-3718-4a50-8797-2ad66ef51390",
                    "228722813034790:br-ex-patch:1133"
                ],
                "name": "474bcfc2-5b26-4928-8d4b-03238a3b136b"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.331" starttime="20181020 15:08:23.330"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.331" starttime="20181020 15:08:23.321"></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="20181020 15:08:23.346" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.346" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.347" starttime="20181020 15:08:23.332"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.353" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"tund94e4440a70","lower-layer-if":["openflow:149698414707504:4"],"type":"iana-if-type:tunnel","if-index":5,"statistics":{"discontinuity-time":"2018-10-20T14:34:38.771Z"},"phys-address":"ae:86:39:be:f9:1a","admin-status":"up","oper-status":"up"},{"name":"tapb51114c1-a6","lower-layer-if":["openflow:48796303178259:11"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:45.273Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","lower-layer-if":["openflow:228722813034790:11"],"type":"iana-if-type:l2vlan","if-index":49,"statistics":{"discontinuity-time":"2018-10-20T14:55:51.900Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"228722813034790:br-ex-patch","lower-layer-if":["openflow:228722813034790:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:34:40.015Z"},"phys-address":"3a:d3:e5:33:d9:68","admin-status":"up","oper-status":"up"},{"name":"tapb5219944-d3","lower-layer-if":["openflow:268318365241219:8"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:58:09.154Z"},"phys-address":"fe:16:3e:1c:db:04","admin-status":"up","oper-status":"up"},{"name":"b5219944-d378-4c4b-ae45-dd5f093c9d39","lower-layer-if":["openflow:268318365241219:8"],"type":"iana-if-type:l2vlan","if-index":59,"statistics":{"discontinuity-time":"2018-10-20T14:58:09.298Z"},"phys-address":"fe:16:3e:1c:db:04","admin-status":"up","oper-status":"up"},{"name":"260163147459722:br-ex-patch","lower-layer-if":["openflow:260163147459722:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:34:38.459Z"},"phys-address":"26:c1:fe:32:0a:dd","admin-status":"up","oper-status":"up"},{"name":"tuna8339e52304","lower-layer-if":["openflow:228722813034790:3"],"type":"iana-if-type:tunnel","if-index":9,"statistics":{"discontinuity-time":"2018-10-20T14:34:39.979Z"},"phys-address":"e6:d0:3c:f8:36:1f","admin-status":"up","oper-status":"up"},{"name":"260163147459722:br-ex-patch:trunk","lower-layer-if":["openflow:260163147459722:1"],"type":"iana-if-type:l2vlan","if-index":26,"statistics":{"discontinuity-time":"2018-10-20T14:39:58.646Z"},"phys-address":"26:c1:fe:32:0a:dd","admin-status":"up","oper-status":"up"},{"name":"tun7dd6c062707","lower-layer-if":["openflow:268318365241219:3"],"type":"iana-if-type:tunnel","if-index":4,"statistics":{"discontinuity-time":"2018-10-20T14:34:38.759Z"},"phys-address":"ba:b4:5b:a4:1e:66","admin-status":"up","oper-status":"up"},{"name":"48796303178259:br-ex-patch:1132","lower-layer-if":["openflow:48796303178259:1"],"type":"iana-if-type:l2vlan","if-index":6564,"statistics":{"discontinuity-time":"2018-10-20T14:55:54.232Z"},"phys-address":"7e:0d:3e:5c:57:d5","admin-status":"up","oper-status":"up"},{"name":"48796303178259:br-ex-patch:1131","lower-layer-if":["openflow:48796303178259:1"],"type":"iana-if-type:l2vlan","if-index":6559,"statistics":{"discontinuity-time":"2018-10-20T14:55:27.030Z"},"phys-address":"7e:0d:3e:5c:57:d5","admin-status":"up","oper-status":"up"},{"name":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","lower-layer-if":["openflow:260163147459722:9"],"type":"iana-if-type:l2vlan","if-index":46,"statistics":{"discontinuity-time":"2018-10-20T14:55:43.656Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"48796303178259:br-ex-patch:1133","lower-layer-if":["openflow:48796303178259:1"],"type":"iana-if-type:l2vlan","if-index":6566,"statistics":{"discontinuity-time":"2018-10-20T14:55:59.920Z"},"phys-address":"7e:0d:3e:5c:57:d5","admin-status":"up","oper-status":"up"},{"name":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","lower-layer-if":["openflow:48796303178259:12"],"type":"iana-if-type:l2vlan","if-index":50,"statistics":{"discontinuity-time":"2018-10-20T14:55:54.176Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"48796303178259:br-ex-patch:trunk","lower-layer-if":["openflow:48796303178259:1"],"type":"iana-if-type:l2vlan","if-index":28,"statistics":{"discontinuity-time":"2018-10-20T14:40:00.204Z"},"phys-address":"7e:0d:3e:5c:57:d5","admin-status":"up","oper-status":"up"},{"name":"tapa2267a01-8d","lower-layer-if":["openflow:48796303178259:13"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:59.445Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tun23278d86c3d","lower-layer-if":["openflow:268318365241219:4"],"type":"iana-if-type:tunnel","if-index":6,"statistics":{"discontinuity-time":"2018-10-20T14:34:38.784Z"},"phys-address":"fe:f6:df:69:dd:b2","admin-status":"up","oper-status":"up"},{"name":"tap1e008626-68","lower-layer-if":["openflow:268318365241219:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:57:57.206Z"},"phys-address":"fe:16:3e:cc:d1:50","admin-status":"up","oper-status":"up"},{"name":"tap4dd172a6-55","lower-layer-if":["openflow:260163147459722:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:26.900Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"55861a97-9d1c-45d0-a041-6b5aa089b946","lower-layer-if":["openflow:228722813034790:12"],"type":"iana-if-type:l2vlan","if-index":51,"statistics":{"discontinuity-time":"2018-10-20T14:55:58.872Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap4daf7e24-db","lower-layer-if":["openflow:48796303178259:12"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:54.114Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tape47cd172-b8","lower-layer-if":["openflow:48796303178259:10"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:34.784Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap7f4d4f99-5b","lower-layer-if":["openflow:228722813034790:11"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:51.741Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tapa4117f7f-74","lower-layer-if":["openflow:228722813034790:8"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:29.206Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap9acc8ca5-a9","lower-layer-if":["openflow:260163147459722:10"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:50.427Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap862e02e0-e8","lower-layer-if":["openflow:260163147459722:8"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:33.673Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tun1914722e5af","lower-layer-if":["openflow:228722813034790:4"],"type":"iana-if-type:tunnel","if-index":10,"statistics":{"discontinuity-time":"2018-10-20T14:34:40.164Z"},"phys-address":"fe:83:32:99:1a:8c","admin-status":"up","oper-status":"up"},{"name":"tunfb23e7715ee","lower-layer-if":["openflow:268318365241219:5"],"type":"iana-if-type:tunnel","if-index":14,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.363Z"},"phys-address":"d2:67:95:b7:c5:66","admin-status":"up","oper-status":"up"},{"name":"tap60a06347-c4","lower-layer-if":["openflow:149698414707504:12"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:58:19.591Z"},"phys-address":"fe:16:3e:15:bd:dc","admin-status":"up","oper-status":"up"},{"name":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","lower-layer-if":["openflow:268318365241219:6"],"type":"iana-if-type:l2vlan","if-index":55,"statistics":{"discontinuity-time":"2018-10-20T14:57:20.668Z"},"phys-address":"fe:16:3e:d6:31:12","admin-status":"up","oper-status":"up"},{"name":"862e02e0-e825-4c09-930f-1ec5ed02c220","lower-layer-if":["openflow:260163147459722:8"],"type":"iana-if-type:l2vlan","if-index":42,"statistics":{"discontinuity-time":"2018-10-20T14:55:33.856Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"149698414707504:br-ex-patch:trunk","lower-layer-if":["openflow:149698414707504:1"],"type":"iana-if-type:l2vlan","if-index":35,"statistics":{"discontinuity-time":"2018-10-20T14:41:19.490Z"},"phys-address":"ee:8f:d5:d4:59:b2","admin-status":"up","oper-status":"up"},{"name":"tunfda004d5e48","lower-layer-if":["openflow:260163147459722:4"],"type":"iana-if-type:tunnel","if-index":16,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.455Z"},"phys-address":"5a:b3:14:3d:45:7a","admin-status":"up","oper-status":"up"},{"name":"b51114c1-a615-4f35-826d-5c87207daef6","lower-layer-if":["openflow:48796303178259:11"],"type":"iana-if-type:l2vlan","if-index":47,"statistics":{"discontinuity-time":"2018-10-20T14:55:45.351Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"149698414707504:br-ex-patch","lower-layer-if":["openflow:149698414707504:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:34:37.806Z"},"phys-address":"ee:8f:d5:d4:59:b2","admin-status":"up","oper-status":"up"},{"name":"tunb9b6ece5224","lower-layer-if":["openflow:228722813034790:5"],"type":"iana-if-type:tunnel","if-index":15,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.366Z"},"phys-address":"3e:16:03:88:9e:88","admin-status":"up","oper-status":"up"},{"name":"tap7b99f334-37","lower-layer-if":["openflow:260163147459722:11"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:56:02.096Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap28de207b-d7","lower-layer-if":["openflow:268318365241219:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:57:20.565Z"},"phys-address":"fe:16:3e:d6:31:12","admin-status":"up","oper-status":"up"},{"name":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","lower-layer-if":["openflow:260163147459722:10"],"type":"iana-if-type:l2vlan","if-index":48,"statistics":{"discontinuity-time":"2018-10-20T14:55:50.527Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap55861a97-9d","lower-layer-if":["openflow:228722813034790:12"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:58.253Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tun617d26e46a5","lower-layer-if":["openflow:149698414707504:3"],"type":"iana-if-type:tunnel","if-index":2,"statistics":{"discontinuity-time":"2018-10-20T14:34:37.848Z"},"phys-address":"d6:26:9b:3d:f4:c4","admin-status":"up","oper-status":"down"},{"name":"tap6c9c1105-39","lower-layer-if":["openflow:48796303178259:9"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:26.773Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tapa8d57385-94","lower-layer-if":["openflow:228722813034790:9"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:37.267Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","lower-layer-if":["openflow:48796303178259:9"],"type":"iana-if-type:l2vlan","if-index":39,"statistics":{"discontinuity-time":"2018-10-20T14:55:26.973Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"e9366b0b-8e60-4a86-a972-9a513d34b838","lower-layer-if":["openflow:149698414707504:11"],"type":"iana-if-type:l2vlan","if-index":57,"statistics":{"discontinuity-time":"2018-10-20T14:57:45.773Z"},"phys-address":"fe:16:3e:9b:8a:3c","admin-status":"up","oper-status":"up"},{"name":"48796303178259:br-ex-patch","lower-layer-if":["openflow:48796303178259:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:34:40.648Z"},"phys-address":"7e:0d:3e:5c:57:d5","admin-status":"up","oper-status":"up"},{"name":"tun3429b91664d","lower-layer-if":["openflow:260163147459722:2"],"type":"iana-if-type:tunnel","if-index":7,"statistics":{"discontinuity-time":"2018-10-20T14:34:39.811Z"},"phys-address":"3e:e2:4d:d8:5b:17","admin-status":"up","oper-status":"up"},{"name":"228722813034790:br-ex-patch:trunk","lower-layer-if":["openflow:228722813034790:1"],"type":"iana-if-type:l2vlan","if-index":30,"statistics":{"discontinuity-time":"2018-10-20T14:40:01.458Z"},"phys-address":"3a:d3:e5:33:d9:68","admin-status":"up","oper-status":"up"},{"name":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","lower-layer-if":["openflow:149698414707504:12"],"type":"iana-if-type:l2vlan","if-index":60,"statistics":{"discontinuity-time":"2018-10-20T14:58:19.771Z"},"phys-address":"fe:16:3e:15:bd:dc","admin-status":"up","oper-status":"up"},{"name":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","lower-layer-if":["openflow:260163147459722:7"],"type":"iana-if-type:l2vlan","if-index":40,"statistics":{"discontinuity-time":"2018-10-20T14:55:27.125Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"7d42da05-3ca6-4e54-a192-b2bf0d462571","lower-layer-if":["openflow:149698414707504:9"],"type":"iana-if-type:l2vlan","if-index":54,"statistics":{"discontinuity-time":"2018-10-20T14:57:07.566Z"},"phys-address":"fe:16:3e:d3:36:a1","admin-status":"up","oper-status":"up"},{"name":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","lower-layer-if":["openflow:48796303178259:13"],"type":"iana-if-type:l2vlan","if-index":52,"statistics":{"discontinuity-time":"2018-10-20T14:55:59.584Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tund8c3e0fcf05","lower-layer-if":["openflow:48796303178259:3"],"type":"iana-if-type:tunnel","if-index":17,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.547Z"},"phys-address":"32:e6:63:5c:22:3a","admin-status":"up","oper-status":"up"},{"name":"tun6de6aefe245","lower-layer-if":["openflow:149698414707504:5"],"type":"iana-if-type:tunnel","if-index":13,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.326Z"},"phys-address":"7a:7c:0e:56:99:07","admin-status":"up","oper-status":"up"},{"name":"e47cd172-b806-409b-9f16-a636512d81b3","lower-layer-if":["openflow:48796303178259:10"],"type":"iana-if-type:l2vlan","if-index":43,"statistics":{"discontinuity-time":"2018-10-20T14:55:35.055Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap8ee548c5-a0","lower-layer-if":["openflow:149698414707504:10"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:57:33.083Z"},"phys-address":"fe:16:3e:81:f5:2b","admin-status":"up","oper-status":"up"},{"name":"tund35867a1187","lower-layer-if":["openflow:48796303178259:2"],"type":"iana-if-type:tunnel","if-index":12,"statistics":{"discontinuity-time":"2018-10-20T14:34:41.708Z"},"phys-address":"22:53:67:17:a0:b9","admin-status":"up","oper-status":"up"},{"name":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","lower-layer-if":["openflow:149698414707504:10"],"type":"iana-if-type:l2vlan","if-index":56,"statistics":{"discontinuity-time":"2018-10-20T14:57:33.206Z"},"phys-address":"fe:16:3e:81:f5:2b","admin-status":"up","oper-status":"up"},{"name":"tap3c81f15e-ad","lower-layer-if":["openflow:228722813034790:10"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:41.975Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","lower-layer-if":["openflow:228722813034790:10"],"type":"iana-if-type:l2vlan","if-index":45,"statistics":{"discontinuity-time":"2018-10-20T14:55:42.536Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap7d42da05-3c","lower-layer-if":["openflow:149698414707504:9"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:57:07.485Z"},"phys-address":"fe:16:3e:d3:36:a1","admin-status":"up","oper-status":"up"},{"name":"tape9366b0b-8e","lower-layer-if":["openflow:149698414707504:11"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:57:45.711Z"},"phys-address":"fe:16:3e:9b:8a:3c","admin-status":"up","oper-status":"up"},{"name":"149698414707504:br-ex-patch:1131","lower-layer-if":["openflow:149698414707504:1"],"type":"iana-if-type:l2vlan","if-index":6568,"statistics":{"discontinuity-time":"2018-10-20T14:57:07.618Z"},"phys-address":"ee:8f:d5:d4:59:b2","admin-status":"up","oper-status":"up"},{"name":"tun91356c17db2","lower-layer-if":["openflow:260163147459722:3"],"type":"iana-if-type:tunnel","if-index":8,"statistics":{"discontinuity-time":"2018-10-20T14:34:39.844Z"},"phys-address":"aa:11:98:7f:9f:e0","admin-status":"up","oper-status":"up"},{"name":"7b99f334-3718-4a50-8797-2ad66ef51390","lower-layer-if":["openflow:260163147459722:11"],"type":"iana-if-type:l2vlan","if-index":53,"statistics":{"discontinuity-time":"2018-10-20T14:56:02.252Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tunb223582a781","lower-layer-if":["openflow:268318365241219:2"],"type":"iana-if-type:tunnel","if-index":1,"statistics":{"discontinuity-time":"2018-10-20T14:34:37.758Z"},"phys-address":"4a:11:b0:79:04:bc","admin-status":"up","oper-status":"up"},{"name":"tuncd74734f6e0","lower-layer-if":["openflow:228722813034790:2"],"type":"iana-if-type:tunnel","if-index":11,"statistics":{"discontinuity-time":"2018-10-20T14:34:40.166Z"},"phys-address":"e2:fa:bf:92:73:0e","admin-status":"up","oper-status":"up"},{"name":"a8d57385-944d-4b60-998e-9c2d77e16163","lower-layer-if":["openflow:228722813034790:9"],"type":"iana-if-type:l2vlan","if-index":44,"statistics":{"discontinuity-time":"2018-10-20T14:55:37.320Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tunb3adfc3e977","lower-layer-if":["openflow:149698414707504:2"],"type":"iana-if-type:tunnel","if-index":3,"statistics":{"discontinuity-time":"2018-10-20T14:34:38.606Z"},"phys-address":"ca:17:76:6c:2d:11","admin-status":"up","oper-status":"up"},{"name":"tunaf467906869","lower-layer-if":["openflow:48796303178259:5"],"type":"iana-if-type:tunnel","if-index":19,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.800Z"},"phys-address":"fa:2a:ba:e7:a9:6a","admin-status":"up","oper-status":"up"},{"name":"260163147459722:br-ex-patch:1131","lower-layer-if":["openflow:260163147459722:1"],"type":"iana-if-type:l2vlan","if-index":6560,"statistics":{"discontinuity-time":"2018-10-20T14:55:28.039Z"},"phys-address":"26:c1:fe:32:0a:dd","admin-status":"up","oper-status":"up"},{"name":"260163147459722:br-ex-patch:1132","lower-layer-if":["openflow:260163147459722:1"],"type":"iana-if-type:l2vlan","if-index":6562,"statistics":{"discontinuity-time":"2018-10-20T14:55:50.582Z"},"phys-address":"26:c1:fe:32:0a:dd","admin-status":"up","oper-status":"up"},{"name":"260163147459722:br-ex-patch:1133","lower-layer-if":["openflow:260163147459722:1"],"type":"iana-if-type:l2vlan","if-index":6567,"statistics":{"discontinuity-time":"2018-10-20T14:56:02.302Z"},"phys-address":"26:c1:fe:32:0a:dd","admin-status":"up","oper-status":"up"},{"name":"268318365241219:br-ex-patch","lower-layer-if":["openflow:268318365241219:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:34:37.596Z"},"phys-address":"5a:40:21:a4:cc:ef","admin-status":"up","oper-status":"up"},{"name":"tun5ef24485410","lower-layer-if":["openflow:48796303178259:4"],"type":"iana-if-type:tunnel","if-index":18,"statistics":{"discontinuity-time":"2018-10-20T14:34:42.653Z"},"phys-address":"a2:a0:44:bd:08:35","admin-status":"up","oper-status":"up"},{"name":"a4117f7f-74f7-484e-8f5b-c727417edcdd","lower-layer-if":["openflow:228722813034790:8"],"type":"iana-if-type:l2vlan","if-index":41,"statistics":{"discontinuity-time":"2018-10-20T14:55:29.317Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap77f7b64b-7f","lower-layer-if":["openflow:260163147459722:9"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-10-20T14:55:43.417Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"228722813034790:br-ex-patch:1132","lower-layer-if":["openflow:228722813034790:1"],"type":"iana-if-type:l2vlan","if-index":6563,"statistics":{"discontinuity-time":"2018-10-20T14:55:51.986Z"},"phys-address":"3a:d3:e5:33:d9:68","admin-status":"up","oper-status":"up"},{"name":"228722813034790:br-ex-patch:1131","lower-layer-if":["openflow:228722813034790:1"],"type":"iana-if-type:l2vlan","if-index":6561,"statistics":{"discontinuity-time":"2018-10-20T14:55:29.369Z"},"phys-address":"3a:d3:e5:33:d9:68","admin-status":"up","oper-status":"up"},{"name":"1e008626-6887-40a0-967d-8cf98796e3f6","lower-layer-if":["openflow:268318365241219:7"],"type":"iana-if-type:l2vlan","if-index":58,"statistics":{"discontinuity-time":"2018-10-20T14:57:58.101Z"},"phys-address":"fe:16:3e:cc:d1:50","admin-status":"up","oper-status":"up"},{"name":"228722813034790:br-ex-patch:1133","lower-layer-if":["openflow:228722813034790:1"],"type":"iana-if-type:l2vlan","if-index":6565,"statistics":{"discontinuity-time":"2018-10-20T14:55:58.904Z"},"phys-address":"3a:d3:e5:33:d9:68","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181020 15:08:23.353" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.354" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 5,
                "lower-layer-if": [
                    "openflow:...</msg>
<status status="PASS" endtime="20181020 15:08:23.354" starttime="20181020 15:08:23.347"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.355" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 5,
                "lower-layer-if": [
                    "openflow:149698414707504:4"
                ],
                "name": "tund94e4440a70",
                "oper-status": "up",
                "phys-address": "ae:86:39:be:f9:1a",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:38.771Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:48796303178259:11"
                ],
                "name": "tapb51114c1-a6",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:45.273Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 49,
                "lower-layer-if": [
                    "openflow:228722813034790:11"
                ],
                "name": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:51.900Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:228722813034790:1"
                ],
                "name": "228722813034790:br-ex-patch",
                "oper-status": "up",
                "phys-address": "3a:d3:e5:33:d9:68",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:40.015Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:268318365241219:8"
                ],
                "name": "tapb5219944-d3",
                "oper-status": "up",
                "phys-address": "fe:16:3e:1c:db:04",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:58:09.154Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 59,
                "lower-layer-if": [
                    "openflow:268318365241219:8"
                ],
                "name": "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                "oper-status": "up",
                "phys-address": "fe:16:3e:1c:db:04",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:58:09.298Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:260163147459722:1"
                ],
                "name": "260163147459722:br-ex-patch",
                "oper-status": "up",
                "phys-address": "26:c1:fe:32:0a:dd",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:38.459Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 9,
                "lower-layer-if": [
                    "openflow:228722813034790:3"
                ],
                "name": "tuna8339e52304",
                "oper-status": "up",
                "phys-address": "e6:d0:3c:f8:36:1f",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:39.979Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 26,
                "lower-layer-if": [
                    "openflow:260163147459722:1"
                ],
                "name": "260163147459722:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "26:c1:fe:32:0a:dd",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:39:58.646Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 4,
                "lower-layer-if": [
                    "openflow:268318365241219:3"
                ],
                "name": "tun7dd6c062707",
                "oper-status": "up",
                "phys-address": "ba:b4:5b:a4:1e:66",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:38.759Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 6564,
                "lower-layer-if": [
                    "openflow:48796303178259:1"
                ],
                "name": "48796303178259:br-ex-patch:1132",
                "oper-status": "up",
                "phys-address": "7e:0d:3e:5c:57:d5",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:54.232Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 6559,
                "lower-layer-if": [
                    "openflow:48796303178259:1"
                ],
                "name": "48796303178259:br-ex-patch:1131",
                "oper-status": "up",
                "phys-address": "7e:0d:3e:5c:57:d5",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:27.030Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 46,
                "lower-layer-if": [
                    "openflow:260163147459722:9"
                ],
                "name": "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:43.656Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 6566,
                "lower-layer-if": [
                    "openflow:48796303178259:1"
                ],
                "name": "48796303178259:br-ex-patch:1133",
                "oper-status": "up",
                "phys-address": "7e:0d:3e:5c:57:d5",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:59.920Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 50,
                "lower-layer-if": [
                    "openflow:48796303178259:12"
                ],
                "name": "4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:54.176Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 28,
                "lower-layer-if": [
                    "openflow:48796303178259:1"
                ],
                "name": "48796303178259:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "7e:0d:3e:5c:57:d5",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:00.204Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:48796303178259:13"
                ],
                "name": "tapa2267a01-8d",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:59.445Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 6,
                "lower-layer-if": [
                    "openflow:268318365241219:4"
                ],
                "name": "tun23278d86c3d",
                "oper-status": "up",
                "phys-address": "fe:f6:df:69:dd:b2",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:38.784Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:268318365241219:7"
                ],
                "name": "tap1e008626-68",
                "oper-status": "up",
                "phys-address": "fe:16:3e:cc:d1:50",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:57.206Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:260163147459722:7"
                ],
                "name": "tap4dd172a6-55",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:26.900Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 51,
                "lower-layer-if": [
                    "openflow:228722813034790:12"
                ],
                "name": "55861a97-9d1c-45d0-a041-6b5aa089b946",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:58.872Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:48796303178259:12"
                ],
                "name": "tap4daf7e24-db",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:54.114Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:48796303178259:10"
                ],
                "name": "tape47cd172-b8",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:34.784Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:228722813034790:11"
                ],
                "name": "tap7f4d4f99-5b",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:51.741Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:228722813034790:8"
                ],
                "name": "tapa4117f7f-74",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:29.206Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:260163147459722:10"
                ],
                "name": "tap9acc8ca5-a9",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:50.427Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:260163147459722:8"
                ],
                "name": "tap862e02e0-e8",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:33.673Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 10,
                "lower-layer-if": [
                    "openflow:228722813034790:4"
                ],
                "name": "tun1914722e5af",
                "oper-status": "up",
                "phys-address": "fe:83:32:99:1a:8c",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:40.164Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 14,
                "lower-layer-if": [
                    "openflow:268318365241219:5"
                ],
                "name": "tunfb23e7715ee",
                "oper-status": "up",
                "phys-address": "d2:67:95:b7:c5:66",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.363Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:149698414707504:12"
                ],
                "name": "tap60a06347-c4",
                "oper-status": "up",
                "phys-address": "fe:16:3e:15:bd:dc",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:58:19.591Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 55,
                "lower-layer-if": [
                    "openflow:268318365241219:6"
                ],
                "name": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                "oper-status": "up",
                "phys-address": "fe:16:3e:d6:31:12",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:20.668Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 42,
                "lower-layer-if": [
                    "openflow:260163147459722:8"
                ],
                "name": "862e02e0-e825-4c09-930f-1ec5ed02c220",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:33.856Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 35,
                "lower-layer-if": [
                    "openflow:149698414707504:1"
                ],
                "name": "149698414707504:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ee:8f:d5:d4:59:b2",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:41:19.490Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 16,
                "lower-layer-if": [
                    "openflow:260163147459722:4"
                ],
                "name": "tunfda004d5e48",
                "oper-status": "up",
                "phys-address": "5a:b3:14:3d:45:7a",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.455Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 47,
                "lower-layer-if": [
                    "openflow:48796303178259:11"
                ],
                "name": "b51114c1-a615-4f35-826d-5c87207daef6",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:45.351Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:149698414707504:1"
                ],
                "name": "149698414707504:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ee:8f:d5:d4:59:b2",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:37.806Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 15,
                "lower-layer-if": [
                    "openflow:228722813034790:5"
                ],
                "name": "tunb9b6ece5224",
                "oper-status": "up",
                "phys-address": "3e:16:03:88:9e:88",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.366Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:260163147459722:11"
                ],
                "name": "tap7b99f334-37",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:56:02.096Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:268318365241219:6"
                ],
                "name": "tap28de207b-d7",
                "oper-status": "up",
                "phys-address": "fe:16:3e:d6:31:12",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:20.565Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 48,
                "lower-layer-if": [
                    "openflow:260163147459722:10"
                ],
                "name": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:50.527Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:228722813034790:12"
                ],
                "name": "tap55861a97-9d",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:58.253Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 2,
                "lower-layer-if": [
                    "openflow:149698414707504:3"
                ],
                "name": "tun617d26e46a5",
                "oper-status": "down",
                "phys-address": "d6:26:9b:3d:f4:c4",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:37.848Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:48796303178259:9"
                ],
                "name": "tap6c9c1105-39",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:26.773Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:228722813034790:9"
                ],
                "name": "tapa8d57385-94",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:37.267Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 39,
                "lower-layer-if": [
                    "openflow:48796303178259:9"
                ],
                "name": "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:26.973Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 57,
                "lower-layer-if": [
                    "openflow:149698414707504:11"
                ],
                "name": "e9366b0b-8e60-4a86-a972-9a513d34b838",
                "oper-status": "up",
                "phys-address": "fe:16:3e:9b:8a:3c",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:45.773Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:48796303178259:1"
                ],
                "name": "48796303178259:br-ex-patch",
                "oper-status": "up",
                "phys-address": "7e:0d:3e:5c:57:d5",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:40.648Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 7,
                "lower-layer-if": [
                    "openflow:260163147459722:2"
                ],
                "name": "tun3429b91664d",
                "oper-status": "up",
                "phys-address": "3e:e2:4d:d8:5b:17",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:39.811Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 30,
                "lower-layer-if": [
                    "openflow:228722813034790:1"
                ],
                "name": "228722813034790:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "3a:d3:e5:33:d9:68",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:40:01.458Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 60,
                "lower-layer-if": [
                    "openflow:149698414707504:12"
                ],
                "name": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                "oper-status": "up",
                "phys-address": "fe:16:3e:15:bd:dc",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:58:19.771Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 40,
                "lower-layer-if": [
                    "openflow:260163147459722:7"
                ],
                "name": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:27.125Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 54,
                "lower-layer-if": [
                    "openflow:149698414707504:9"
                ],
                "name": "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                "oper-status": "up",
                "phys-address": "fe:16:3e:d3:36:a1",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:07.566Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 52,
                "lower-layer-if": [
                    "openflow:48796303178259:13"
                ],
                "name": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:59.584Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 17,
                "lower-layer-if": [
                    "openflow:48796303178259:3"
                ],
                "name": "tund8c3e0fcf05",
                "oper-status": "up",
                "phys-address": "32:e6:63:5c:22:3a",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.547Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 13,
                "lower-layer-if": [
                    "openflow:149698414707504:5"
                ],
                "name": "tun6de6aefe245",
                "oper-status": "up",
                "phys-address": "7a:7c:0e:56:99:07",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.326Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 43,
                "lower-layer-if": [
                    "openflow:48796303178259:10"
                ],
                "name": "e47cd172-b806-409b-9f16-a636512d81b3",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:35.055Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:149698414707504:10"
                ],
                "name": "tap8ee548c5-a0",
                "oper-status": "up",
                "phys-address": "fe:16:3e:81:f5:2b",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:33.083Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 12,
                "lower-layer-if": [
                    "openflow:48796303178259:2"
                ],
                "name": "tund35867a1187",
                "oper-status": "up",
                "phys-address": "22:53:67:17:a0:b9",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:41.708Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 56,
                "lower-layer-if": [
                    "openflow:149698414707504:10"
                ],
                "name": "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                "oper-status": "up",
                "phys-address": "fe:16:3e:81:f5:2b",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:33.206Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:228722813034790:10"
                ],
                "name": "tap3c81f15e-ad",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:41.975Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 45,
                "lower-layer-if": [
                    "openflow:228722813034790:10"
                ],
                "name": "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:42.536Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:149698414707504:9"
                ],
                "name": "tap7d42da05-3c",
                "oper-status": "up",
                "phys-address": "fe:16:3e:d3:36:a1",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:07.485Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:149698414707504:11"
                ],
                "name": "tape9366b0b-8e",
                "oper-status": "up",
                "phys-address": "fe:16:3e:9b:8a:3c",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:45.711Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 6568,
                "lower-layer-if": [
                    "openflow:149698414707504:1"
                ],
                "name": "149698414707504:br-ex-patch:1131",
                "oper-status": "up",
                "phys-address": "ee:8f:d5:d4:59:b2",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:07.618Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 8,
                "lower-layer-if": [
                    "openflow:260163147459722:3"
                ],
                "name": "tun91356c17db2",
                "oper-status": "up",
                "phys-address": "aa:11:98:7f:9f:e0",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:39.844Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 53,
                "lower-layer-if": [
                    "openflow:260163147459722:11"
                ],
                "name": "7b99f334-3718-4a50-8797-2ad66ef51390",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:56:02.252Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 1,
                "lower-layer-if": [
                    "openflow:268318365241219:2"
                ],
                "name": "tunb223582a781",
                "oper-status": "up",
                "phys-address": "4a:11:b0:79:04:bc",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:37.758Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 11,
                "lower-layer-if": [
                    "openflow:228722813034790:2"
                ],
                "name": "tuncd74734f6e0",
                "oper-status": "up",
                "phys-address": "e2:fa:bf:92:73:0e",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:40.166Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 44,
                "lower-layer-if": [
                    "openflow:228722813034790:9"
                ],
                "name": "a8d57385-944d-4b60-998e-9c2d77e16163",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:37.320Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:149698414707504:2"
                ],
                "name": "tunb3adfc3e977",
                "oper-status": "up",
                "phys-address": "ca:17:76:6c:2d:11",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:38.606Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 19,
                "lower-layer-if": [
                    "openflow:48796303178259:5"
                ],
                "name": "tunaf467906869",
                "oper-status": "up",
                "phys-address": "fa:2a:ba:e7:a9:6a",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.800Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 6560,
                "lower-layer-if": [
                    "openflow:260163147459722:1"
                ],
                "name": "260163147459722:br-ex-patch:1131",
                "oper-status": "up",
                "phys-address": "26:c1:fe:32:0a:dd",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:28.039Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 6562,
                "lower-layer-if": [
                    "openflow:260163147459722:1"
                ],
                "name": "260163147459722:br-ex-patch:1132",
                "oper-status": "up",
                "phys-address": "26:c1:fe:32:0a:dd",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:50.582Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 6567,
                "lower-layer-if": [
                    "openflow:260163147459722:1"
                ],
                "name": "260163147459722:br-ex-patch:1133",
                "oper-status": "up",
                "phys-address": "26:c1:fe:32:0a:dd",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:56:02.302Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:268318365241219:1"
                ],
                "name": "268318365241219:br-ex-patch",
                "oper-status": "up",
                "phys-address": "5a:40:21:a4:cc:ef",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:37.596Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 18,
                "lower-layer-if": [
                    "openflow:48796303178259:4"
                ],
                "name": "tun5ef24485410",
                "oper-status": "up",
                "phys-address": "a2:a0:44:bd:08:35",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:34:42.653Z"
                },
                "type": "iana-if-type:tunnel"
            },
            {
                "admin-status": "up",
                "if-index": 41,
                "lower-layer-if": [
                    "openflow:228722813034790:8"
                ],
                "name": "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:29.317Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:260163147459722:9"
                ],
                "name": "tap77f7b64b-7f",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:43.417Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 6563,
                "lower-layer-if": [
                    "openflow:228722813034790:1"
                ],
                "name": "228722813034790:br-ex-patch:1132",
                "oper-status": "up",
                "phys-address": "3a:d3:e5:33:d9:68",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:51.986Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 6561,
                "lower-layer-if": [
                    "openflow:228722813034790:1"
                ],
                "name": "228722813034790:br-ex-patch:1131",
                "oper-status": "up",
                "phys-address": "3a:d3:e5:33:d9:68",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:29.369Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 58,
                "lower-layer-if": [
                    "openflow:268318365241219:7"
                ],
                "name": "1e008626-6887-40a0-967d-8cf98796e3f6",
                "oper-status": "up",
                "phys-address": "fe:16:3e:cc:d1:50",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:57:58.101Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 6565,
                "lower-layer-if": [
                    "openflow:228722813034790:1"
                ],
                "name": "228722813034790:br-ex-patch:1133",
                "oper-status": "up",
                "phys-address": "3a:d3:e5:33:d9:68",
                "statistics": {
                    "discontinuity-time": "2018-10-20T14:55:58.904Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.356" starttime="20181020 15:08:23.355"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.356" starttime="20181020 15:08:23.331"></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="20181020 15:08:23.377" 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="20181020 15:08:23.377" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.377" starttime="20181020 15:08:23.357"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.381" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"7d42da05-3ca6-4e54-a192-b2bf0d462571","service-mode":"interface-service-bindings:service-mode-ingress","dpid":149698414707504,"if-index":54,"port-no":9,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":40,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":40,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":48,"port-no":10,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"228722813034790:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":30,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"862e02e0-e825-4c09-930f-1ec5ed02c220","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":42,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tunb3adfc3e977","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":3,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun3429b91664d","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":7,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"e9366b0b-8e60-4a86-a972-9a513d34b838","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":57,"port-no":11,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun617d26e46a5","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":2,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","service-mode":"interface-service-bindings:service-mode-ingress","dpid":149698414707504,"if-index":56,"port-no":10,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"e47cd172-b806-409b-9f16-a636512d81b3","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":43,"port-no":10,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun6de6aefe245","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":13,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"7d42da05-3ca6-4e54-a192-b2bf0d462571","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":54,"port-no":9,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":56,"port-no":10,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"7b99f334-3718-4a50-8797-2ad66ef51390","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":53,"port-no":11,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"a8d57385-944d-4b60-998e-9c2d77e16163","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":44,"port-no":9,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tund8c3e0fcf05","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":17,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","service-mode":"interface-service-bindings:service-mode-ingress","dpid":149698414707504,"if-index":60,"port-no":12,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tunfb23e7715ee","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":14,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun7dd6c062707","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":4,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"260163147459722:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":6560,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":52,"port-no":13,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":52,"port-no":13,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"260163147459722:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":6567,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":60,"port-no":12,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"260163147459722:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":6562,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"55861a97-9d1c-45d0-a041-6b5aa089b946","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":51,"port-no":12,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tuna8339e52304","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":9,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tun1914722e5af","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":10,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"48796303178259:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":6566,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"228722813034790:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":6563,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"48796303178259:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":6564,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"48796303178259:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":6559,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"228722813034790:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":6561,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1e008626-6887-40a0-967d-8cf98796e3f6","service-mode":"interface-service-bindings:service-mode-ingress","dpid":268318365241219,"if-index":58,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"228722813034790:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":6565,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"e47cd172-b806-409b-9f16-a636512d81b3","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":43,"port-no":10,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":45,"port-no":10,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"149698414707504:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":35,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"862e02e0-e825-4c09-930f-1ec5ed02c220","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":42,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":48,"port-no":10,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tund94e4440a70","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":5,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":49,"port-no":11,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":55,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tunfda004d5e48","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":16,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":39,"port-no":9,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tunb9b6ece5224","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":15,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"b51114c1-a615-4f35-826d-5c87207daef6","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":47,"port-no":11,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun23278d86c3d","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":6,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"48796303178259:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":28,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","service-mode":"interface-service-bindings:service-mode-ingress","dpid":260163147459722,"if-index":46,"port-no":9,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"b5219944-d378-4c4b-ae45-dd5f093c9d39","service-mode":"interface-service-bindings:service-mode-ingress","dpid":268318365241219,"if-index":59,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":46,"port-no":9,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"260163147459722:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":26,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"a4117f7f-74f7-484e-8f5b-c727417edcdd","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":41,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun91356c17db2","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":8,"port-no":3,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tunaf467906869","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":19,"port-no":5,"interface-type":"iana-if-type:tunnel"},{"interface-name":"b51114c1-a615-4f35-826d-5c87207daef6","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":47,"port-no":11,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":49,"port-no":11,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"55861a97-9d1c-45d0-a041-6b5aa089b946","service-mode":"interface-service-bindings:service-mode-ingress","dpid":228722813034790,"if-index":51,"port-no":12,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":45,"port-no":10,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"b5219944-d378-4c4b-ae45-dd5f093c9d39","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":59,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"149698414707504:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress","dpid":149698414707504,"if-index":6568,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":50,"port-no":12,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"48796303178259:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":6566,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","service-mode":"interface-service-bindings:service-mode-ingress","dpid":268318365241219,"if-index":55,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"48796303178259:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":6559,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tund35867a1187","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":12,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"48796303178259:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":6564,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","service-mode":"interface-service-bindings:service-mode-ingress","dpid":48796303178259,"if-index":50,"port-no":12,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"7b99f334-3718-4a50-8797-2ad66ef51390","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":53,"port-no":11,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"a8d57385-944d-4b60-998e-9c2d77e16163","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":44,"port-no":9,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"149698414707504:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress","dpid":149698414707504,"if-index":6568,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":39,"port-no":9,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tunb223582a781","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":1,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"tuncd74734f6e0","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":11,"port-no":2,"interface-type":"iana-if-type:tunnel"},{"interface-name":"a4117f7f-74f7-484e-8f5b-c727417edcdd","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":41,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1e008626-6887-40a0-967d-8cf98796e3f6","service-mode":"interface-service-bindings:service-mode-egress","dpid":268318365241219,"if-index":58,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"228722813034790:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":6563,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"228722813034790:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":6561,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"tun5ef24485410","service-mode":"interface-service-bindings:service-mode-egress","dpid":48796303178259,"if-index":18,"port-no":4,"interface-type":"iana-if-type:tunnel"},{"interface-name":"260163147459722:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":6562,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"260163147459722:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":6567,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"260163147459722:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress","dpid":260163147459722,"if-index":6560,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"228722813034790:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress","dpid":228722813034790,"if-index":6565,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"e9366b0b-8e60-4a86-a972-9a513d34b838","service-mode":"interface-service-bindings:service-mode-ingress","dpid":149698414707504,"if-index":57,"port-no":11,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181020 15:08:23.382" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.382" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 149698414707504,
                "if-index": 54,
                "interface-name": "7d42da0...</msg>
<status status="PASS" endtime="20181020 15:08:23.382" starttime="20181020 15:08:23.377"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.383" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 149698414707504,
                "if-index": 54,
                "interface-name": "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 9,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 40,
                "interface-name": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 40,
                "interface-name": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 48,
                "interface-name": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 10,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 30,
                "interface-name": "228722813034790:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 42,
                "interface-name": "862e02e0-e825-4c09-930f-1ec5ed02c220",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 3,
                "interface-name": "tunb3adfc3e977",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 7,
                "interface-name": "tun3429b91664d",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 57,
                "interface-name": "e9366b0b-8e60-4a86-a972-9a513d34b838",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 11,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 2,
                "interface-name": "tun617d26e46a5",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 56,
                "interface-name": "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 10,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 43,
                "interface-name": "e47cd172-b806-409b-9f16-a636512d81b3",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 10,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 13,
                "interface-name": "tun6de6aefe245",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 54,
                "interface-name": "7d42da05-3ca6-4e54-a192-b2bf0d462571",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 9,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 56,
                "interface-name": "8ee548c5-a04d-4eef-bb99-5d2640865f7a",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 10,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 53,
                "interface-name": "7b99f334-3718-4a50-8797-2ad66ef51390",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 11,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 44,
                "interface-name": "a8d57385-944d-4b60-998e-9c2d77e16163",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 9,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 17,
                "interface-name": "tund8c3e0fcf05",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 60,
                "interface-name": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 12,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 14,
                "interface-name": "tunfb23e7715ee",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 4,
                "interface-name": "tun7dd6c062707",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 6560,
                "interface-name": "260163147459722:br-ex-patch:1131",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 52,
                "interface-name": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 13,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 52,
                "interface-name": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 13,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 6567,
                "interface-name": "260163147459722:br-ex-patch:1133",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 60,
                "interface-name": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 12,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 6562,
                "interface-name": "260163147459722:br-ex-patch:1132",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 51,
                "interface-name": "55861a97-9d1c-45d0-a041-6b5aa089b946",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 12,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 9,
                "interface-name": "tuna8339e52304",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 10,
                "interface-name": "tun1914722e5af",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 6566,
                "interface-name": "48796303178259:br-ex-patch:1133",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 6563,
                "interface-name": "228722813034790:br-ex-patch:1132",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 6564,
                "interface-name": "48796303178259:br-ex-patch:1132",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 6559,
                "interface-name": "48796303178259:br-ex-patch:1131",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 6561,
                "interface-name": "228722813034790:br-ex-patch:1131",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 58,
                "interface-name": "1e008626-6887-40a0-967d-8cf98796e3f6",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 6565,
                "interface-name": "228722813034790:br-ex-patch:1133",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 43,
                "interface-name": "e47cd172-b806-409b-9f16-a636512d81b3",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 10,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 45,
                "interface-name": "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 10,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 35,
                "interface-name": "149698414707504:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 42,
                "interface-name": "862e02e0-e825-4c09-930f-1ec5ed02c220",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 48,
                "interface-name": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 10,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 5,
                "interface-name": "tund94e4440a70",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 49,
                "interface-name": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 11,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 55,
                "interface-name": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 16,
                "interface-name": "tunfda004d5e48",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 39,
                "interface-name": "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 9,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 15,
                "interface-name": "tunb9b6ece5224",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 47,
                "interface-name": "b51114c1-a615-4f35-826d-5c87207daef6",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 11,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 6,
                "interface-name": "tun23278d86c3d",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 28,
                "interface-name": "48796303178259:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 46,
                "interface-name": "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 9,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 59,
                "interface-name": "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 46,
                "interface-name": "77f7b64b-7f83-4283-a130-1209f9f8cf3f",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 9,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 26,
                "interface-name": "260163147459722:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 41,
                "interface-name": "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 8,
                "interface-name": "tun91356c17db2",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 19,
                "interface-name": "tunaf467906869",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 5,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 47,
                "interface-name": "b51114c1-a615-4f35-826d-5c87207daef6",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 11,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 49,
                "interface-name": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 11,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 51,
                "interface-name": "55861a97-9d1c-45d0-a041-6b5aa089b946",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 12,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 45,
                "interface-name": "3c81f15e-ad31-4e55-88a1-1e576753d7ca",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 10,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 59,
                "interface-name": "b5219944-d378-4c4b-ae45-dd5f093c9d39",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 6568,
                "interface-name": "149698414707504:br-ex-patch:1131",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 50,
                "interface-name": "4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 12,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 6566,
                "interface-name": "48796303178259:br-ex-patch:1133",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 55,
                "interface-name": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 6559,
                "interface-name": "48796303178259:br-ex-patch:1131",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 12,
                "interface-name": "tund35867a1187",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 6564,
                "interface-name": "48796303178259:br-ex-patch:1132",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 50,
                "interface-name": "4daf7e24-dbed-407f-abdc-43dde77dfcd7",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 12,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 53,
                "interface-name": "7b99f334-3718-4a50-8797-2ad66ef51390",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 11,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 44,
                "interface-name": "a8d57385-944d-4b60-998e-9c2d77e16163",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 9,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 6568,
                "interface-name": "149698414707504:br-ex-patch:1131",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 39,
                "interface-name": "6c9c1105-3940-42ee-9d2f-024d720f8ec6",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 9,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 1,
                "interface-name": "tunb223582a781",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 11,
                "interface-name": "tuncd74734f6e0",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 41,
                "interface-name": "a4117f7f-74f7-484e-8f5b-c727417edcdd",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 268318365241219,
                "if-index": 58,
                "interface-name": "1e008626-6887-40a0-967d-8cf98796e3f6",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 6563,
                "interface-name": "228722813034790:br-ex-patch:1132",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 6561,
                "interface-name": "228722813034790:br-ex-patch:1131",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 48796303178259,
                "if-index": 18,
                "interface-name": "tun5ef24485410",
                "interface-type": "iana-if-type:tunnel",
                "port-no": 4,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 6562,
                "interface-name": "260163147459722:br-ex-patch:1132",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 6567,
                "interface-name": "260163147459722:br-ex-patch:1133",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 260163147459722,
                "if-index": 6560,
                "interface-name": "260163147459722:br-ex-patch:1131",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 228722813034790,
                "if-index": 6565,
                "interface-name": "228722813034790:br-ex-patch:1133",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 149698414707504,
                "if-index": 57,
                "interface-name": "e9366b0b-8e60-4a86-a972-9a513d34b838",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 11,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.384" starttime="20181020 15:08:23.383"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.384" starttime="20181020 15:08:23.356"></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="20181020 15:08:23.389" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.389" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.389" starttime="20181020 15:08:23.384"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.391" level="INFO">To JSON using : content={"tunnels_state":{"state-tunnel-list":[{"tunnel-interface-name":"tund35867a1187","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"},"dst-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"}},{"tunnel-interface-name":"tun7dd6c062707","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"},"dst-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"}},{"tunnel-interface-name":"tun23278d86c3d","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"},"dst-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"}},{"tunnel-interface-name":"tunfda004d5e48","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"},"dst-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"}},{"tunnel-interface-name":"tun6de6aefe245","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"},"dst-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"}},{"tunnel-interface-name":"tunb9b6ece5224","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"},"dst-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"}},{"tunnel-interface-name":"tunb3adfc3e977","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"},"dst-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"}},{"tunnel-interface-name":"tund8c3e0fcf05","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"},"dst-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"}},{"tunnel-interface-name":"tun5ef24485410","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"},"dst-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"}},{"tunnel-interface-name":"tund94e4440a70","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"},"dst-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"}},{"tunnel-interface-name":"tun617d26e46a5","tunnel-state":false,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"down","src-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"},"dst-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"}},{"tunnel-interface-name":"tun3429b91664d","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"},"dst-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"}},{"tunnel-interface-name":"tunaf467906869","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"},"dst-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"}},{"tunnel-interface-name":"tuna8339e52304","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"},"dst-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"}},{"tunnel-interface-name":"tunb223582a781","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"},"dst-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"}},{"tunnel-interface-name":"tunfb23e7715ee","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"268318365241219","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.25"},"dst-info":{"tep-device-id":"48796303178259","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.14"}},{"tunnel-interface-name":"tun91356c17db2","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"},"dst-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"}},{"tunnel-interface-name":"tun1914722e5af","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"},"dst-info":{"tep-device-id":"260163147459722","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.18"}},{"tunnel-interface-name":"tuncd74734f6e0","tunnel-state":true,"transport-type":"odl-interface:tunnel-type-vxlan","oper-state":"up","src-info":{"tep-device-id":"228722813034790","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.6"},"dst-info":{"tep-device-id":"149698414707504","tep-device-type":"itm-state:tep-type-internal","tep-ip":"192.0.2.5"}}]}} </msg>
<msg timestamp="20181020 15:08:23.391" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.391" level="INFO">${pretty_output} = {
    "tunnels_state": {
        "state-tunnel-list": [
            {
                "dst-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-...</msg>
<status status="PASS" endtime="20181020 15:08:23.391" starttime="20181020 15:08:23.390"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.392" level="INFO">{
    "tunnels_state": {
        "state-tunnel-list": [
            {
                "dst-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tund35867a1187",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun7dd6c062707",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun23278d86c3d",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunfda004d5e48",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun6de6aefe245",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunb9b6ece5224",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunb3adfc3e977",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tund8c3e0fcf05",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun5ef24485410",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tund94e4440a70",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "oper-state": "down",
                "src-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun617d26e46a5",
                "tunnel-state": false
            },
            {
                "dst-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun3429b91664d",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunaf467906869",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tuna8339e52304",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunb223582a781",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "48796303178259",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.14"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "268318365241219",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.25"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tunfb23e7715ee",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun91356c17db2",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "260163147459722",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.18"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tun1914722e5af",
                "tunnel-state": true
            },
            {
                "dst-info": {
                    "tep-device-id": "149698414707504",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.5"
                },
                "oper-state": "up",
                "src-info": {
                    "tep-device-id": "228722813034790",
                    "tep-device-type": "itm-state:tep-type-internal",
                    "tep-ip": "192.0.2.6"
                },
                "transport-type": "odl-interface:tunnel-type-vxlan",
                "tunnel-interface-name": "tuncd74734f6e0",
                "tunnel-state": true
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.392" starttime="20181020 15:08:23.392"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.392" starttime="20181020 15:08:23.384"></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="20181020 15:08:23.403" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.403" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.403" starttime="20181020 15:08:23.392"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.404" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:23.404" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.404" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:23.404" starttime="20181020 15:08:23.404"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.405" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.405" starttime="20181020 15:08:23.404"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.405" starttime="20181020 15:08:23.392"></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="20181020 15:08:23.414" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.415" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.415" starttime="20181020 15:08:23.405"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.415" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:23.415" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.416" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:23.416" starttime="20181020 15:08:23.415"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.416" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.416" starttime="20181020 15:08:23.416"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.416" starttime="20181020 15:08:23.405"></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="20181020 15:08:23.429" 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="20181020 15:08:23.429" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.429" starttime="20181020 15:08:23.416"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.442" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/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/f7d2b89c-71a6-4831-8e79-3394722493d6/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":"ec:9d:f3:fc:ec:8a"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"88791295-89a9-40de-95e1-823bd6b79f95","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/f7d2b89c-71a6-4831-8e79-3394722493d6']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653","controller-uuid":"c53252d8-7188-4569-9249-6a42db1ea497","is-connected":true},{"target":"tcp:192.0.2.18:6653","controller-uuid":"da9d9961-4985-42a2-b79d-9e5f58c9154e","is-connected":true},{"target":"tcp:192.0.2.6:6653","controller-uuid":"6a5e4f83-9648-4ab1-9708-387b9fbe2e54","is-connected":true}],"ovsdb:datapath-id":"00:00:ec:9d:f3:fc:ec:8a","termination-point":[{"tp-id":"tap77f7b64b-7f","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"1f63da85-9bf1-48c0-935d-c78c28075e7a","ovsdb:name":"tap77f7b64b-7f","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:8e:51:30"},{"external-id-key":"iface-id","external-id-value":"77f7b64b-7f83-4283-a130-1209f9f8cf3f"}],"ovsdb:port-uuid":"0623f806-f49c-465c-891b-43d5d5f4e165","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":9},{"tp-id":"tap9acc8ca5-a9","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"58715d70-a0c4-4be9-8873-e74a6567d390","ovsdb:name":"tap9acc8ca5-a9","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:9e:c1:3a"},{"external-id-key":"iface-id","external-id-value":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4"}],"ovsdb:port-uuid":"75c93e5c-f044-41e0-844a-ac194cb1fadd","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":10},{"tp-id":"tun3429b91664d","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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun3429b91664d']"}],"ovsdb:interface-uuid":"da2084f7-7010-44dd-b24d-f8f45e0cf145","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":"tun3429b91664d","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.25"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"bc24e1bb-881b-4ec6-b386-f995150d0e45","ovsdb:ifindex":19,"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-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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"d09b9958-2190-4c83-8db3-e24407502dcb","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3c28849a-3269-46c7-8ee4-0e18b11b34b3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tunfda004d5e48","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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunfda004d5e48']"}],"ovsdb:interface-uuid":"5bb77ea8-6208-48e1-b16c-52782cc58b26","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":"tunfda004d5e48","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.14"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"aa9c0841-3845-4d96-948c-94b8e7a5af1e","ovsdb:ifindex":19,"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":"tun91356c17db2","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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun91356c17db2']"}],"ovsdb:interface-uuid":"7b9f4645-b5fc-4b6f-ac2f-2809b204aac3","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":"tun91356c17db2","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.18"},{"option":"remote_ip","value":"192.0.2.6"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f8963a54-9d91-44e0-bc5d-71d5792a4aa0","ovsdb:ifindex":19,"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":"tap4dd172a6-55","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"a938beea-728c-4434-b388-19de6b989c29","ovsdb:name":"tap4dd172a6-55","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:94:d8:6e"},{"external-id-key":"iface-id","external-id-value":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb"}],"ovsdb:port-uuid":"2cb38cf0-bf4e-4a7d-8446-4b5694ed49e5","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":7},{"tp-id":"tap862e02e0-e8","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"1076e182-3ddd-4408-8bde-b35a18056b31","ovsdb:name":"tap862e02e0-e8","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:bc:e0:55"},{"external-id-key":"iface-id","external-id-value":"862e02e0-e825-4c09-930f-1ec5ed02c220"}],"ovsdb:port-uuid":"96c56aad-7111-4e8a-bf8e-cac0d0884338","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":8},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"11e2798d-f5bb-4353-aca8-3b65f02344d3","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e2557d0-b7c7-4788-bb99-1c98e7d9485b","ovsdb:ofport":65534},{"tp-id":"tap7b99f334-37","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"0b32a7c1-2190-4a63-b7b2-53a03b0e07c9","ovsdb:name":"tap7b99f334-37","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:cc:4b:ac"},{"external-id-key":"iface-id","external-id-value":"7b99f334-3718-4a50-8797-2ad66ef51390"}],"ovsdb:port-uuid":"47824c07-642b-4c2e-9373-faed27e810bd","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":11}]},{"node-id":"ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:59:a6:28:68:d2"}],"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:a6:28:68:d2","ovsdb:bridge-uuid":"1b446425-a0c5-4658-8e91-a3a9186b3b84","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/c4115c0f-f4be-40ef-b005-f63c6a201c57']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"960e330e-5241-473b-99e5-d18e6a922bfd","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"e66e723c-dd88-4b2a-a726-f952d39fc971","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"78831227-618b-4052-9c9e-1407dabf83d2","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a9342429-ef8e-4a15-ba1d-df1dcc0fb657","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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"88c2f83d-b090-47c2-8054-8e941dd25be2","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"4ebd569e-5145-470f-b871-028c9abea845","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228/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/091ce738-9116-4531-9a46-0fc4944dd228/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":"2c:61:46:51:3a:13"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"060848e8-ee87-4d54-a1bd-be2f87c6b73d","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/091ce738-9116-4531-9a46-0fc4944dd228']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653","controller-uuid":"a9f7aa9f-54c7-4b81-9dbb-b1230394485a","is-connected":true},{"target":"tcp:192.0.2.18:6653","controller-uuid":"fedc0a83-4fc2-4d20-8bc5-8d29b9690e6e","is-connected":true},{"target":"tcp:192.0.2.6:6653","controller-uuid":"64098678-333f-46fc-bcaa-a54164f801b3","is-connected":true}],"ovsdb:datapath-id":"00:00:2c:61:46:51:3a:13","termination-point":[{"tp-id":"tund8c3e0fcf05","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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund8c3e0fcf05']"}],"ovsdb:interface-uuid":"e93d60f2-d4e2-43e7-8d9e-9ed2ed9f89a4","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":"tund8c3e0fcf05","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.25"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a149e8b6-06ae-4b5a-b3d1-68ad6ff36adc","ovsdb:ifindex":19,"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":"tund35867a1187","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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund35867a1187']"}],"ovsdb:interface-uuid":"c4886eca-c95f-4f88-b099-9f4a9bb8a727","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":"tund35867a1187","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.5"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f3dea71c-cfee-473c-8956-f42b6d4789b3","ovsdb:ifindex":19,"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":"tapb51114c1-a6","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"044f9d14-6136-4b21-8ab2-5753d7f2bc97","ovsdb:name":"tapb51114c1-a6","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:fb:cd:eb"},{"external-id-key":"iface-id","external-id-value":"b51114c1-a615-4f35-826d-5c87207daef6"}],"ovsdb:port-uuid":"4e7f79c9-b986-49ad-8473-9467f7eb95e8","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":11},{"tp-id":"tap4daf7e24-db","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"16f71ee8-e65d-42c3-9736-5279d50c9550","ovsdb:name":"tap4daf7e24-db","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:fe:34:38"},{"external-id-key":"iface-id","external-id-value":"4daf7e24-dbed-407f-abdc-43dde77dfcd7"}],"ovsdb:port-uuid":"8d96571f-55b5-449b-b9d3-b25daa968664","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":12},{"tp-id":"tun5ef24485410","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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun5ef24485410']"}],"ovsdb:interface-uuid":"cdbb1ca7-5534-4d37-aa7f-020a6398374d","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":"tun5ef24485410","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.18"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0a8fbcd2-3b6c-472a-b5cf-9d75e00cd843","ovsdb:ifindex":19,"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":"tap6c9c1105-39","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"64f66550-ff2b-4f5c-846c-8f45c603cef6","ovsdb:name":"tap6c9c1105-39","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:95:bc:ea"},{"external-id-key":"iface-id","external-id-value":"6c9c1105-3940-42ee-9d2f-024d720f8ec6"}],"ovsdb:port-uuid":"e5bcf5ea-ac0d-4aef-b872-e688c31d151e","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":9},{"tp-id":"tape47cd172-b8","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"4eb9e690-8e59-4d15-b2c8-747a001b8b34","ovsdb:name":"tape47cd172-b8","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:e0:63:97"},{"external-id-key":"iface-id","external-id-value":"e47cd172-b806-409b-9f16-a636512d81b3"}],"ovsdb:port-uuid":"7fe20dbf-20cc-4538-bbd2-e3285c67ceac","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":10},{"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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"89fa1b4e-4111-4aca-b1d0-21617f42a942","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8a0b7a1e-02de-4118-912b-ad3dca5edba5","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tunaf467906869","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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunaf467906869']"}],"ovsdb:interface-uuid":"67cf4a59-5390-4c8d-9cf9-23b30fffe000","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":"tunaf467906869","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.14"},{"option":"remote_ip","value":"192.0.2.6"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"72a83f27-e5d8-4393-84f9-ac4656629b99","ovsdb:ifindex":19,"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":"tapa2267a01-8d","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"9c6cdcb5-946b-45be-b2b9-a49616008bb8","ovsdb:name":"tapa2267a01-8d","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:cf:a2:aa"},{"external-id-key":"iface-id","external-id-value":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c"}],"ovsdb:port-uuid":"f3485273-1131-41fe-87e3-0e2376263b0d","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":13},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"77970354-f271-497e-97e6-96d461d26f69","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8e082c68-2706-4f48-b920-40aff09ea3d1","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/d2bd3eee-008f-41f1-a63f-2506ee81c223/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":"f4:08:bc:d8:cf:83"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"aefacced-2f76-4a16-9abc-7d7b17aa00c9","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/d2bd3eee-008f-41f1-a63f-2506ee81c223']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653","controller-uuid":"a9e1b3e7-d750-4714-9f15-cb1a2a050eaf","is-connected":true},{"target":"tcp:192.0.2.18:6653","controller-uuid":"c8156500-e205-4a38-a564-c09be73b0585","is-connected":true},{"target":"tcp:192.0.2.6:6653","controller-uuid":"aa2c7068-aa46-485f-8b2e-13cf6216f30d","is-connected":true}],"ovsdb:datapath-id":"00:00:f4:08:bc:d8:cf:83","termination-point":[{"tp-id":"tap1e008626-68","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"4db22572-0fa6-4833-ad38-9ec3d436787e","ovsdb:name":"tap1e008626-68","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:cc:d1:50"},{"external-id-key":"iface-id","external-id-value":"1e008626-6887-40a0-967d-8cf98796e3f6"},{"external-id-key":"vm-id","external-id-value":"cd8fb03e-90f6-4c2f-adb8-8c920aee87f1"}],"ovsdb:port-uuid":"dd0ea96b-d9f8-49cc-875f-a1fc14b3451f","ovsdb:ifindex":11,"ovsdb:ofport":7},{"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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"ebf45b8c-1ea4-46d6-a335-af93af85866f","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"dfafb7d2-89c5-4630-bc54-cd1f2b03b8ff","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tun7dd6c062707","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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7dd6c062707']"}],"ovsdb:interface-uuid":"ff0a9ac7-5741-4d8b-96b3-4279ce87d463","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":"tun7dd6c062707","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.18"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"936a46bb-ebed-4459-9229-ed54db9fc8b8","ovsdb:ifindex":9,"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":"tunb223582a781","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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb223582a781']"}],"ovsdb:interface-uuid":"15dcffe5-e5b1-4df4-aa89-adbd49bd171c","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":"tunb223582a781","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.5"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"9cac9304-cc9e-43b7-a1d1-786378c9fa1b","ovsdb:ifindex":9,"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":"tunfb23e7715ee","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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunfb23e7715ee']"}],"ovsdb:interface-uuid":"83b9b5ff-6e27-4baf-937b-6c231f0c511b","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":"tunfb23e7715ee","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.14"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a7ca99f6-891b-4c8d-bc1a-73d5bb9f3cbd","ovsdb:ifindex":9,"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":"tun23278d86c3d","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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun23278d86c3d']"}],"ovsdb:interface-uuid":"90ce8d0c-8e4a-46c8-9763-44dceb19aa4f","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":"tun23278d86c3d","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.25"},{"option":"remote_ip","value":"192.0.2.6"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"d90f9c75-68e6-46e8-9dc4-35aebeac3399","ovsdb:ifindex":9,"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":"tap28de207b-d7","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"e8a0de21-da85-492f-bb54-f1954eaca86d","ovsdb:name":"tap28de207b-d7","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:d6:31:12"},{"external-id-key":"iface-id","external-id-value":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8"},{"external-id-key":"vm-id","external-id-value":"87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a"}],"ovsdb:port-uuid":"da17b1e5-3b4a-4622-88b7-2220c55785ec","ovsdb:ifindex":10,"ovsdb:ofport":6},{"tp-id":"tapb5219944-d3","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"81fa9a4c-2c1f-40d3-ae79-8fe2e4219ef1","ovsdb:name":"tapb5219944-d3","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:1c:db:04"},{"external-id-key":"iface-id","external-id-value":"b5219944-d378-4c4b-ae45-dd5f093c9d39"},{"external-id-key":"vm-id","external-id-value":"b147bfde-6c68-4e97-9f03-dbe6fa356adf"}],"ovsdb:port-uuid":"836e9013-b53f-4d6f-a92f-9acf57060387","ovsdb:ifindex":12,"ovsdb:ofport":8},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"5249a090-e6e7-40ae-8182-ef25e5034402","ovsdb:ifindex":8,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"645e88dd-2ec7-41ed-ae11-1740f1e01362","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/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/1a746078-90f9-4624-b697-eb3f1c4dd471/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":"88:26:60:d5:03:30"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"1605fc47-1693-494f-a0c1-6e083df92f16","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/1a746078-90f9-4624-b697-eb3f1c4dd471']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653","controller-uuid":"7bfd7b5c-9898-456b-99ba-75886889250b","is-connected":true},{"target":"tcp:192.0.2.18:6653","controller-uuid":"64b96e72-e4ff-4e4c-8cf1-14c1c5f2bd8d","is-connected":true},{"target":"tcp:192.0.2.6:6653","controller-uuid":"df349e30-0166-46ae-9ed2-cf5dbce8f6c2","is-connected":true}],"ovsdb:datapath-id":"00:00:88:26:60:d5:03:30","termination-point":[{"tp-id":"tunb3adfc3e977","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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb3adfc3e977']"}],"ovsdb:interface-uuid":"0f9ae5ca-28c0-4e47-a0e2-c509fff3c72b","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":"tunb3adfc3e977","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.25"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"b37ab337-8249-4805-89a4-49313b076d42","ovsdb:ifindex":9,"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":"tap7d42da05-3c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"137e3714-5dbd-409c-834b-98e35dd3a767","ovsdb:name":"tap7d42da05-3c","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:d3:36:a1"},{"external-id-key":"iface-id","external-id-value":"7d42da05-3ca6-4e54-a192-b2bf0d462571"},{"external-id-key":"vm-id","external-id-value":"4c63800d-f97e-4367-a2e7-7a670c856c6e"}],"ovsdb:port-uuid":"412c394f-a0fa-4a5b-b58c-00848da52a77","ovsdb:ifindex":13,"ovsdb:ofport":9},{"tp-id":"tap8ee548c5-a0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"5782eed9-75cc-4cff-9df5-e84ff74c6055","ovsdb:name":"tap8ee548c5-a0","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:81:f5:2b"},{"external-id-key":"iface-id","external-id-value":"8ee548c5-a04d-4eef-bb99-5d2640865f7a"},{"external-id-key":"vm-id","external-id-value":"1a0e3eed-4e65-4506-86dd-ed491c107464"}],"ovsdb:port-uuid":"820d75f5-1b41-4ce6-bdda-28164d0e68af","ovsdb:ifindex":14,"ovsdb:ofport":10},{"tp-id":"tun617d26e46a5","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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun617d26e46a5']"}],"ovsdb:interface-uuid":"b604fa39-cc9a-4504-a335-bd3550193309","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":"tun617d26e46a5","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.18"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5e3c37d9-480d-43b8-b351-8d60055004cf","ovsdb:ifindex":9,"ovsdb:ofport":3,"ovsdb:interface-bfd-status":[{"bfd-status-key":"flap_count","bfd-status-value":"0"},{"bfd-status-key":"remote_diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"forwarding","bfd-status-value":"false"},{"bfd-status-key":"remote_state","bfd-status-value":"down"},{"bfd-status-key":"diagnostic","bfd-status-value":"No Diagnostic"},{"bfd-status-key":"state","bfd-status-value":"down"}]},{"tp-id":"tund94e4440a70","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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund94e4440a70']"}],"ovsdb:interface-uuid":"c31b00cd-e275-4b3d-91df-a1310556086a","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":"tund94e4440a70","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.6"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"3176c3df-50bf-4269-9cdf-adbda59138bc","ovsdb:ifindex":9,"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":"tape9366b0b-8e","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"c71a896a-8070-43fb-8cd6-8f0d11c3ac8f","ovsdb:name":"tape9366b0b-8e","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:9b:8a:3c"},{"external-id-key":"iface-id","external-id-value":"e9366b0b-8e60-4a86-a972-9a513d34b838"},{"external-id-key":"vm-id","external-id-value":"7411f999-58ee-46fc-8b0e-fed1d9290e77"}],"ovsdb:port-uuid":"d0728169-df28-40ab-a647-025ea9b0a117","ovsdb:ifindex":15,"ovsdb:ofport":11},{"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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"5fe4a5ac-4d20-41cc-85bf-49bd210cc48a","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5165a5bb-d8cd-49f6-91ff-52eb036d3316","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tap60a06347-c4","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"7480102e-3569-412a-a7c4-150ac4ac6552","ovsdb:name":"tap60a06347-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:15:bd:dc"},{"external-id-key":"iface-id","external-id-value":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"},{"external-id-key":"vm-id","external-id-value":"9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c"}],"ovsdb:port-uuid":"242a6dd8-456c-4a6a-a5db-0398e3cd3d9b","ovsdb:ifindex":16,"ovsdb:ofport":12},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"d33db246-899f-4b61-9887-779184cecb93","ovsdb:ifindex":8,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"67492dee-72e1-409b-9440-1d3716ed931d","ovsdb:ofport":65534},{"tp-id":"tun6de6aefe245","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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun6de6aefe245']"}],"ovsdb:interface-uuid":"e0db675a-a708-4f02-b3f5-1b28b24d67d9","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":"tun6de6aefe245","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.5"},{"option":"remote_ip","value":"192.0.2.14"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"d2e398f9-d4ec-47a4-a0f4-e7e1b1c1a4a3","ovsdb:ifindex":9,"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/c4115c0f-f4be-40ef-b005-f63c6a201c57","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.6"}],"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.6","remote-port":53682,"remote-ip":"192.0.2.6","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":"66050758-13eb-4611-b19e-605c5433c724"},{"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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.18:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.14:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.6:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:91:95:06:d4:a6"}],"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:91:95:06:d4:a6","ovsdb:bridge-uuid":"ac3669a0-b867-4bf6-a33f-f7428f70e671","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/f7d2b89c-71a6-4831-8e79-3394722493d6']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"485afc85-2e31-4678-9055-6c4328f68512","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"e852b397-9d6d-439e-b696-f95536de8c43","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"3cd982f8-412e-4506-afc9-6e9691e2115f","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1f912f2d-9954-4b75-95d8-a57efd0da89d","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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"0f0797ee-dc1f-4144-937d-249735abff54","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"ee8026c7-7fe7-489d-be39-b8775c988281","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.25"}],"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.14","remote-port":35248,"remote-ip":"192.0.2.25","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":"cfafae25-f90d-4a73-bec4-1a41b8e4589a"},{"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/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.18:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.14:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.6:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":false,"number_of_connections":0}]},{"node-id":"ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:a5:34:20:ef:5e"}],"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:a5:34:20:ef:5e","ovsdb:bridge-uuid":"87633e91-568c-47ca-b2fb-90f31decc984","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/1a746078-90f9-4624-b697-eb3f1c4dd471']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"77de6db3-46fd-4182-8e90-90b593b92ae6","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"96a1fd37-3fe2-4482-a850-99b686c9d0e3","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"48299ebf-a5ee-48fc-96ec-b0434d081b29","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1a2c2e6e-bbfb-4d34-9c61-3f8753a97e8a","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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"dffc1d15-d51d-4e41-81f5-4e67e443fa02","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"9bac5f40-eaed-4438-84e5-955208c91658","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.5"}],"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.14","remote-port":54738,"remote-ip":"192.0.2.5","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":"17805173-9c15-469d-9ac1-fc395e5dbbbe"},{"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/1a746078-90f9-4624-b697-eb3f1c4dd471/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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.18:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.6:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.14:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":false,"number_of_connections":0}]},{"node-id":"ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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":"d0:05:ae:05:e1:26"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"15fe7e0e-f00f-4dec-96db-840c1617d164","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/c4115c0f-f4be-40ef-b005-f63c6a201c57']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.14:6653","controller-uuid":"008632c2-a0fd-42b5-8dfa-bb70aa5c05be","is-connected":true},{"target":"tcp:192.0.2.18:6653","controller-uuid":"ec271a87-1792-4a15-a4ab-4836d4a4b615","is-connected":true},{"target":"tcp:192.0.2.6:6653","controller-uuid":"7a31133a-8cb2-4800-8538-ebe49194ed46","is-connected":true}],"ovsdb:datapath-id":"00:00:d0:05:ae:05:e1:26","termination-point":[{"tp-id":"tapa4117f7f-74","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"279f3694-bc76-4222-886a-41e3f2b9c9dc","ovsdb:name":"tapa4117f7f-74","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:f6:d2:83"},{"external-id-key":"iface-id","external-id-value":"a4117f7f-74f7-484e-8f5b-c727417edcdd"}],"ovsdb:port-uuid":"1afe48f9-66e4-4e48-ab56-65862567a300","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":8},{"tp-id":"tap7f4d4f99-5b","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"f5bc4034-b7d0-490c-bcbf-ba55113ee458","ovsdb:name":"tap7f4d4f99-5b","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:9f:d4:6b"},{"external-id-key":"iface-id","external-id-value":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e"}],"ovsdb:port-uuid":"5a45f9d9-83a8-4133-82fd-4a38eb70f89f","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":11},{"tp-id":"tapa8d57385-94","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"42a3f7e8-48f1-417f-9aaa-5d6cf0f27987","ovsdb:name":"tapa8d57385-94","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:79:1e:fe"},{"external-id-key":"iface-id","external-id-value":"a8d57385-944d-4b60-998e-9c2d77e16163"}],"ovsdb:port-uuid":"197c7d85-f6e4-41a6-bbe5-38f3a900ced4","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":9},{"tp-id":"tap3c81f15e-ad","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"7ea9a5e2-b285-45dc-9847-35d8ba247d68","ovsdb:name":"tap3c81f15e-ad","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:96:56:45"},{"external-id-key":"iface-id","external-id-value":"3c81f15e-ad31-4e55-88a1-1e576753d7ca"}],"ovsdb:port-uuid":"8cc0abf7-dfd4-4da8-b1d3-3a5a5e64978c","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":10},{"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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"a5b6a518-651f-4b4e-8c9d-3dd6c89dfdb6","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"cf3d0381-bda8-42cc-99c6-6f006bceb954","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tuna8339e52304","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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuna8339e52304']"}],"ovsdb:interface-uuid":"7dc16ddd-84f6-41b9-974f-f63b07a3b4c4","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":"tuna8339e52304","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.25"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"b2d7b246-15b2-4999-b892-f7874525fdb8","ovsdb:ifindex":19,"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":"tap55861a97-9d","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ccba789a-1fd3-416c-8cab-737876762c57","ovsdb:name":"tap55861a97-9d","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:23:92:6d"},{"external-id-key":"iface-id","external-id-value":"55861a97-9d1c-45d0-a041-6b5aa089b946"}],"ovsdb:port-uuid":"1a1ff4b2-004d-4ee1-af9f-4808df54cc8b","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":12},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"6e87cc03-b352-426c-9700-83cd73b270e5","ovsdb:ifindex":18,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"09fc1c02-9b47-42c8-a5a5-e4df28790345","ovsdb:ofport":65534},{"tp-id":"tun1914722e5af","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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1914722e5af']"}],"ovsdb:interface-uuid":"9205286a-e889-485b-96ad-055f39f5d79d","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":"tun1914722e5af","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.18"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"decbd0c8-4e11-4bde-8555-ba5a42113547","ovsdb:ifindex":19,"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":"tunb9b6ece5224","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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb9b6ece5224']"}],"ovsdb:interface-uuid":"8acb6315-db4e-4fcc-81fe-ea0e74b27b75","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":"tunb9b6ece5224","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.14"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"8e648b1a-188d-4597-a50d-fc6d70019ed4","ovsdb:ifindex":19,"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":"tuncd74734f6e0","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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncd74734f6e0']"}],"ovsdb:interface-uuid":"8252d306-2e78-4b13-b7ba-d7cfa4c0b19c","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":"tuncd74734f6e0","ovsdb:options":[{"option":"key","value":"flow"},{"option":"local_ip","value":"192.0.2.6"},{"option":"remote_ip","value":"192.0.2.5"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"60be00b9-c044-4d12-99db-59b20b6a5d20","ovsdb:ifindex":19,"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"}]}]},{"node-id":"ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.18"}],"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.6","remote-port":37798,"remote-ip":"192.0.2.18","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":"99cdc858-b665-48ae-9175-e27cea9f7e0a"},{"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/f7d2b89c-71a6-4831-8e79-3394722493d6/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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.18:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.6:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.14:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:99:b8:8b:90:89"}],"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:99:b8:8b:90:89","ovsdb:bridge-uuid":"eca35213-030a-4165-ac80-42e7122f262d","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/d2bd3eee-008f-41f1-a63f-2506ee81c223']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"34cfdc97-8a2e-4ad3-a742-032cfedc127d","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"a51f2703-506f-48e2-9490-a1d0a3edf540","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"62e1a80a-a065-488d-bba7-da9766712c5d","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"5168d7a7-9871-4602-b122-af7b0b6a4fb8","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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"77537254-b201-474f-8ffd-f6d513742c4a","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"6aaed61a-4dfb-4172-b0a3-f6c60067e809","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"192.0.2.14"}],"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.14","remote-port":32994,"remote-ip":"192.0.2.14","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":"e9856b89-4a8e-4fea-a1f8-4f6ea41587e4"},{"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/091ce738-9116-4531-9a46-0fc4944dd228/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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"tcp:192.0.2.18:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.6:6640","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.14:6640","connected":true,"number_of_connections":1},{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1}]},{"node-id":"ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cc:2e:53:ab:7d"}],"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:cc:2e:53:ab:7d","ovsdb:bridge-uuid":"dbb0a9e4-7a47-4b8e-ac1a-a7ade9e8fb96","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/091ce738-9116-4531-9a46-0fc4944dd228']","termination-point":[{"tp-id":"eth0","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"b426b1b9-cf80-4186-bbba-42f14edaf35e","ovsdb:ifindex":2,"ovsdb:name":"eth0","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"21249a51-6db9-4337-8db4-58385c82c420","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"89db28ab-3abd-4fff-9227-36038340752d","ovsdb:ifindex":4,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"745ad7e0-1e7a-45cb-b5f7-1903c27bac7e","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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"347a0567-a21e-41f1-be0d-d1851564c57b","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"1af2e8ab-6946-4ddf-b0b7-46de17b3d66a","ovsdb:ifindex":0,"ovsdb:ofport":2}]}]}]} </msg>
<msg timestamp="20181020 15:08:23.443" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.444" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181020 15:08:23.444" starttime="20181020 15:08:23.429"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.446" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/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/f7d2b89c-71a6-4831-8e79-3394722493d6/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": "ec:9d:f3:fc:ec:8a"
                        }
                    ],
                    "ovsdb:bridge-uuid": "88791295-89a9-40de-95e1-823bd6b79f95",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "c53252d8-7188-4569-9249-6a42db1ea497",
                            "is-connected": true,
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "controller-uuid": "da9d9961-4985-42a2-b79d-9e5f58c9154e",
                            "is-connected": true,
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "controller-uuid": "6a5e4f83-9648-4ab1-9708-387b9fbe2e54",
                            "is-connected": true,
                            "target": "tcp:192.0.2.6:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:ec:9d:f3:fc:ec:8a",
                    "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/f7d2b89c-71a6-4831-8e79-3394722493d6']",
                    "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:8e:51:30"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "77f7b64b-7f83-4283-a130-1209f9f8cf3f"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "1f63da85-9bf1-48c0-935d-c78c28075e7a",
                            "ovsdb:name": "tap77f7b64b-7f",
                            "ovsdb:ofport": 9,
                            "ovsdb:port-uuid": "0623f806-f49c-465c-891b-43d5d5f4e165",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap77f7b64b-7f"
                        },
                        {
                            "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:9e:c1:3a"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "58715d70-a0c4-4be9-8873-e74a6567d390",
                            "ovsdb:name": "tap9acc8ca5-a9",
                            "ovsdb:ofport": 10,
                            "ovsdb:port-uuid": "75c93e5c-f044-41e0-844a-ac194cb1fadd",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap9acc8ca5-a9"
                        },
                        {
                            "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": "da2084f7-7010-44dd-b24d-f8f45e0cf145",
                            "ovsdb:name": "tun3429b91664d",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                }
                            ],
                            "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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun3429b91664d']"
                                }
                            ],
                            "ovsdb:port-uuid": "bc24e1bb-881b-4ec6-b386-f995150d0e45",
                            "tp-id": "tun3429b91664d"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "d09b9958-2190-4c83-8db3-e24407502dcb",
                            "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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "3c28849a-3269-46c7-8ee4-0e18b11b34b3",
                            "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": "5bb77ea8-6208-48e1-b16c-52782cc58b26",
                            "ovsdb:name": "tunfda004d5e48",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                }
                            ],
                            "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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunfda004d5e48']"
                                }
                            ],
                            "ovsdb:port-uuid": "aa9c0841-3845-4d96-948c-94b8e7a5af1e",
                            "tp-id": "tunfda004d5e48"
                        },
                        {
                            "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": "7b9f4645-b5fc-4b6f-ac2f-2809b204aac3",
                            "ovsdb:name": "tun91356c17db2",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.18"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                }
                            ],
                            "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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun91356c17db2']"
                                }
                            ],
                            "ovsdb:port-uuid": "f8963a54-9d91-44e0-bc5d-71d5792a4aa0",
                            "tp-id": "tun91356c17db2"
                        },
                        {
                            "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:94:d8:6e"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "a938beea-728c-4434-b388-19de6b989c29",
                            "ovsdb:name": "tap4dd172a6-55",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "2cb38cf0-bf4e-4a7d-8446-4b5694ed49e5",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap4dd172a6-55"
                        },
                        {
                            "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:bc:e0:55"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "862e02e0-e825-4c09-930f-1ec5ed02c220"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "1076e182-3ddd-4408-8bde-b35a18056b31",
                            "ovsdb:name": "tap862e02e0-e8",
                            "ovsdb:ofport": 8,
                            "ovsdb:port-uuid": "96c56aad-7111-4e8a-bf8e-cac0d0884338",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap862e02e0-e8"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "11e2798d-f5bb-4353-aca8-3b65f02344d3",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e2557d0-b7c7-4788-bb99-1c98e7d9485b",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:cc:4b:ac"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "7b99f334-3718-4a50-8797-2ad66ef51390"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "0b32a7c1-2190-4a63-b7b2-53a03b0e07c9",
                            "ovsdb:name": "tap7b99f334-37",
                            "ovsdb:ofport": 11,
                            "ovsdb:port-uuid": "47824c07-642b-4c2e-9373-faed27e810bd",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap7b99f334-37"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:59:a6:28:68:d2"
                        }
                    ],
                    "ovsdb:bridge-uuid": "1b446425-a0c5-4658-8e91-a3a9186b3b84",
                    "ovsdb:datapath-id": "00:00:00:59:a6:28:68:d2",
                    "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/c4115c0f-f4be-40ef-b005-f63c6a201c57']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "960e330e-5241-473b-99e5-d18e6a922bfd",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "e66e723c-dd88-4b2a-a726-f952d39fc971",
                            "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": "78831227-618b-4052-9c9e-1407dabf83d2",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "a9342429-ef8e-4a15-ba1d-df1dcc0fb657",
                            "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": "88c2f83d-b090-47c2-8054-8e941dd25be2",
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "4ebd569e-5145-470f-b871-028c9abea845",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228/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/091ce738-9116-4531-9a46-0fc4944dd228/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": "2c:61:46:51:3a:13"
                        }
                    ],
                    "ovsdb:bridge-uuid": "060848e8-ee87-4d54-a1bd-be2f87c6b73d",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "a9f7aa9f-54c7-4b81-9dbb-b1230394485a",
                            "is-connected": true,
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "controller-uuid": "fedc0a83-4fc2-4d20-8bc5-8d29b9690e6e",
                            "is-connected": true,
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "controller-uuid": "64098678-333f-46fc-bcaa-a54164f801b3",
                            "is-connected": true,
                            "target": "tcp:192.0.2.6:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:2c:61:46:51:3a:13",
                    "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/091ce738-9116-4531-9a46-0fc4944dd228']",
                    "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": "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": "e93d60f2-d4e2-43e7-8d9e-9ed2ed9f89a4",
                            "ovsdb:name": "tund8c3e0fcf05",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                }
                            ],
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund8c3e0fcf05']"
                                }
                            ],
                            "ovsdb:port-uuid": "a149e8b6-06ae-4b5a-b3d1-68ad6ff36adc",
                            "tp-id": "tund8c3e0fcf05"
                        },
                        {
                            "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": "c4886eca-c95f-4f88-b099-9f4a9bb8a727",
                            "ovsdb:name": "tund35867a1187",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                }
                            ],
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund35867a1187']"
                                }
                            ],
                            "ovsdb:port-uuid": "f3dea71c-cfee-473c-8956-f42b6d4789b3",
                            "tp-id": "tund35867a1187"
                        },
                        {
                            "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:fb:cd:eb"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "b51114c1-a615-4f35-826d-5c87207daef6"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "044f9d14-6136-4b21-8ab2-5753d7f2bc97",
                            "ovsdb:name": "tapb51114c1-a6",
                            "ovsdb:ofport": 11,
                            "ovsdb:port-uuid": "4e7f79c9-b986-49ad-8473-9467f7eb95e8",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapb51114c1-a6"
                        },
                        {
                            "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:fe:34:38"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "4daf7e24-dbed-407f-abdc-43dde77dfcd7"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "16f71ee8-e65d-42c3-9736-5279d50c9550",
                            "ovsdb:name": "tap4daf7e24-db",
                            "ovsdb:ofport": 12,
                            "ovsdb:port-uuid": "8d96571f-55b5-449b-b9d3-b25daa968664",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap4daf7e24-db"
                        },
                        {
                            "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": "cdbb1ca7-5534-4d37-aa7f-020a6398374d",
                            "ovsdb:name": "tun5ef24485410",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                }
                            ],
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun5ef24485410']"
                                }
                            ],
                            "ovsdb:port-uuid": "0a8fbcd2-3b6c-472a-b5cf-9d75e00cd843",
                            "tp-id": "tun5ef24485410"
                        },
                        {
                            "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:95:bc:ea"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "6c9c1105-3940-42ee-9d2f-024d720f8ec6"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "64f66550-ff2b-4f5c-846c-8f45c603cef6",
                            "ovsdb:name": "tap6c9c1105-39",
                            "ovsdb:ofport": 9,
                            "ovsdb:port-uuid": "e5bcf5ea-ac0d-4aef-b872-e688c31d151e",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap6c9c1105-39"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:e0:63:97"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "e47cd172-b806-409b-9f16-a636512d81b3"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "4eb9e690-8e59-4d15-b2c8-747a001b8b34",
                            "ovsdb:name": "tape47cd172-b8",
                            "ovsdb:ofport": 10,
                            "ovsdb:port-uuid": "7fe20dbf-20cc-4538-bbd2-e3285c67ceac",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tape47cd172-b8"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "89fa1b4e-4111-4aca-b1d0-21617f42a942",
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "8a0b7a1e-02de-4118-912b-ad3dca5edba5",
                            "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": "67cf4a59-5390-4c8d-9cf9-23b30fffe000",
                            "ovsdb:name": "tunaf467906869",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.14"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                }
                            ],
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunaf467906869']"
                                }
                            ],
                            "ovsdb:port-uuid": "72a83f27-e5d8-4393-84f9-ac4656629b99",
                            "tp-id": "tunaf467906869"
                        },
                        {
                            "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:cf:a2:aa"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "9c6cdcb5-946b-45be-b2b9-a49616008bb8",
                            "ovsdb:name": "tapa2267a01-8d",
                            "ovsdb:ofport": 13,
                            "ovsdb:port-uuid": "f3485273-1131-41fe-87e3-0e2376263b0d",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapa2267a01-8d"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "77970354-f271-497e-97e6-96d461d26f69",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "8e082c68-2706-4f48-b920-40aff09ea3d1",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/d2bd3eee-008f-41f1-a63f-2506ee81c223/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": "f4:08:bc:d8:cf:83"
                        }
                    ],
                    "ovsdb:bridge-uuid": "aefacced-2f76-4a16-9abc-7d7b17aa00c9",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "a9e1b3e7-d750-4714-9f15-cb1a2a050eaf",
                            "is-connected": true,
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "controller-uuid": "c8156500-e205-4a38-a564-c09be73b0585",
                            "is-connected": true,
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "controller-uuid": "aa2c7068-aa46-485f-8b2e-13cf6216f30d",
                            "is-connected": true,
                            "target": "tcp:192.0.2.6:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:f4:08:bc:d8:cf:83",
                    "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/d2bd3eee-008f-41f1-a63f-2506ee81c223']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "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:cc:d1:50"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "1e008626-6887-40a0-967d-8cf98796e3f6"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "cd8fb03e-90f6-4c2f-adb8-8c920aee87f1"
                                }
                            ],
                            "ovsdb:interface-uuid": "4db22572-0fa6-4833-ad38-9ec3d436787e",
                            "ovsdb:name": "tap1e008626-68",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "dd0ea96b-d9f8-49cc-875f-a1fc14b3451f",
                            "tp-id": "tap1e008626-68"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "ebf45b8c-1ea4-46d6-a335-af93af85866f",
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "dfafb7d2-89c5-4630-bc54-cd1f2b03b8ff",
                            "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": "ff0a9ac7-5741-4d8b-96b3-4279ce87d463",
                            "ovsdb:name": "tun7dd6c062707",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                }
                            ],
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun7dd6c062707']"
                                }
                            ],
                            "ovsdb:port-uuid": "936a46bb-ebed-4459-9229-ed54db9fc8b8",
                            "tp-id": "tun7dd6c062707"
                        },
                        {
                            "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": "15dcffe5-e5b1-4df4-aa89-adbd49bd171c",
                            "ovsdb:name": "tunb223582a781",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                }
                            ],
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb223582a781']"
                                }
                            ],
                            "ovsdb:port-uuid": "9cac9304-cc9e-43b7-a1d1-786378c9fa1b",
                            "tp-id": "tunb223582a781"
                        },
                        {
                            "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": "83b9b5ff-6e27-4baf-937b-6c231f0c511b",
                            "ovsdb:name": "tunfb23e7715ee",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                }
                            ],
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunfb23e7715ee']"
                                }
                            ],
                            "ovsdb:port-uuid": "a7ca99f6-891b-4c8d-bc1a-73d5bb9f3cbd",
                            "tp-id": "tunfb23e7715ee"
                        },
                        {
                            "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": "90ce8d0c-8e4a-46c8-9763-44dceb19aa4f",
                            "ovsdb:name": "tun23278d86c3d",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.25"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                }
                            ],
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun23278d86c3d']"
                                }
                            ],
                            "ovsdb:port-uuid": "d90f9c75-68e6-46e8-9dc4-35aebeac3399",
                            "tp-id": "tun23278d86c3d"
                        },
                        {
                            "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:d6:31:12"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a"
                                }
                            ],
                            "ovsdb:interface-uuid": "e8a0de21-da85-492f-bb54-f1954eaca86d",
                            "ovsdb:name": "tap28de207b-d7",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "da17b1e5-3b4a-4622-88b7-2220c55785ec",
                            "tp-id": "tap28de207b-d7"
                        },
                        {
                            "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:1c:db:04"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "b5219944-d378-4c4b-ae45-dd5f093c9d39"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "b147bfde-6c68-4e97-9f03-dbe6fa356adf"
                                }
                            ],
                            "ovsdb:interface-uuid": "81fa9a4c-2c1f-40d3-ae79-8fe2e4219ef1",
                            "ovsdb:name": "tapb5219944-d3",
                            "ovsdb:ofport": 8,
                            "ovsdb:port-uuid": "836e9013-b53f-4d6f-a92f-9acf57060387",
                            "tp-id": "tapb5219944-d3"
                        },
                        {
                            "ovsdb:ifindex": 8,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "5249a090-e6e7-40ae-8182-ef25e5034402",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "645e88dd-2ec7-41ed-ae11-1740f1e01362",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/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/1a746078-90f9-4624-b697-eb3f1c4dd471/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": "88:26:60:d5:03:30"
                        }
                    ],
                    "ovsdb:bridge-uuid": "1605fc47-1693-494f-a0c1-6e083df92f16",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "7bfd7b5c-9898-456b-99ba-75886889250b",
                            "is-connected": true,
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "controller-uuid": "64b96e72-e4ff-4e4c-8cf1-14c1c5f2bd8d",
                            "is-connected": true,
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "controller-uuid": "df349e30-0166-46ae-9ed2-cf5dbce8f6c2",
                            "is-connected": true,
                            "target": "tcp:192.0.2.6:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:88:26:60:d5:03:30",
                    "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/1a746078-90f9-4624-b697-eb3f1c4dd471']",
                    "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": "0f9ae5ca-28c0-4e47-a0e2-c509fff3c72b",
                            "ovsdb:name": "tunb3adfc3e977",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                }
                            ],
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb3adfc3e977']"
                                }
                            ],
                            "ovsdb:port-uuid": "b37ab337-8249-4805-89a4-49313b076d42",
                            "tp-id": "tunb3adfc3e977"
                        },
                        {
                            "ovsdb:ifindex": 13,
                            "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:d3:36:a1"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "7d42da05-3ca6-4e54-a192-b2bf0d462571"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "4c63800d-f97e-4367-a2e7-7a670c856c6e"
                                }
                            ],
                            "ovsdb:interface-uuid": "137e3714-5dbd-409c-834b-98e35dd3a767",
                            "ovsdb:name": "tap7d42da05-3c",
                            "ovsdb:ofport": 9,
                            "ovsdb:port-uuid": "412c394f-a0fa-4a5b-b58c-00848da52a77",
                            "tp-id": "tap7d42da05-3c"
                        },
                        {
                            "ovsdb:ifindex": 14,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:81:f5:2b"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "8ee548c5-a04d-4eef-bb99-5d2640865f7a"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "1a0e3eed-4e65-4506-86dd-ed491c107464"
                                }
                            ],
                            "ovsdb:interface-uuid": "5782eed9-75cc-4cff-9df5-e84ff74c6055",
                            "ovsdb:name": "tap8ee548c5-a0",
                            "ovsdb:ofport": 10,
                            "ovsdb:port-uuid": "820d75f5-1b41-4ce6-bdda-28164d0e68af",
                            "tp-id": "tap8ee548c5-a0"
                        },
                        {
                            "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": "0"
                                },
                                {
                                    "bfd-status-key": "remote_diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "forwarding",
                                    "bfd-status-value": "false"
                                },
                                {
                                    "bfd-status-key": "remote_state",
                                    "bfd-status-value": "down"
                                },
                                {
                                    "bfd-status-key": "diagnostic",
                                    "bfd-status-value": "No Diagnostic"
                                },
                                {
                                    "bfd-status-key": "state",
                                    "bfd-status-value": "down"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
                            "ovsdb:interface-uuid": "b604fa39-cc9a-4504-a335-bd3550193309",
                            "ovsdb:name": "tun617d26e46a5",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                }
                            ],
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun617d26e46a5']"
                                }
                            ],
                            "ovsdb:port-uuid": "5e3c37d9-480d-43b8-b351-8d60055004cf",
                            "tp-id": "tun617d26e46a5"
                        },
                        {
                            "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": "c31b00cd-e275-4b3d-91df-a1310556086a",
                            "ovsdb:name": "tund94e4440a70",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.6"
                                }
                            ],
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tund94e4440a70']"
                                }
                            ],
                            "ovsdb:port-uuid": "3176c3df-50bf-4269-9cdf-adbda59138bc",
                            "tp-id": "tund94e4440a70"
                        },
                        {
                            "ovsdb:ifindex": 15,
                            "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:9b:8a:3c"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "e9366b0b-8e60-4a86-a972-9a513d34b838"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "7411f999-58ee-46fc-8b0e-fed1d9290e77"
                                }
                            ],
                            "ovsdb:interface-uuid": "c71a896a-8070-43fb-8cd6-8f0d11c3ac8f",
                            "ovsdb:name": "tape9366b0b-8e",
                            "ovsdb:ofport": 11,
                            "ovsdb:port-uuid": "d0728169-df28-40ab-a647-025ea9b0a117",
                            "tp-id": "tape9366b0b-8e"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "5fe4a5ac-4d20-41cc-85bf-49bd210cc48a",
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "5165a5bb-d8cd-49f6-91ff-52eb036d3316",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 16,
                            "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:15:bd:dc"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"
                                },
                                {
                                    "external-id-key": "vm-id",
                                    "external-id-value": "9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c"
                                }
                            ],
                            "ovsdb:interface-uuid": "7480102e-3569-412a-a7c4-150ac4ac6552",
                            "ovsdb:name": "tap60a06347-c4",
                            "ovsdb:ofport": 12,
                            "ovsdb:port-uuid": "242a6dd8-456c-4a6a-a5db-0398e3cd3d9b",
                            "tp-id": "tap60a06347-c4"
                        },
                        {
                            "ovsdb:ifindex": 8,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "d33db246-899f-4b61-9887-779184cecb93",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "67492dee-72e1-409b-9440-1d3716ed931d",
                            "tp-id": "br-int"
                        },
                        {
                            "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": "e0db675a-a708-4f02-b3f5-1b28b24d67d9",
                            "ovsdb:name": "tun6de6aefe245",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.5"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                }
                            ],
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun6de6aefe245']"
                                }
                            ],
                            "ovsdb:port-uuid": "d2e398f9-d4ec-47a4-a0f4-e7e1b1c1a4a3",
                            "tp-id": "tun6de6aefe245"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.6",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.6",
                        "remote-port": 53682
                    },
                    "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.18:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.14:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.6:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        }
                    ],
                    "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": "66050758-13eb-4611-b19e-605c5433c724"
                        },
                        {
                            "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.6"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                },
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:91:95:06:d4:a6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "ac3669a0-b867-4bf6-a33f-f7428f70e671",
                    "ovsdb:datapath-id": "00:00:00:91:95:06:d4:a6",
                    "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/f7d2b89c-71a6-4831-8e79-3394722493d6']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "485afc85-2e31-4678-9055-6c4328f68512",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "e852b397-9d6d-439e-b696-f95536de8c43",
                            "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": "3cd982f8-412e-4506-afc9-6e9691e2115f",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "1f912f2d-9954-4b75-95d8-a57efd0da89d",
                            "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": "0f0797ee-dc1f-4144-937d-249735abff54",
                            "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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "ee8026c7-7fe7-489d-be39-b8775c988281",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.14",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.25",
                        "remote-port": 35248
                    },
                    "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.18:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.14:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.6:6640"
                        },
                        {
                            "connected": false,
                            "number_of_connections": 0,
                            "target": "ptcp:6639:127.0.0.1"
                        }
                    ],
                    "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": "cfafae25-f90d-4a73-bec4-1a41b8e4589a"
                        },
                        {
                            "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.25"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                },
                {
                    "node-id": "ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:a5:34:20:ef:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "87633e91-568c-47ca-b2fb-90f31decc984",
                    "ovsdb:datapath-id": "00:00:00:a5:34:20:ef:5e",
                    "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/1a746078-90f9-4624-b697-eb3f1c4dd471']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "77de6db3-46fd-4182-8e90-90b593b92ae6",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "96a1fd37-3fe2-4482-a850-99b686c9d0e3",
                            "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": "48299ebf-a5ee-48fc-96ec-b0434d081b29",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "1a2c2e6e-bbfb-4d34-9c61-3f8753a97e8a",
                            "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": "dffc1d15-d51d-4e41-81f5-4e67e443fa02",
                            "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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "9bac5f40-eaed-4438-84e5-955208c91658",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/1a746078-90f9-4624-b697-eb3f1c4dd471",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.14",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.5",
                        "remote-port": 54738
                    },
                    "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/1a746078-90f9-4624-b697-eb3f1c4dd471/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/1a746078-90f9-4624-b697-eb3f1c4dd471/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.18:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.6:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.14:6640"
                        },
                        {
                            "connected": false,
                            "number_of_connections": 0,
                            "target": "ptcp:6639:127.0.0.1"
                        }
                    ],
                    "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": "17805173-9c15-469d-9ac1-fc395e5dbbbe"
                        },
                        {
                            "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.5"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                },
                {
                    "node-id": "ovsdb://uuid/c4115c0f-f4be-40ef-b005-f63c6a201c57/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/c4115c0f-f4be-40ef-b005-f63c6a201c57/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": "d0:05:ae:05:e1:26"
                        }
                    ],
                    "ovsdb:bridge-uuid": "15fe7e0e-f00f-4dec-96db-840c1617d164",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "008632c2-a0fd-42b5-8dfa-bb70aa5c05be",
                            "is-connected": true,
                            "target": "tcp:192.0.2.14:6653"
                        },
                        {
                            "controller-uuid": "ec271a87-1792-4a15-a4ab-4836d4a4b615",
                            "is-connected": true,
                            "target": "tcp:192.0.2.18:6653"
                        },
                        {
                            "controller-uuid": "7a31133a-8cb2-4800-8538-ebe49194ed46",
                            "is-connected": true,
                            "target": "tcp:192.0.2.6:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:d0:05:ae:05:e1:26",
                    "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/c4115c0f-f4be-40ef-b005-f63c6a201c57']",
                    "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:f6:d2:83"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "a4117f7f-74f7-484e-8f5b-c727417edcdd"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "279f3694-bc76-4222-886a-41e3f2b9c9dc",
                            "ovsdb:name": "tapa4117f7f-74",
                            "ovsdb:ofport": 8,
                            "ovsdb:port-uuid": "1afe48f9-66e4-4e48-ab56-65862567a300",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapa4117f7f-74"
                        },
                        {
                            "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:9f:d4:6b"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "f5bc4034-b7d0-490c-bcbf-ba55113ee458",
                            "ovsdb:name": "tap7f4d4f99-5b",
                            "ovsdb:ofport": 11,
                            "ovsdb:port-uuid": "5a45f9d9-83a8-4133-82fd-4a38eb70f89f",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap7f4d4f99-5b"
                        },
                        {
                            "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:79:1e:fe"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "a8d57385-944d-4b60-998e-9c2d77e16163"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "42a3f7e8-48f1-417f-9aaa-5d6cf0f27987",
                            "ovsdb:name": "tapa8d57385-94",
                            "ovsdb:ofport": 9,
                            "ovsdb:port-uuid": "197c7d85-f6e4-41a6-bbe5-38f3a900ced4",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapa8d57385-94"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:96:56:45"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "3c81f15e-ad31-4e55-88a1-1e576753d7ca"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "7ea9a5e2-b285-45dc-9847-35d8ba247d68",
                            "ovsdb:name": "tap3c81f15e-ad",
                            "ovsdb:ofport": 10,
                            "ovsdb:port-uuid": "8cc0abf7-dfd4-4da8-b1d3-3a5a5e64978c",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap3c81f15e-ad"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "a5b6a518-651f-4b4e-8c9d-3dd6c89dfdb6",
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "cf3d0381-bda8-42cc-99c6-6f006bceb954",
                            "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": "7dc16ddd-84f6-41b9-974f-f63b07a3b4c4",
                            "ovsdb:name": "tuna8339e52304",
                            "ovsdb:ofport": 3,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.25"
                                }
                            ],
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuna8339e52304']"
                                }
                            ],
                            "ovsdb:port-uuid": "b2d7b246-15b2-4999-b892-f7874525fdb8",
                            "tp-id": "tuna8339e52304"
                        },
                        {
                            "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:23:92:6d"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "55861a97-9d1c-45d0-a041-6b5aa089b946"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ccba789a-1fd3-416c-8cab-737876762c57",
                            "ovsdb:name": "tap55861a97-9d",
                            "ovsdb:ofport": 12,
                            "ovsdb:port-uuid": "1a1ff4b2-004d-4ee1-af9f-4808df54cc8b",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap55861a97-9d"
                        },
                        {
                            "ovsdb:ifindex": 18,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "6e87cc03-b352-426c-9700-83cd73b270e5",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "09fc1c02-9b47-42c8-a5a5-e4df28790345",
                            "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": "9205286a-e889-485b-96ad-055f39f5d79d",
                            "ovsdb:name": "tun1914722e5af",
                            "ovsdb:ofport": 4,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.18"
                                }
                            ],
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tun1914722e5af']"
                                }
                            ],
                            "ovsdb:port-uuid": "decbd0c8-4e11-4bde-8555-ba5a42113547",
                            "tp-id": "tun1914722e5af"
                        },
                        {
                            "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": "8acb6315-db4e-4fcc-81fe-ea0e74b27b75",
                            "ovsdb:name": "tunb9b6ece5224",
                            "ovsdb:ofport": 5,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.14"
                                }
                            ],
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tunb9b6ece5224']"
                                }
                            ],
                            "ovsdb:port-uuid": "8e648b1a-188d-4597-a50d-fc6d70019ed4",
                            "tp-id": "tunb9b6ece5224"
                        },
                        {
                            "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": "8252d306-2e78-4b13-b7ba-d7cfa4c0b19c",
                            "ovsdb:name": "tuncd74734f6e0",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "key",
                                    "value": "flow"
                                },
                                {
                                    "option": "local_ip",
                                    "value": "192.0.2.6"
                                },
                                {
                                    "option": "remote_ip",
                                    "value": "192.0.2.5"
                                }
                            ],
                            "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/c4115c0f-f4be-40ef-b005-f63c6a201c57/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='tuncd74734f6e0']"
                                }
                            ],
                            "ovsdb:port-uuid": "60be00b9-c044-4d12-99db-59b20b6a5d20",
                            "tp-id": "tuncd74734f6e0"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/f7d2b89c-71a6-4831-8e79-3394722493d6",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.6",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.18",
                        "remote-port": 37798
                    },
                    "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/f7d2b89c-71a6-4831-8e79-3394722493d6/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/f7d2b89c-71a6-4831-8e79-3394722493d6/bridge/br-int']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.18:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.6:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.14:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        }
                    ],
                    "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": "99cdc858-b665-48ae-9175-e27cea9f7e0a"
                        },
                        {
                            "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.18"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                },
                {
                    "node-id": "ovsdb://uuid/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:99:b8:8b:90:89"
                        }
                    ],
                    "ovsdb:bridge-uuid": "eca35213-030a-4165-ac80-42e7122f262d",
                    "ovsdb:datapath-id": "00:00:00:99:b8:8b:90:89",
                    "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/d2bd3eee-008f-41f1-a63f-2506ee81c223']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "34cfdc97-8a2e-4ad3-a742-032cfedc127d",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "a51f2703-506f-48e2-9490-a1d0a3edf540",
                            "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": "62e1a80a-a065-488d-bba7-da9766712c5d",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "5168d7a7-9871-4602-b122-af7b0b6a4fb8",
                            "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": "77537254-b201-474f-8ffd-f6d513742c4a",
                            "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/d2bd3eee-008f-41f1-a63f-2506ee81c223/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "6aaed61a-4dfb-4172-b0a3-f6c60067e809",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.14",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.14",
                        "remote-port": 32994
                    },
                    "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/091ce738-9116-4531-9a46-0fc4944dd228/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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.18:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.6:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.14:6640"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        }
                    ],
                    "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": "e9856b89-4a8e-4fea-a1f8-4f6ea41587e4"
                        },
                        {
                            "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.14"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                },
                {
                    "node-id": "ovsdb://uuid/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cc:2e:53:ab:7d"
                        }
                    ],
                    "ovsdb:bridge-uuid": "dbb0a9e4-7a47-4b8e-ac1a-a7ade9e8fb96",
                    "ovsdb:datapath-id": "00:00:00:cc:2e:53:ab:7d",
                    "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/091ce738-9116-4531-9a46-0fc4944dd228']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 2,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "b426b1b9-cf80-4186-bbba-42f14edaf35e",
                            "ovsdb:name": "eth0",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "21249a51-6db9-4337-8db4-58385c82c420",
                            "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": "89db28ab-3abd-4fff-9227-36038340752d",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "745ad7e0-1e7a-45cb-b5f7-1903c27bac7e",
                            "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": "347a0567-a21e-41f1-be0d-d1851564c57b",
                            "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/091ce738-9116-4531-9a46-0fc4944dd228/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "1af2e8ab-6946-4ddf-b0b7-46de17b3d66a",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181020 15:08:23.447" starttime="20181020 15:08:23.444"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.447" starttime="20181020 15:08:23.416"></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="20181020 15:08:23.457" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.457" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.457" starttime="20181020 15:08:23.448"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.459" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b","status":"ACTIVE"},{"uuid":"77f7b64b-7f83-4283-a130-1209f9f8cf3f","status":"ACTIVE"},{"uuid":"b5219944-d378-4c4b-ae45-dd5f093c9d39","status":"ACTIVE"},{"uuid":"7d42da05-3ca6-4e54-a192-b2bf0d462571","status":"ACTIVE"},{"uuid":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb","status":"ACTIVE"},{"uuid":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8","status":"ACTIVE"},{"uuid":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c","status":"ACTIVE"},{"uuid":"6c9c1105-3940-42ee-9d2f-024d720f8ec6","status":"ACTIVE"},{"uuid":"7b99f334-3718-4a50-8797-2ad66ef51390","status":"ACTIVE"},{"uuid":"e9366b0b-8e60-4a86-a972-9a513d34b838","status":"ACTIVE"},{"uuid":"a8d57385-944d-4b60-998e-9c2d77e16163","status":"ACTIVE"},{"uuid":"e47cd172-b806-409b-9f16-a636512d81b3","status":"ACTIVE"},{"uuid":"3c81f15e-ad31-4e55-88a1-1e576753d7ca","status":"ACTIVE"},{"uuid":"55861a97-9d1c-45d0-a041-6b5aa089b946","status":"ACTIVE"},{"uuid":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4","status":"ACTIVE"},{"uuid":"8ee548c5-a04d-4eef-bb99-5d2640865f7a","status":"ACTIVE"},{"uuid":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e","status":"ACTIVE"},{"uuid":"a4117f7f-74f7-484e-8f5b-c727417edcdd","status":"ACTIVE"},{"uuid":"862e02e0-e825-4c09-930f-1ec5ed02c220","status":"ACTIVE"},{"uuid":"4daf7e24-dbed-407f-abdc-43dde77dfcd7","status":"ACTIVE"},{"uuid":"1e008626-6887-40a0-967d-8cf98796e3f6","status":"ACTIVE"},{"uuid":"b51114c1-a615-4f35-826d-5c87207daef6","status":"ACTIVE"}]}} </msg>
<msg timestamp="20181020 15:08:23.459" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.459" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181020 15:08:23.459" starttime="20181020 15:08:23.458"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.459" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"
            },
            {
                "status": "ACTIVE",
                "uuid": "77f7b64b-7f83-4283-a130-1209f9f8cf3f"
            },
            {
                "status": "ACTIVE",
                "uuid": "b5219944-d378-4c4b-ae45-dd5f093c9d39"
            },
            {
                "status": "ACTIVE",
                "uuid": "7d42da05-3ca6-4e54-a192-b2bf0d462571"
            },
            {
                "status": "ACTIVE",
                "uuid": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb"
            },
            {
                "status": "ACTIVE",
                "uuid": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8"
            },
            {
                "status": "ACTIVE",
                "uuid": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c"
            },
            {
                "status": "ACTIVE",
                "uuid": "6c9c1105-3940-42ee-9d2f-024d720f8ec6"
            },
            {
                "status": "ACTIVE",
                "uuid": "7b99f334-3718-4a50-8797-2ad66ef51390"
            },
            {
                "status": "ACTIVE",
                "uuid": "e9366b0b-8e60-4a86-a972-9a513d34b838"
            },
            {
                "status": "ACTIVE",
                "uuid": "a8d57385-944d-4b60-998e-9c2d77e16163"
            },
            {
                "status": "ACTIVE",
                "uuid": "e47cd172-b806-409b-9f16-a636512d81b3"
            },
            {
                "status": "ACTIVE",
                "uuid": "3c81f15e-ad31-4e55-88a1-1e576753d7ca"
            },
            {
                "status": "ACTIVE",
                "uuid": "55861a97-9d1c-45d0-a041-6b5aa089b946"
            },
            {
                "status": "ACTIVE",
                "uuid": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4"
            },
            {
                "status": "ACTIVE",
                "uuid": "8ee548c5-a04d-4eef-bb99-5d2640865f7a"
            },
            {
                "status": "ACTIVE",
                "uuid": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e"
            },
            {
                "status": "ACTIVE",
                "uuid": "a4117f7f-74f7-484e-8f5b-c727417edcdd"
            },
            {
                "status": "ACTIVE",
                "uuid": "862e02e0-e825-4c09-930f-1ec5ed02c220"
            },
            {
                "status": "ACTIVE",
                "uuid": "4daf7e24-dbed-407f-abdc-43dde77dfcd7"
            },
            {
                "status": "ACTIVE",
                "uuid": "1e008626-6887-40a0-967d-8cf98796e3f6"
            },
            {
                "status": "ACTIVE",
                "uuid": "b51114c1-a615-4f35-826d-5c87207daef6"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.459" starttime="20181020 15:08:23.459"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.459" starttime="20181020 15:08:23.447"></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="20181020 15:08:23.469" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.469" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.469" starttime="20181020 15:08:23.460"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.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="20181020 15:08:23.470" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.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="20181020 15:08:23.470" starttime="20181020 15:08:23.470"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.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="20181020 15:08:23.471" starttime="20181020 15:08:23.471"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.471" starttime="20181020 15:08:23.459"></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="20181020 15:08:23.477" 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="20181020 15:08:23.477" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.477" starttime="20181020 15:08:23.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="20181020 15:08:23.479" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":50,"interface-name":"4daf7e24-dbed-407f-abdc-43dde77dfcd7"},{"if-index":49,"interface-name":"7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e"},{"if-index":48,"interface-name":"9acc8ca5-a950-463a-af6b-2ef547c8b2b4"},{"if-index":47,"interface-name":"b51114c1-a615-4f35-826d-5c87207daef6"},{"if-index":46,"interface-name":"77f7b64b-7f83-4283-a130-1209f9f8cf3f"},{"if-index":45,"interface-name":"3c81f15e-ad31-4e55-88a1-1e576753d7ca"},{"if-index":44,"interface-name":"a8d57385-944d-4b60-998e-9c2d77e16163"},{"if-index":43,"interface-name":"e47cd172-b806-409b-9f16-a636512d81b3"},{"if-index":58,"interface-name":"1e008626-6887-40a0-967d-8cf98796e3f6"},{"if-index":57,"interface-name":"e9366b0b-8e60-4a86-a972-9a513d34b838"},{"if-index":56,"interface-name":"8ee548c5-a04d-4eef-bb99-5d2640865f7a"},{"if-index":55,"interface-name":"28de207b-d7a8-4cf8-b7e2-bf182b64fef8"},{"if-index":54,"interface-name":"7d42da05-3ca6-4e54-a192-b2bf0d462571"},{"if-index":53,"interface-name":"7b99f334-3718-4a50-8797-2ad66ef51390"},{"if-index":52,"interface-name":"a2267a01-8db6-4e11-b8bf-7ecfc7bd613c"},{"if-index":51,"interface-name":"55861a97-9d1c-45d0-a041-6b5aa089b946"},{"if-index":60,"interface-name":"60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"},{"if-index":59,"interface-name":"b5219944-d378-4c4b-ae45-dd5f093c9d39"},{"if-index":18,"interface-name":"tun5ef24485410"},{"if-index":17,"interface-name":"tund8c3e0fcf05"},{"if-index":16,"interface-name":"tunfda004d5e48"},{"if-index":15,"interface-name":"tunb9b6ece5224"},{"if-index":14,"interface-name":"tunfb23e7715ee"},{"if-index":13,"interface-name":"tun6de6aefe245"},{"if-index":12,"interface-name":"tund35867a1187"},{"if-index":11,"interface-name":"tuncd74734f6e0"},{"if-index":26,"interface-name":"260163147459722:br-ex-patch:trunk"},{"if-index":19,"interface-name":"tunaf467906869"},{"if-index":6562,"interface-name":"260163147459722:br-ex-patch:1132"},{"if-index":6561,"interface-name":"228722813034790:br-ex-patch:1131"},{"if-index":6560,"interface-name":"260163147459722:br-ex-patch:1131"},{"if-index":6559,"interface-name":"48796303178259:br-ex-patch:1131"},{"if-index":30,"interface-name":"228722813034790:br-ex-patch:trunk"},{"if-index":28,"interface-name":"48796303178259:br-ex-patch:trunk"},{"if-index":42,"interface-name":"862e02e0-e825-4c09-930f-1ec5ed02c220"},{"if-index":41,"interface-name":"a4117f7f-74f7-484e-8f5b-c727417edcdd"},{"if-index":40,"interface-name":"4dd172a6-55aa-40c5-9cf4-d63303f8f8bb"},{"if-index":6568,"interface-name":"149698414707504:br-ex-patch:1131"},{"if-index":39,"interface-name":"6c9c1105-3940-42ee-9d2f-024d720f8ec6"},{"if-index":6567,"interface-name":"260163147459722:br-ex-patch:1133"},{"if-index":6566,"interface-name":"48796303178259:br-ex-patch:1133"},{"if-index":6565,"interface-name":"228722813034790:br-ex-patch:1133"},{"if-index":6564,"interface-name":"48796303178259:br-ex-patch:1132"},{"if-index":35,"interface-name":"149698414707504:br-ex-patch:trunk"},{"if-index":6563,"interface-name":"228722813034790:br-ex-patch:1132"},{"if-index":2,"interface-name":"tun617d26e46a5"},{"if-index":1,"interface-name":"tunb223582a781"},{"if-index":10,"interface-name":"tun1914722e5af"},{"if-index":9,"interface-name":"tuna8339e52304"},{"if-index":8,"interface-name":"tun91356c17db2"},{"if-index":7,"interface-name":"tun3429b91664d"},{"if-index":6,"interface-name":"tun23278d86c3d"},{"if-index":5,"interface-name":"tund94e4440a70"},{"if-index":4,"interface-name":"tun7dd6c062707"},{"if-index":3,"interface-name":"tunb3adfc3e977"}]}} </msg>
<msg timestamp="20181020 15:08:23.479" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.479" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 50,
                "interface-name": "4daf7e24-dbed-407f-abdc-43dde77dfcd7"
            }...</msg>
<status status="PASS" endtime="20181020 15:08:23.479" starttime="20181020 15:08:23.477"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.480" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 50,
                "interface-name": "4daf7e24-dbed-407f-abdc-43dde77dfcd7"
            },
            {
                "if-index": 49,
                "interface-name": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e"
            },
            {
                "if-index": 48,
                "interface-name": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4"
            },
            {
                "if-index": 47,
                "interface-name": "b51114c1-a615-4f35-826d-5c87207daef6"
            },
            {
                "if-index": 46,
                "interface-name": "77f7b64b-7f83-4283-a130-1209f9f8cf3f"
            },
            {
                "if-index": 45,
                "interface-name": "3c81f15e-ad31-4e55-88a1-1e576753d7ca"
            },
            {
                "if-index": 44,
                "interface-name": "a8d57385-944d-4b60-998e-9c2d77e16163"
            },
            {
                "if-index": 43,
                "interface-name": "e47cd172-b806-409b-9f16-a636512d81b3"
            },
            {
                "if-index": 58,
                "interface-name": "1e008626-6887-40a0-967d-8cf98796e3f6"
            },
            {
                "if-index": 57,
                "interface-name": "e9366b0b-8e60-4a86-a972-9a513d34b838"
            },
            {
                "if-index": 56,
                "interface-name": "8ee548c5-a04d-4eef-bb99-5d2640865f7a"
            },
            {
                "if-index": 55,
                "interface-name": "28de207b-d7a8-4cf8-b7e2-bf182b64fef8"
            },
            {
                "if-index": 54,
                "interface-name": "7d42da05-3ca6-4e54-a192-b2bf0d462571"
            },
            {
                "if-index": 53,
                "interface-name": "7b99f334-3718-4a50-8797-2ad66ef51390"
            },
            {
                "if-index": 52,
                "interface-name": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c"
            },
            {
                "if-index": 51,
                "interface-name": "55861a97-9d1c-45d0-a041-6b5aa089b946"
            },
            {
                "if-index": 60,
                "interface-name": "60a06347-c4d7-44fe-9bc8-cb420e1e6e4b"
            },
            {
                "if-index": 59,
                "interface-name": "b5219944-d378-4c4b-ae45-dd5f093c9d39"
            },
            {
                "if-index": 18,
                "interface-name": "tun5ef24485410"
            },
            {
                "if-index": 17,
                "interface-name": "tund8c3e0fcf05"
            },
            {
                "if-index": 16,
                "interface-name": "tunfda004d5e48"
            },
            {
                "if-index": 15,
                "interface-name": "tunb9b6ece5224"
            },
            {
                "if-index": 14,
                "interface-name": "tunfb23e7715ee"
            },
            {
                "if-index": 13,
                "interface-name": "tun6de6aefe245"
            },
            {
                "if-index": 12,
                "interface-name": "tund35867a1187"
            },
            {
                "if-index": 11,
                "interface-name": "tuncd74734f6e0"
            },
            {
                "if-index": 26,
                "interface-name": "260163147459722:br-ex-patch:trunk"
            },
            {
                "if-index": 19,
                "interface-name": "tunaf467906869"
            },
            {
                "if-index": 6562,
                "interface-name": "260163147459722:br-ex-patch:1132"
            },
            {
                "if-index": 6561,
                "interface-name": "228722813034790:br-ex-patch:1131"
            },
            {
                "if-index": 6560,
                "interface-name": "260163147459722:br-ex-patch:1131"
            },
            {
                "if-index": 6559,
                "interface-name": "48796303178259:br-ex-patch:1131"
            },
            {
                "if-index": 30,
                "interface-name": "228722813034790:br-ex-patch:trunk"
            },
            {
                "if-index": 28,
                "interface-name": "48796303178259:br-ex-patch:trunk"
            },
            {
                "if-index": 42,
                "interface-name": "862e02e0-e825-4c09-930f-1ec5ed02c220"
            },
            {
                "if-index": 41,
                "interface-name": "a4117f7f-74f7-484e-8f5b-c727417edcdd"
            },
            {
                "if-index": 40,
                "interface-name": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb"
            },
            {
                "if-index": 6568,
                "interface-name": "149698414707504:br-ex-patch:1131"
            },
            {
                "if-index": 39,
                "interface-name": "6c9c1105-3940-42ee-9d2f-024d720f8ec6"
            },
            {
                "if-index": 6567,
                "interface-name": "260163147459722:br-ex-patch:1133"
            },
            {
                "if-index": 6566,
                "interface-name": "48796303178259:br-ex-patch:1133"
            },
            {
                "if-index": 6565,
                "interface-name": "228722813034790:br-ex-patch:1133"
            },
            {
                "if-index": 6564,
                "interface-name": "48796303178259:br-ex-patch:1132"
            },
            {
                "if-index": 35,
                "interface-name": "149698414707504:br-ex-patch:trunk"
            },
            {
                "if-index": 6563,
                "interface-name": "228722813034790:br-ex-patch:1132"
            },
            {
                "if-index": 2,
                "interface-name": "tun617d26e46a5"
            },
            {
                "if-index": 1,
                "interface-name": "tunb223582a781"
            },
            {
                "if-index": 10,
                "interface-name": "tun1914722e5af"
            },
            {
                "if-index": 9,
                "interface-name": "tuna8339e52304"
            },
            {
                "if-index": 8,
                "interface-name": "tun91356c17db2"
            },
            {
                "if-index": 7,
                "interface-name": "tun3429b91664d"
            },
            {
                "if-index": 6,
                "interface-name": "tun23278d86c3d"
            },
            {
                "if-index": 5,
                "interface-name": "tund94e4440a70"
            },
            {
                "if-index": 4,
                "interface-name": "tun7dd6c062707"
            },
            {
                "if-index": 3,
                "interface-name": "tunb3adfc3e977"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.480" starttime="20181020 15:08:23.479"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.480" starttime="20181020 15:08:23.471"></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="20181020 15:08:23.491" 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="20181020 15:08:23.491" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.491" starttime="20181020 15:08:23.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="20181020 15:08:23.492" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:23.492" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.492" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:23.492" starttime="20181020 15:08:23.491"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.493" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.493" starttime="20181020 15:08:23.492"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.493" starttime="20181020 15:08:23.480"></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="20181020 15:08:23.503" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.503" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.503" starttime="20181020 15:08:23.493"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.504" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:23.504" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.504" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:23.504" starttime="20181020 15:08:23.503"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.505" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.505" starttime="20181020 15:08:23.504"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.505" starttime="20181020 15:08:23.493"></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="20181020 15:08:23.513" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.513" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.513" starttime="20181020 15:08:23.505"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.514" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:23.514" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.514" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:23.515" starttime="20181020 15:08:23.514"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.515" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.515" starttime="20181020 15:08:23.515"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.515" starttime="20181020 15:08:23.505"></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="20181020 15:08:23.527" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.527" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.527" starttime="20181020 15:08:23.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="20181020 15:08:23.529" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:23.529" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.529" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:23.529" starttime="20181020 15:08:23.528"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.530" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.530" starttime="20181020 15:08:23.530"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.531" starttime="20181020 15:08:23.515"></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="20181020 15:08:23.542" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.542" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.542" starttime="20181020 15:08:23.531"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.543" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"696a25aa-6961-4600-af39-00b50e262ee0","route-adv-state":"advertised","vrf-id":"696a25aa-6961-4600-af39-00b50e262ee0","elan-tag":5502,"subnet-cidr":"192.0.2.0/24","vpn-name":"696a25aa-6961-4600-af39-00b50e262ee0","label":103002}]}} </msg>
<msg timestamp="20181020 15:08:23.543" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.543" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5502,
                "label": 103002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181020 15:08:23.543" starttime="20181020 15:08:23.543"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.544" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5502,
                "label": 103002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.0.2.0/24",
                "subnet-id": "696a25aa-6961-4600-af39-00b50e262ee0",
                "vpn-name": "696a25aa-6961-4600-af39-00b50e262ee0",
                "vrf-id": "696a25aa-6961-4600-af39-00b50e262ee0"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.544" starttime="20181020 15:08:23.544"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.544" starttime="20181020 15:08:23.531"></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="20181020 15:08:23.554" 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="20181020 15:08:23.554" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.554" starttime="20181020 15:08:23.544"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.555" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"8726b87b-b42f-41e5-a293-c46fee68f1ad","vpn-id":103000,"vpn-instance-name":"8726b87b-b42f-41e5-a293-c46fee68f1ad","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":149698414707504,"dpn-state":"active","vpn-interfaces":[{"interface-name":"149698414707504:br-ex-patch:trunk"}]},{"dpnId":268318365241219,"dpn-state":"active","vpn-interfaces":[{"interface-name":"268318365241219:br-ex-patch:trunk"}]},{"dpnId":48796303178259,"dpn-state":"active","vpn-interfaces":[{"interface-name":"48796303178259:br-ex-patch:trunk"}]},{"dpnId":228722813034790,"dpn-state":"active","vpn-interfaces":[{"interface-name":"228722813034790:br-ex-patch:trunk"}]},{"dpnId":260163147459722,"dpn-state":"active","vpn-interfaces":[{"interface-name":"260163147459722:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181020 15:08:23.555" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.555" 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="20181020 15:08:23.555" starttime="20181020 15:08:23.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="20181020 15:08:23.556" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 103000,
                "vpn-instance-name": "8726b87b-b42f-41e5-a293-c46fee68f1ad",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 149698414707504,
                        "vpn-interfaces": [
                            {
                                "interface-name": "149698414707504:br-ex-patch:trunk"
                            }
                        ]
                    },
                    {
                        "dpn-state": "active",
                        "dpnId": 268318365241219,
                        "vpn-interfaces": [
                            {
                                "interface-name": "268318365241219:br-ex-patch:trunk"
                            }
                        ]
                    },
                    {
                        "dpn-state": "active",
                        "dpnId": 48796303178259,
                        "vpn-interfaces": [
                            {
                                "interface-name": "48796303178259:br-ex-patch:trunk"
                            }
                        ]
                    },
                    {
                        "dpn-state": "active",
                        "dpnId": 228722813034790,
                        "vpn-interfaces": [
                            {
                                "interface-name": "228722813034790:br-ex-patch:trunk"
                            }
                        ]
                    },
                    {
                        "dpn-state": "active",
                        "dpnId": 260163147459722,
                        "vpn-interfaces": [
                            {
                                "interface-name": "260163147459722:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "8726b87b-b42f-41e5-a293-c46fee68f1ad"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.556" starttime="20181020 15:08:23.555"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.556" starttime="20181020 15:08:23.544"></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="20181020 15:08:23.565" 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="20181020 15:08:23.566" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.566" starttime="20181020 15:08:23.556"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.567" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181020 15:08:23.567" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.567" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:23.567" starttime="20181020 15:08:23.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="20181020 15:08:23.568" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181020 15:08:23.568" starttime="20181020 15:08:23.567"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.568" starttime="20181020 15:08:23.556"></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="20181020 15:08:23.579" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.579" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.579" starttime="20181020 15:08:23.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="20181020 15:08:23.580" 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="20181020 15:08:23.580" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.580" 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="20181020 15:08:23.580" starttime="20181020 15:08:23.579"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.580" 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="20181020 15:08:23.580" starttime="20181020 15:08:23.580"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.580" starttime="20181020 15:08:23.568"></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="20181020 15:08:23.589" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.589" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.589" starttime="20181020 15:08:23.581"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.591" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:23.591" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.591" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:23.591" starttime="20181020 15:08:23.590"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.591" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.591" starttime="20181020 15:08:23.591"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.591" starttime="20181020 15:08:23.580"></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="20181020 15:08:23.604" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.605" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.605" starttime="20181020 15:08:23.592"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.606" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:23.606" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.606" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:23.606" starttime="20181020 15:08:23.605"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.607" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.607" starttime="20181020 15:08:23.606"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.607" starttime="20181020 15:08:23.591"></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="20181020 15:08:23.616" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.616" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.616" starttime="20181020 15:08:23.607"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.617" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181020 15:08:23.617" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.617" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181020 15:08:23.617" starttime="20181020 15:08:23.617"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.618" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.618" starttime="20181020 15:08:23.618"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.618" starttime="20181020 15:08:23.607"></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="20181020 15:08:23.636" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181020 15:08:23.636" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181020 15:08:23.636" starttime="20181020 15:08:23.619"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181020 15:08:23.654" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:149698414707504","node-connector":[{"id":"openflow:149698414707504:12","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap60a06347-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":12,"flow-node-inventory:hardware-address":"fe:16:3e:15:bd:dc","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:149698414707504:9","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap7d42da05-3c","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":9,"flow-node-inventory:hardware-address":"fe:16:3e:d3:36:a1","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:149698414707504:10","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap8ee548c5-a0","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":10,"flow-node-inventory:hardware-address":"fe:16:3e:81:f5:2b","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:149698414707504:11","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tape9366b0b-8e","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":11,"flow-node-inventory:hardware-address":"fe:16:3e:9b:8a:3c","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:149698414707504:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun6de6aefe245","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":"7a:7c:0e:56:99:07","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:149698414707504:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tund94e4440a70","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":"ae:86:39:be:f9:1a","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:149698414707504: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":"88:26:60:d5:03:30","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:149698414707504: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":"d6:26:9b:3d:f4:c4","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":"tun617d26e46a5","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":false}},{"id":"openflow:149698414707504: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":"ca:17:76:6c:2d:11","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":"tunb3adfc3e977","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:149698414707504: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":"ee:8f:d5:d4:59:b2","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":33740,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.5"},{"id":"openflow:228722813034790","node-connector":[{"id":"openflow:228722813034790:11","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap7f4d4f99-5b","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":11,"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:228722813034790:12","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap55861a97-9d","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":12,"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:228722813034790:10","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap3c81f15e-ad","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":10,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790: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":"3a:d3:e5:33:d9:68","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:228722813034790:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunb9b6ece5224","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":"3e:16:03:88:9e:88","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun1914722e5af","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:83:32:99:1a:8c","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tuna8339e52304","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":"e6:d0:3c:f8:36:1f","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tuncd74734f6e0","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":"e2:fa:bf:92:73:0e","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790:9","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapa8d57385-94","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":9,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790:8","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapa4117f7f-74","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":8,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:228722813034790: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":"d0:05:ae:05:e1:26","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":55002,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.6"},{"id":"openflow:48796303178259","node-connector":[{"id":"openflow:48796303178259:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun5ef24485410","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":"a2:a0:44:bd:08:35","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunaf467906869","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":"fa:2a:ba:e7:a9:6a","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259:10","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tape47cd172-b8","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":10,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259:9","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap6c9c1105-39","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":9,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259: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":"2c:61:46:51:3a:13","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:48796303178259:13","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapa2267a01-8d","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":13,"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:48796303178259: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":"7e:0d:3e:5c:57:d5","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tund35867a1187","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":"22:53:67:17:a0:b9","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259:11","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapb51114c1-a6","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":11,"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:48796303178259:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tund8c3e0fcf05","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":"32:e6:63:5c:22:3a","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:48796303178259:12","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap4daf7e24-db","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":12,"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":60128,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.14"},{"id":"openflow:260163147459722","node-connector":[{"id":"openflow:260163147459722: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":"ec:9d:f3:fc:ec:8a","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:260163147459722:10","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap9acc8ca5-a9","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":10,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:260163147459722:11","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap7b99f334-37","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":11,"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:260163147459722:9","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap77f7b64b-7f","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":9,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:260163147459722:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap4dd172a6-55","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:260163147459722:8","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap862e02e0-e8","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":8,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:260163147459722:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun91356c17db2","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":"aa:11:98:7f:9f:e0","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:260163147459722:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunfda004d5e48","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:b3:14:3d:45:7a","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:260163147459722: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":"26:c1:fe:32:0a:dd","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:260163147459722:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun3429b91664d","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":"3e:e2:4d:d8:5b:17","flow-node-inventory:current-feature":"","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":41958,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.18"},{"id":"openflow:268318365241219","node-connector":[{"id":"openflow:268318365241219:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap28de207b-d7","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:d6:31:12","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:268318365241219:5","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunfb23e7715ee","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":"d2:67:95:b7:c5:66","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:268318365241219:4","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun23278d86c3d","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:f6:df:69:dd:b2","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:268318365241219:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tun7dd6c062707","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":"ba:b4:5b:a4:1e:66","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:268318365241219: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":"f4:08:bc:d8:cf:83","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:268318365241219:8","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tapb5219944-d3","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:1c:db:04","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:268318365241219:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":10000,"flow-node-inventory:name":"tap1e008626-68","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:cc:d1:50","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:268318365241219:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tunb223582a781","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":"4a:11:b0:79:04:bc","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:268318365241219: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":"5a:40:21:a4:cc: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":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":55190,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.25"}]}} </msg>
<msg timestamp="20181020 15:08:23.654" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181020 15:08:23.655" 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="20181020 15:08:23.655" starttime="20181020 15:08:23.637"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181020 15:08:23.657" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.5",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 33740,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:149698414707504",
                "node-connector": [
                    {
                        "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:15:bd:dc",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap60a06347-c4",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 12,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:149698414707504:12"
                    },
                    {
                        "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:d3:36:a1",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap7d42da05-3c",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 9,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:149698414707504:9"
                    },
                    {
                        "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:81:f5:2b",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap8ee548c5-a0",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 10,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:149698414707504:10"
                    },
                    {
                        "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:9b:8a:3c",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tape9366b0b-8e",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 11,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:149698414707504:11"
                    },
                    {
                        "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": "7a:7c:0e:56:99:07",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun6de6aefe245",
                        "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:149698414707504: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": "ae:86:39:be:f9:1a",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tund94e4440a70",
                        "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:149698414707504: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": "88:26:60:d5:03:30",
                        "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:149698414707504: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": "d6:26:9b:3d:f4:c4",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun617d26e46a5",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:149698414707504: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": "ca:17:76:6c:2d:11",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunb3adfc3e977",
                        "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:149698414707504: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": "ee:8f:d5:d4:59:b2",
                        "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:149698414707504: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.6",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 55002,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:228722813034790",
                "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": "tap7f4d4f99-5b",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 11,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:228722813034790:11"
                    },
                    {
                        "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": "tap55861a97-9d",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 12,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:228722813034790:12"
                    },
                    {
                        "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": "tap3c81f15e-ad",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 10,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:228722813034790:10"
                    },
                    {
                        "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": "3a:d3:e5:33:d9:68",
                        "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:228722813034790: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": "3e:16:03:88:9e:88",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunb9b6ece5224",
                        "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:228722813034790: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": "fe:83:32:99:1a:8c",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun1914722e5af",
                        "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:228722813034790: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": "e6:d0:3c:f8:36:1f",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tuna8339e52304",
                        "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:228722813034790: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": "e2:fa:bf:92:73:0e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tuncd74734f6e0",
                        "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:228722813034790:2"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapa8d57385-94",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 9,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:228722813034790:9"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapa4117f7f-74",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 8,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:228722813034790:8"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "d0:05:ae:05:e1:26",
                        "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:228722813034790: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.14",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 60128,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:48796303178259",
                "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": "a2:a0:44:bd:08:35",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun5ef24485410",
                        "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:48796303178259: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": "fa:2a:ba:e7:a9:6a",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunaf467906869",
                        "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:48796303178259: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": "tape47cd172-b8",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 10,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:48796303178259:10"
                    },
                    {
                        "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": "tap6c9c1105-39",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 9,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:48796303178259:9"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "2c:61:46:51:3a:13",
                        "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:48796303178259:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapa2267a01-8d",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 13,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:48796303178259:13"
                    },
                    {
                        "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": "7e:0d:3e:5c:57:d5",
                        "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:48796303178259: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": "22:53:67:17:a0:b9",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tund35867a1187",
                        "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:48796303178259:2"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapb51114c1-a6",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 11,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:48796303178259:11"
                    },
                    {
                        "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": "32:e6:63:5c:22:3a",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tund8c3e0fcf05",
                        "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:48796303178259: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": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap4daf7e24-db",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 12,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:48796303178259:12"
                    }
                ],
                "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.18",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 41958,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:260163147459722",
                "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": "ec:9d:f3:fc:ec:8a",
                        "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:260163147459722:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap9acc8ca5-a9",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 10,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:260163147459722:10"
                    },
                    {
                        "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": "tap7b99f334-37",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 11,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:260163147459722:11"
                    },
                    {
                        "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": "tap77f7b64b-7f",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 9,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:260163147459722:9"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap4dd172a6-55",
                        "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:260163147459722: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": "tap862e02e0-e8",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 8,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:260163147459722:8"
                    },
                    {
                        "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:11:98:7f:9f:e0",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun91356c17db2",
                        "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:260163147459722: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:b3:14:3d:45:7a",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunfda004d5e48",
                        "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:260163147459722: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": "26:c1:fe:32:0a:dd",
                        "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:260163147459722: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": "3e:e2:4d:d8:5b:17",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun3429b91664d",
                        "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:260163147459722:2"
                    }
                ],
                "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.25",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 55190,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:268318365241219",
                "node-connector": [
                    {
                        "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:d6:31:12",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap28de207b-d7",
                        "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:268318365241219: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": "d2:67:95:b7:c5:66",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunfb23e7715ee",
                        "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:268318365241219: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": "fe:f6:df:69:dd:b2",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun23278d86c3d",
                        "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:268318365241219: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": "ba:b4:5b:a4:1e:66",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tun7dd6c062707",
                        "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:268318365241219: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": "f4:08:bc:d8:cf:83",
                        "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:268318365241219:LOCAL"
                    },
                    {
                        "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:1c:db:04",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapb5219944-d3",
                        "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:268318365241219:8"
                    },
                    {
                        "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:cc:d1:50",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap1e008626-68",
                        "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:268318365241219: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": "4a:11:b0:79:04:bc",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tunb223582a781",
                        "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:268318365241219: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": "5a:40:21:a4:cc:ef",
                        "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:268318365241219:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181020 15:08:23.658" starttime="20181020 15:08:23.656"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.658" starttime="20181020 15:08:23.618"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.658" starttime="20181020 15:08:22.082"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.659" starttime="20181020 15:08:22.080"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:23.659" starttime="20181020 15:08:22.072"></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="20181020 15:08:23.662" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181020 15:08:23.662" starttime="20181020 15:08:23.662"></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="20181020 15:08:23.673" starttime="20181020 15:08:23.672"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 15:08:23.673" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

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

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 15:08:23.673" starttime="20181020 15:08:23.673"></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="20181020 15:08:23.674" 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.18" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 15:08:23.674" starttime="20181020 15:08:23.674"></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="20181020 15:08:23.675" level="INFO">${conn_id} = 49</msg>
<status status="PASS" endtime="20181020 15:08:23.675" starttime="20181020 15:08:23.674"></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="20181020 15:08:23.676" level="INFO">Length is 0</msg>
<msg timestamp="20181020 15:08:23.676" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 15:08:23.676" starttime="20181020 15:08:23.676"></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="20181020 15:08:23.676" starttime="20181020 15:08:23.676"></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="20181020 15:08:23.677" level="INFO">Logging into '192.0.2.18:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 15:08:24.047" level="INFO">Read output: Last login: Sat Oct 20 14:55:15 2018 from 192.0.2.99
[heat-admin@overcloud-controller-2 ~]$</msg>
<status status="PASS" endtime="20181020 15:08:24.047" starttime="20181020 15:08:23.677"></status>
</kw>
<msg timestamp="20181020 15:08:24.047" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:24.048" starttime="20181020 15:08:23.677"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.048" starttime="20181020 15:08:23.675"></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="20181020 15:08:24.049" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181020 15:08:24.073" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181020 15:08:24.073" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 15:08:24.073" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 15:08:24.073" starttime="20181020 15:08:24.048"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 15:08:24.106" starttime="20181020 15:08:24.074"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 15:08:24.107" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 15:08:24.107" starttime="20181020 15:08:24.107"></status>
</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="20181020 15:08:24.108" starttime="20181020 15:08:24.108"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 15:08:24.109" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:24.110" starttime="20181020 15:08:24.109"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.110" starttime="20181020 15:08:24.109"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.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="20181020 15:08:24.112" starttime="20181020 15:08:24.112"></status>
</kw>
<msg timestamp="20181020 15:08:24.113" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:24.113" starttime="20181020 15:08:24.111"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.113" starttime="20181020 15:08:24.110"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.113" starttime="20181020 15:08:23.671"></status>
</kw>
<msg timestamp="20181020 15:08:24.113" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:24.113" starttime="20181020 15:08:23.671"></status>
</kw>
<msg timestamp="20181020 15:08:24.114" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:08:24.114" starttime="20181020 15:08:23.670"></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="20181020 15:08:24.115" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181020 15:08:24.115" starttime="20181020 15:08:24.114"></status>
</kw>
<msg timestamp="20181020 15:08:24.115" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181020 15:08:24.115" starttime="20181020 15:08:23.669"></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="20181020 15:08:24.116" level="INFO">${exlist} = []</msg>
<msg timestamp="20181020 15:08:24.116" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181020 15:08:24.116" starttime="20181020 15:08:24.115"></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="20181020 15:08:24.117" starttime="20181020 15:08:24.116"></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="20181020 15:08:24.118" level="INFO">Length is 0</msg>
<msg timestamp="20181020 15:08:24.118" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181020 15:08:24.118" starttime="20181020 15:08:24.117"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 15:08:24.119" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181020 15:08:24.119" starttime="20181020 15:08:24.119"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.119" starttime="20181020 15:08:24.118"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.120" starttime="20181020 15:08:23.661"></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="20181020 15:08:24.120" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181020 15:08:24.120" starttime="20181020 15:08:24.120"></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="20181020 15:08:24.137" starttime="20181020 15:08:24.136"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 15:08:24.137" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

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

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 15:08:24.137" starttime="20181020 15:08:24.137"></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="20181020 15:08:24.138" 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.6" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 15:08:24.138" starttime="20181020 15:08:24.138"></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="20181020 15:08:24.139" level="INFO">${conn_id} = 50</msg>
<status status="PASS" endtime="20181020 15:08:24.139" starttime="20181020 15:08:24.139"></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="20181020 15:08:24.140" level="INFO">Length is 0</msg>
<msg timestamp="20181020 15:08:24.140" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 15:08:24.140" starttime="20181020 15:08:24.140"></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="20181020 15:08:24.141" starttime="20181020 15:08:24.140"></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="20181020 15:08:24.142" level="INFO">Logging into '192.0.2.6:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 15:08:24.513" level="INFO">Read output: Last login: Sat Oct 20 14:54:17 2018 from 192.0.2.99
[heat-admin@overcloud-controller-1 ~]$</msg>
<status status="PASS" endtime="20181020 15:08:24.513" starttime="20181020 15:08:24.141"></status>
</kw>
<msg timestamp="20181020 15:08:24.513" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:24.514" starttime="20181020 15:08:24.141"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.514" starttime="20181020 15:08:24.139"></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="20181020 15:08:24.515" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181020 15:08:24.538" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181020 15:08:24.539" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 15:08:24.539" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 15:08:24.539" starttime="20181020 15:08:24.514"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 15:08:24.571" starttime="20181020 15:08:24.539"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 15:08:24.572" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 15:08:24.572" starttime="20181020 15:08:24.572"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:24.573" starttime="20181020 15:08:24.572"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 15:08:24.574" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:24.574" starttime="20181020 15:08:24.573"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.574" starttime="20181020 15:08:24.573"></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="20181020 15:08:24.576" starttime="20181020 15:08:24.576"></status>
</kw>
<msg timestamp="20181020 15:08:24.576" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:24.576" starttime="20181020 15:08:24.575"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.576" starttime="20181020 15:08:24.575"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.576" starttime="20181020 15:08:24.135"></status>
</kw>
<msg timestamp="20181020 15:08:24.577" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:24.577" starttime="20181020 15:08:24.134"></status>
</kw>
<msg timestamp="20181020 15:08:24.577" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:08:24.577" starttime="20181020 15:08:24.133"></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="20181020 15:08:24.578" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181020 15:08:24.578" starttime="20181020 15:08:24.577"></status>
</kw>
<msg timestamp="20181020 15:08:24.578" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181020 15:08:24.578" starttime="20181020 15:08:24.132"></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="20181020 15:08:24.578" level="INFO">${exlist} = []</msg>
<msg timestamp="20181020 15:08:24.578" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181020 15:08:24.578" starttime="20181020 15:08:24.578"></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="20181020 15:08:24.579" starttime="20181020 15:08:24.579"></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="20181020 15:08:24.580" level="INFO">Length is 0</msg>
<msg timestamp="20181020 15:08:24.580" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181020 15:08:24.580" starttime="20181020 15:08:24.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>"${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="20181020 15:08:24.581" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181020 15:08:24.581" starttime="20181020 15:08:24.581"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.581" starttime="20181020 15:08:24.580"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.581" starttime="20181020 15:08:24.120"></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="20181020 15:08:24.582" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181020 15:08:24.582" starttime="20181020 15:08:24.581"></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="20181020 15:08:24.593" starttime="20181020 15:08:24.592"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181020 15:08:24.593" level="INFO">index=36
path_separator=/
prompt=$
width=80
newline=

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

height=24
encoding=UTF-8
alias=None
host=192.0.2.5
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181020 15:08:24.593" starttime="20181020 15:08:24.593"></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="20181020 15:08:24.594" 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.14" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181020 15:08:24.594" starttime="20181020 15:08:24.593"></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="20181020 15:08:24.595" level="INFO">${conn_id} = 51</msg>
<status status="PASS" endtime="20181020 15:08:24.595" starttime="20181020 15:08:24.594"></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="20181020 15:08:24.596" level="INFO">Length is 0</msg>
<msg timestamp="20181020 15:08:24.596" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181020 15:08:24.596" starttime="20181020 15:08:24.595"></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="20181020 15:08:24.596" starttime="20181020 15:08:24.596"></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="20181020 15:08:24.597" level="INFO">Logging into '192.0.2.14:22' as 'heat-admin'.</msg>
<msg timestamp="20181020 15:08:24.935" level="INFO">Read output: Last login: Sat Oct 20 14:54:18 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181020 15:08:24.936" starttime="20181020 15:08:24.597"></status>
</kw>
<msg timestamp="20181020 15:08:24.936" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:24.936" starttime="20181020 15:08:24.596"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:24.936" starttime="20181020 15:08:24.595"></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="20181020 15:08:24.937" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181020 15:08:24.960" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181020 15:08:24.961" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 15:08:24.961" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 15:08:24.961" starttime="20181020 15:08:24.936"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 15:08:25.025" starttime="20181020 15:08:24.961"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 15:08:25.026" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181020 15:08:25.026" starttime="20181020 15:08:25.026"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:25.027" starttime="20181020 15:08:25.027"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${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="20181020 15:08:25.028" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:25.029" starttime="20181020 15:08:25.028"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:25.029" starttime="20181020 15:08:25.028"></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="20181020 15:08:25.031" starttime="20181020 15:08:25.031"></status>
</kw>
<msg timestamp="20181020 15:08:25.032" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:25.032" starttime="20181020 15:08:25.030"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:25.032" starttime="20181020 15:08:25.029"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:25.032" starttime="20181020 15:08:24.591"></status>
</kw>
<msg timestamp="20181020 15:08:25.032" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181020 15:08:25.032" starttime="20181020 15:08:24.591"></status>
</kw>
<msg timestamp="20181020 15:08:25.032" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:08:25.033" starttime="20181020 15:08:24.590"></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="20181020 15:08:25.033" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181020 15:08:25.033" starttime="20181020 15:08:25.033"></status>
</kw>
<msg timestamp="20181020 15:08:25.034" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181020 15:08:25.034" starttime="20181020 15:08:24.589"></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="20181020 15:08:25.034" level="INFO">${exlist} = []</msg>
<msg timestamp="20181020 15:08:25.035" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181020 15:08:25.035" starttime="20181020 15:08:25.034"></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="20181020 15:08:25.036" starttime="20181020 15:08:25.035"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181020 15:08:25.036" level="INFO">Length is 0</msg>
<msg timestamp="20181020 15:08:25.036" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181020 15:08:25.036" starttime="20181020 15:08:25.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>"${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="20181020 15:08:25.038" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181020 15:08:25.038" starttime="20181020 15:08:25.038"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:25.038" starttime="20181020 15:08:25.037"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:25.038" starttime="20181020 15:08:24.581"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:25.038" starttime="20181020 15:08:23.661"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:25.039" starttime="20181020 15:08:23.660"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:25.039" starttime="20181020 15:08:13.894"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:25.039" starttime="20181020 15:08:13.894"></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="20181020 15:08:25.040" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 15:08:25.040" starttime="20181020 15:08:25.040"></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="20181020 15:08:25.042" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181020 15:08:25.066" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:08:27.692" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:08:27.692" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:08:27.692" starttime="20181020 15:08:25.041"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:08:27.693" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 15:08:27.693" starttime="20181020 15:08:27.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:08:27.694" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:08:27.694" starttime="20181020 15:08:27.694"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:27.695" starttime="20181020 15:08:27.694"></status>
</kw>
<msg timestamp="20181020 15:08:27.695" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 15:08:27.695" starttime="20181020 15:08:25.041"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181020 15:08:27.696" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 15:08:27.696" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 15:08:27.696" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 15:08:27.696" starttime="20181020 15:08:27.695"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 15:08:27.696" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 15:08:27.697" starttime="20181020 15:08:27.696"></status>
</kw>
<msg timestamp="20181020 15:08:27.697" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181020 15:08:27.697" starttime="20181020 15:08:25.040"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181020 15:08:27.697" starttime="20181020 15:08:27.697"></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="20181020 15:08:27.698" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 15:08:27.698" starttime="20181020 15:08:27.698"></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="20181020 15:08:27.699" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181020 15:08:27.722" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:08:32.871" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:08:32.871" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:08:32.872" starttime="20181020 15:08:27.699"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:08:32.873" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_3_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_3=33.0.0.19"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_3_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b147bfde-6c68-4e97-9f03-dbe6fa356adf", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_3=33.0.0.5"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_3_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "cd8fb03e-90f6-4c2f-adb8-8c920aee87f1", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_3=33.0.0.18"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "7411f999-58ee-46fc-8b0e-fed1d9290e77", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_2=32.0.0.7"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "1a0e3eed-4e65-4506-86dd-ed491c107464", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_2=32.0.0.10"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_2=32.0.0.15"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "4c63800d-f97e-4367-a2e7-7a670c856c6e", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_1=31.0.0.11"
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "c2d40621-fd21-48c6-b0bc-e24441015d8b", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "0284bc5a-f268-49ca-9c01-b256d75a93cf", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181020 15:08:32.873" starttime="20181020 15:08:32.872"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:08:32.873" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:08:32.874" starttime="20181020 15:08:32.873"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:32.875" starttime="20181020 15:08:32.874"></status>
</kw>
<msg timestamp="20181020 15:08:32.875" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_3_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c", 
    "Flavor": "m1.nano", 
    "Networks": "l3_...</msg>
<status status="PASS" endtime="20181020 15:08:32.875" starttime="20181020 15:08:27.699"></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="20181020 15:08:32.876" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_3_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_3=33.0.0.19"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_3_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b147bfde-6c68-4e97-9f03-dbe6fa356adf", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_3=33.0.0.5"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_3_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "cd8fb03e-90f6-4c2f-adb8-8c920aee87f1", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_3=33.0.0.18"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "7411f999-58ee-46fc-8b0e-fed1d9290e77", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_2=32.0.0.7"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "1a0e3eed-4e65-4506-86dd-ed491c107464", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_2=32.0.0.10"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_2=32.0.0.15"
  }, 
  {
    "Status": "ACTIVE", 
    "Name": "l3_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "4c63800d-f97e-4367-a2e7-7a670c856c6e", 
    "Flavor": "m1.nano", 
    "Networks": "l3_net_1=31.0.0.11"
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "c2d40621-fd21-48c6-b0bc-e24441015d8b", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "0284bc5a-f268-49ca-9c01-b256d75a93cf", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181020 15:08:32.876" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 15:08:32.876" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Name': u'l3_net_3_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c', u'Flavor': u'm1.nano', u'Networks': u'l3_net_3=33.0.0.19'} | ...</msg>
<status status="PASS" endtime="20181020 15:08:32.876" starttime="20181020 15:08:32.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="20181020 15:08:32.876" level="INFO">[{u'Status': u'ACTIVE', u'Name': u'l3_net_3_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c', u'Flavor': u'm1.nano', u'Networks': u'l3_net_3=33.0.0.19'}, {u'Status': u'ACTIVE', u'Name': u'l3_net_3_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b147bfde-6c68-4e97-9f03-dbe6fa356adf', u'Flavor': u'm1.nano', u'Networks': u'l3_net_3=33.0.0.5'}, {u'Status': u'ACTIVE', u'Name': u'l3_net_3_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'cd8fb03e-90f6-4c2f-adb8-8c920aee87f1', u'Flavor': u'm1.nano', u'Networks': u'l3_net_3=33.0.0.18'}, {u'Status': u'ACTIVE', u'Name': u'l3_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'7411f999-58ee-46fc-8b0e-fed1d9290e77', u'Flavor': u'm1.nano', u'Networks': u'l3_net_2=32.0.0.7'}, {u'Status': u'ACTIVE', u'Name': u'l3_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'1a0e3eed-4e65-4506-86dd-ed491c107464', u'Flavor': u'm1.nano', u'Networks': u'l3_net_2=32.0.0.10'}, {u'Status': u'ACTIVE', u'Name': u'l3_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a', u'Flavor': u'm1.nano', u'Networks': u'l3_net_2=32.0.0.15'}, {u'Status': u'ACTIVE', u'Name': u'l3_net_1_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'4c63800d-f97e-4367-a2e7-7a670c856c6e', u'Flavor': u'm1.nano', u'Networks': u'l3_net_1=31.0.0.11'}, {u'Status': u'ERROR', u'Name': u'l3_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'c2d40621-fd21-48c6-b0bc-e24441015d8b', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'0284bc5a-f268-49ca-9c01-b256d75a93cf', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181020 15:08:32.876" starttime="20181020 15:08:32.876"></status>
</kw>
<msg timestamp="20181020 15:08:32.877" level="INFO">@{vms} = [ {u'Status': u'ACTIVE', u'Name': u'l3_net_3_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c', u'Flavor': u'm1.nano', u'Networks': u'l3_net_3=33.0.0.19'} | ...</msg>
<status status="PASS" endtime="20181020 15:08:32.877" starttime="20181020 15:08:27.697"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l3_net_3_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c', u'Flavor': u'm1.nano', u'Networks': u'l3_net_3=33.0.0.19'}">
<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="20181020 15:08:32.886" level="INFO">Starting process:
openstack server show 9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c</msg>
<msg timestamp="20181020 15:08:32.905" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:08:38.376" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:08:38.377" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:08:38.377" starttime="20181020 15:08:32.885"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:08:38.378" 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-0000002c                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-10-20T14:58:21.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l3_net_3=33.0.0.19                                              |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:58:11Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 8ded71f34f23ddc582ab2a7d29f0188df23fdf97366b72950c997e89        |
| id                                  | 9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_3_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='l3_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-10-20T14:58:22Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 15:08:38.378" starttime="20181020 15:08:38.377"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:08:38.378" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:08:38.378" starttime="20181020 15:08:38.378"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:38.379" starttime="20181020 15:08:38.379"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:38.379" starttime="20181020 15:08:32.885"></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="20181020 15:08:38.388" level="INFO">Starting process:
openstack server delete 9fd2046c-65ab-41d7-b83b-1dfc5d4eb51c</msg>
<msg timestamp="20181020 15:08:38.416" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:08:43.805" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:08:43.805" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:08:43.805" starttime="20181020 15:08:38.388"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:08:43.806" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:08:43.806" starttime="20181020 15:08:43.806"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:08:43.807" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:08:43.807" starttime="20181020 15:08:43.806"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:43.807" starttime="20181020 15:08:43.807"></status>
</kw>
<msg timestamp="20181020 15:08:43.808" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:08:43.808" starttime="20181020 15:08:38.387"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:43.808" starttime="20181020 15:08:38.380"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:43.808" starttime="20181020 15:08:38.380"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:43.808" starttime="20181020 15:08:32.877"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l3_net_3_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b147bfde-6c68-4e97-9f03-dbe6fa356adf', u'Flavor': u'm1.nano', u'Networks': u'l3_net_3=33.0.0.5'}">
<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="20181020 15:08:43.816" level="INFO">Starting process:
openstack server show b147bfde-6c68-4e97-9f03-dbe6fa356adf</msg>
<msg timestamp="20181020 15:08:43.839" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:08:50.415" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:08:50.416" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:08:50.416" starttime="20181020 15:08:43.816"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:08:50.417" 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-00000029                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-10-20T14:58:09.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l3_net_3=33.0.0.5                                               |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:58:00Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 0e24040fc46e73b11cef5ad4c1d48b480e0a8bfa7552ff43edab8e11        |
| id                                  | b147bfde-6c68-4e97-9f03-dbe6fa356adf                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_3_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='l3_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-10-20T14:58:09Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 15:08:50.417" starttime="20181020 15:08:50.417"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:08:50.418" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:08:50.418" starttime="20181020 15:08:50.418"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:50.419" starttime="20181020 15:08:50.418"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:50.419" starttime="20181020 15:08:43.815"></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="20181020 15:08:50.428" level="INFO">Starting process:
openstack server delete b147bfde-6c68-4e97-9f03-dbe6fa356adf</msg>
<msg timestamp="20181020 15:08:50.455" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:08:54.096" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:08:54.096" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:08:54.096" starttime="20181020 15:08:50.427"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:08:54.097" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:08:54.097" starttime="20181020 15:08:54.097"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:08:54.098" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:08:54.098" starttime="20181020 15:08:54.098"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:08:54.099" starttime="20181020 15:08:54.098"></status>
</kw>
<msg timestamp="20181020 15:08:54.100" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:08:54.100" starttime="20181020 15:08:50.427"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:54.100" starttime="20181020 15:08:50.419"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:54.100" starttime="20181020 15:08:50.419"></status>
</kw>
<status status="PASS" endtime="20181020 15:08:54.100" starttime="20181020 15:08:43.808"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l3_net_3_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'cd8fb03e-90f6-4c2f-adb8-8c920aee87f1', u'Flavor': u'm1.nano', u'Networks': u'l3_net_3=33.0.0.18'}">
<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="20181020 15:08:54.111" level="INFO">Starting process:
openstack server show cd8fb03e-90f6-4c2f-adb8-8c920aee87f1</msg>
<msg timestamp="20181020 15:08:54.133" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:00.169" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:00.170" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:00.170" starttime="20181020 15:08:54.111"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:00.171" 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-00000026                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-10-20T14:57:59.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l3_net_3=33.0.0.18                                              |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:57:48Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 0e24040fc46e73b11cef5ad4c1d48b480e0a8bfa7552ff43edab8e11        |
| id                                  | cd8fb03e-90f6-4c2f-adb8-8c920aee87f1                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_3_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='l3_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-10-20T14:57:59Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 15:09:00.171" starttime="20181020 15:09:00.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="20181020 15:09:00.172" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:00.172" starttime="20181020 15:09:00.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="20181020 15:09:00.173" starttime="20181020 15:09:00.172"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:00.173" starttime="20181020 15:08:54.110"></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="20181020 15:09:00.184" level="INFO">Starting process:
openstack server delete cd8fb03e-90f6-4c2f-adb8-8c920aee87f1</msg>
<msg timestamp="20181020 15:09:00.204" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:03.755" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:03.756" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:03.756" starttime="20181020 15:09:00.184"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:03.757" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:03.757" starttime="20181020 15:09:03.756"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:03.758" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:03.758" starttime="20181020 15:09:03.757"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:03.758" starttime="20181020 15:09:03.758"></status>
</kw>
<msg timestamp="20181020 15:09:03.759" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:09:03.759" starttime="20181020 15:09:00.183"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:03.759" starttime="20181020 15:09:00.174"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:03.759" starttime="20181020 15:09:00.173"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:03.759" starttime="20181020 15:08:54.100"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l3_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'7411f999-58ee-46fc-8b0e-fed1d9290e77', u'Flavor': u'm1.nano', u'Networks': u'l3_net_2=32.0.0.7'}">
<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="20181020 15:09:03.768" level="INFO">Starting process:
openstack server show 7411f999-58ee-46fc-8b0e-fed1d9290e77</msg>
<msg timestamp="20181020 15:09:03.791" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:09.374" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:09.374" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:09.375" starttime="20181020 15:09:03.768"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:09.375" 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-00000023                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-10-20T14:57:46.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l3_net_2=32.0.0.7                                               |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:57:38Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 8ded71f34f23ddc582ab2a7d29f0188df23fdf97366b72950c997e89        |
| id                                  | 7411f999-58ee-46fc-8b0e-fed1d9290e77                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_2_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='l3_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-10-20T14:57:46Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 15:09:09.376" starttime="20181020 15:09:09.375"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:09.376" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:09.376" starttime="20181020 15:09:09.376"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:09.377" starttime="20181020 15:09:09.376"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:09.377" starttime="20181020 15:09:03.767"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>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="20181020 15:09:09.385" level="INFO">Starting process:
openstack server delete 7411f999-58ee-46fc-8b0e-fed1d9290e77</msg>
<msg timestamp="20181020 15:09:09.410" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:13.498" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:13.499" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:13.499" starttime="20181020 15:09:09.385"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:13.501" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:13.501" starttime="20181020 15:09:13.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="20181020 15:09:13.501" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:13.502" starttime="20181020 15:09:13.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="20181020 15:09:13.503" starttime="20181020 15:09:13.502"></status>
</kw>
<msg timestamp="20181020 15:09:13.503" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:09:13.503" starttime="20181020 15:09:09.384"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:13.503" starttime="20181020 15:09:09.378"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:13.503" starttime="20181020 15:09:09.377"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:13.504" starttime="20181020 15:09:03.759"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l3_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'1a0e3eed-4e65-4506-86dd-ed491c107464', u'Flavor': u'm1.nano', u'Networks': u'l3_net_2=32.0.0.10'}">
<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="20181020 15:09:13.521" level="INFO">Starting process:
openstack server show 1a0e3eed-4e65-4506-86dd-ed491c107464</msg>
<msg timestamp="20181020 15:09:13.550" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:18.848" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:18.849" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:18.849" starttime="20181020 15:09:13.520"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:18.850" 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-00000020                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-10-20T14:57:34.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l3_net_2=32.0.0.10                                              |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:57:25Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 8ded71f34f23ddc582ab2a7d29f0188df23fdf97366b72950c997e89        |
| id                                  | 1a0e3eed-4e65-4506-86dd-ed491c107464                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_2_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='l3_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-10-20T14:57:34Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 15:09:18.851" starttime="20181020 15:09:18.850"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:18.851" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:18.852" starttime="20181020 15:09:18.851"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:18.853" starttime="20181020 15:09:18.852"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:18.853" starttime="20181020 15:09:13.519"></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="20181020 15:09:18.868" level="INFO">Starting process:
openstack server delete 1a0e3eed-4e65-4506-86dd-ed491c107464</msg>
<msg timestamp="20181020 15:09:18.890" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:22.861" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:22.861" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:22.862" starttime="20181020 15:09:18.868"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:22.862" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:22.863" starttime="20181020 15:09:22.862"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:22.863" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:22.863" starttime="20181020 15:09:22.863"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:22.864" starttime="20181020 15:09:22.863"></status>
</kw>
<msg timestamp="20181020 15:09:22.864" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:09:22.864" starttime="20181020 15:09:18.866"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:22.864" starttime="20181020 15:09:18.854"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:22.864" starttime="20181020 15:09:18.853"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:22.864" starttime="20181020 15:09:13.504"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l3_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a', u'Flavor': u'm1.nano', u'Networks': u'l3_net_2=32.0.0.15'}">
<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="20181020 15:09:22.872" level="INFO">Starting process:
openstack server show 87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a</msg>
<msg timestamp="20181020 15:09:22.895" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:28.544" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:28.544" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:28.544" starttime="20181020 15:09:22.872"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:28.545" 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-0000001d                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-10-20T14:57:22.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l3_net_2=32.0.0.15                                              |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:57:12Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 0e24040fc46e73b11cef5ad4c1d48b480e0a8bfa7552ff43edab8e11        |
| id                                  | 87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_2_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='l3_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-10-20T14:57:22Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 15:09:28.546" starttime="20181020 15:09:28.545"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:28.546" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:28.546" starttime="20181020 15:09:28.546"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:28.547" starttime="20181020 15:09:28.547"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:28.547" starttime="20181020 15:09:22.871"></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="20181020 15:09:28.559" level="INFO">Starting process:
openstack server delete 87b1c4a3-a51e-43dd-9c8d-f6e4ac15e15a</msg>
<msg timestamp="20181020 15:09:28.579" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:32.202" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:32.202" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:32.202" starttime="20181020 15:09:28.559"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:32.203" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:32.203" starttime="20181020 15:09:32.203"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:32.204" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:32.204" starttime="20181020 15:09:32.204"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:32.205" starttime="20181020 15:09:32.204"></status>
</kw>
<msg timestamp="20181020 15:09:32.205" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:09:32.205" starttime="20181020 15:09:28.557"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:32.205" starttime="20181020 15:09:28.548"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:32.205" starttime="20181020 15:09:28.548"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:32.205" starttime="20181020 15:09:22.864"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ACTIVE', u'Name': u'l3_net_1_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'4c63800d-f97e-4367-a2e7-7a670c856c6e', u'Flavor': u'm1.nano', u'Networks': u'l3_net_1=31.0.0.11'}">
<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="20181020 15:09:32.215" level="INFO">Starting process:
openstack server show 4c63800d-f97e-4367-a2e7-7a670c856c6e</msg>
<msg timestamp="20181020 15:09:32.240" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:37.449" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:37.449" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:37.449" starttime="20181020 15:09:32.215"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:37.451" 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-0000001a                                               |
| OS-EXT-STS:power_state              | Running                                                         |
| OS-EXT-STS:task_state               | None                                                            |
| OS-EXT-STS:vm_state                 | active                                                          |
| OS-SRV-USG:launched_at              | 2018-10-20T14:57:09.000000                                      |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           | l3_net_1=31.0.0.11                                              |
| config_drive                        |                                                                 |
| created                             | 2018-10-20T14:57:00Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              | 8ded71f34f23ddc582ab2a7d29f0188df23fdf97366b72950c997e89        |
| id                                  | 4c63800d-f97e-4367-a2e7-7a670c856c6e                            |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b) |
| key_name                            | None                                                            |
| name                                | l3_net_1_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                |
| properties                          |                                                                 |
| security_groups                     | name='l3_sg'                                                    |
| status                              | ACTIVE                                                          |
| updated                             | 2018-10-20T14:57:09Z                                            |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 15:09:37.451" starttime="20181020 15:09:37.450"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:37.452" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:37.452" starttime="20181020 15:09:37.451"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:37.453" starttime="20181020 15:09:37.452"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:37.454" starttime="20181020 15:09:32.214"></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="20181020 15:09:37.470" level="INFO">Starting process:
openstack server delete 4c63800d-f97e-4367-a2e7-7a670c856c6e</msg>
<msg timestamp="20181020 15:09:37.494" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:41.068" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:41.069" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:41.069" starttime="20181020 15:09:37.469"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:41.070" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:41.070" starttime="20181020 15:09:41.069"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:41.071" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:41.071" starttime="20181020 15:09:41.070"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:41.071" starttime="20181020 15:09:41.071"></status>
</kw>
<msg timestamp="20181020 15:09:41.072" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:09:41.072" starttime="20181020 15:09:37.468"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:41.072" starttime="20181020 15:09:37.455"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:41.072" starttime="20181020 15:09:37.454"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:41.072" starttime="20181020 15:09:32.205"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'c2d40621-fd21-48c6-b0bc-e24441015d8b', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:09:41.084" level="INFO">Starting process:
openstack server show c2d40621-fd21-48c6-b0bc-e24441015d8b</msg>
<msg timestamp="20181020 15:09:41.109" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:45.681" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:45.681" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:45.681" starttime="20181020 15:09:41.083"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:45.682" level="INFO">+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-AZ:availability_zone         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000017                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| created                             | 2018-10-20T14:56:46Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| fault                               | {u'message': u'Build of instance c2d40621-fd21-48c6-b0bc-e24441015d8b aborted: Image 4d287c12-d9fa-4dc0-a393-7a46e720973b is unacceptable: Image has no associated data', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1928, in _do_build_and_run_instance\n    filter_properties, request_spec)\n  File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2198, in _build_and_run_instance\n    reason=e.format_message())\n', u'created': u'2018-10-20T14:56:55Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| id                                  | c2d40621-fd21-48c6-b0bc-e24441015d8b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b)                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| name                                | l3_net_1_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| updated                             | 2018-10-20T14:56:55Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 15:09:45.683" starttime="20181020 15:09:45.682"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:45.683" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:45.683" starttime="20181020 15:09:45.683"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:45.684" starttime="20181020 15:09:45.684"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:45.684" starttime="20181020 15:09:41.083"></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="20181020 15:09:45.693" level="INFO">Starting process:
openstack server delete c2d40621-fd21-48c6-b0bc-e24441015d8b</msg>
<msg timestamp="20181020 15:09:45.713" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:49.703" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:49.703" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:49.703" starttime="20181020 15:09:45.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="20181020 15:09:49.704" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:49.704" starttime="20181020 15:09:49.704"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:49.705" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:49.705" starttime="20181020 15:09:49.704"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:49.706" starttime="20181020 15:09:49.705"></status>
</kw>
<msg timestamp="20181020 15:09:49.706" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:09:49.706" starttime="20181020 15:09:45.692"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:49.706" starttime="20181020 15:09:45.685"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:49.706" starttime="20181020 15:09:45.685"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:49.706" starttime="20181020 15:09:41.072"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'0284bc5a-f268-49ca-9c01-b256d75a93cf', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:09:49.716" level="INFO">Starting process:
openstack server show 0284bc5a-f268-49ca-9c01-b256d75a93cf</msg>
<msg timestamp="20181020 15:09:49.735" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:54.692" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:54.693" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:54.693" starttime="20181020 15:09:49.715"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:54.694" level="INFO">+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-AZ:availability_zone         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000014                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| created                             | 2018-10-20T14:56:33Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| fault                               | {u'message': u'Build of instance 0284bc5a-f268-49ca-9c01-b256d75a93cf aborted: Image 4d287c12-d9fa-4dc0-a393-7a46e720973b is unacceptable: Image has no associated data', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1928, in _do_build_and_run_instance\n    filter_properties, request_spec)\n  File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2198, in _build_and_run_instance\n    reason=e.format_message())\n', u'created': u'2018-10-20T14:56:42Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| id                                  | 0284bc5a-f268-49ca-9c01-b256d75a93cf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| image                               | cirros-0.3.5-x86_64-disk (4d287c12-d9fa-4dc0-a393-7a46e720973b)                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| name                                | l3_net_1_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| project_id                          | 30aba7c692df4eb5b35215cb70b9fae6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| updated                             | 2018-10-20T14:56:42Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| user_id                             | 6aaa009bf4814faa9fc317bb355aa04c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
+-------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181020 15:09:54.694" starttime="20181020 15:09:54.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:54.694" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:54.695" starttime="20181020 15:09:54.694"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:54.696" starttime="20181020 15:09:54.695"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:54.696" starttime="20181020 15:09:49.714"></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="20181020 15:09:54.704" level="INFO">Starting process:
openstack server delete 0284bc5a-f268-49ca-9c01-b256d75a93cf</msg>
<msg timestamp="20181020 15:09:54.723" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:09:59.640" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:09:59.641" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:09:59.641" starttime="20181020 15:09:54.704"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:09:59.642" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:59.642" starttime="20181020 15:09:59.641"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:09:59.642" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:09:59.643" starttime="20181020 15:09:59.642"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:09:59.643" starttime="20181020 15:09:59.643"></status>
</kw>
<msg timestamp="20181020 15:09:59.644" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:09:59.644" starttime="20181020 15:09:54.703"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:59.644" starttime="20181020 15:09:54.696"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:59.644" starttime="20181020 15:09:54.696"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:59.644" starttime="20181020 15:09:49.706"></status>
</kw>
<status status="PASS" endtime="20181020 15:09:59.644" starttime="20181020 15:08:32.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 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="20181020 15:09:59.645" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 15:09:59.646" starttime="20181020 15:09:59.645"></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="20181020 15:09:59.647" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181020 15:09:59.668" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:01.930" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:01.931" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:01.931" starttime="20181020 15:09:59.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="20181020 15:10:01.932" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 15:10:01.932" starttime="20181020 15:10:01.931"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:01.932" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:01.932" starttime="20181020 15:10:01.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="20181020 15:10:01.933" starttime="20181020 15:10:01.932"></status>
</kw>
<msg timestamp="20181020 15:10:01.933" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181020 15:10:01.933" starttime="20181020 15:09:59.646"></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="20181020 15:10:01.934" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181020 15:10:01.934" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 15:10:01.934" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 15:10:01.934" starttime="20181020 15:10:01.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="20181020 15:10:01.934" level="INFO">[]</msg>
<status status="PASS" endtime="20181020 15:10:01.934" starttime="20181020 15:10:01.934"></status>
</kw>
<msg timestamp="20181020 15:10:01.934" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181020 15:10:01.934" starttime="20181020 15:09:59.645"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181020 15:10:01.935" starttime="20181020 15:10:01.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 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="20181020 15:10:01.936" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 15:10:01.936" starttime="20181020 15:10:01.936"></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="20181020 15:10:01.938" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181020 15:10:01.958" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:04.526" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:04.526" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:04.526" starttime="20181020 15:10:01.937"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:04.528" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='33.0.0.2', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", 
    "ID": "3c81f15e-ad31-4e55-88a1-1e576753d7ca", 
    "MAC Address": "fa:16:3e:96:56:45", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='34.0.0.4', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'", 
    "ID": "4daf7e24-dbed-407f-abdc-43dde77dfcd7", 
    "MAC Address": "fa:16:3e:fe:34:38", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='31.0.0.3', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'", 
    "ID": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb", 
    "MAC Address": "fa:16:3e:94:d8:6e", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='35.0.0.2', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'", 
    "ID": "55861a97-9d1c-45d0-a041-6b5aa089b946", 
    "MAC Address": "fa:16:3e:23:92:6d", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='31.0.0.2', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'", 
    "ID": "6c9c1105-3940-42ee-9d2f-024d720f8ec6", 
    "MAC Address": "fa:16:3e:95:bc:ea", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='33.0.0.3', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", 
    "ID": "77f7b64b-7f83-4283-a130-1209f9f8cf3f", 
    "MAC Address": "fa:16:3e:8e:51:30", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='35.0.0.4', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'", 
    "ID": "7b99f334-3718-4a50-8797-2ad66ef51390", 
    "MAC Address": "fa:16:3e:cc:4b:ac", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='34.0.0.3', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'", 
    "ID": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e", 
    "MAC Address": "fa:16:3e:9f:d4:6b", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='32.0.0.2', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'", 
    "ID": "862e02e0-e825-4c09-930f-1ec5ed02c220", 
    "MAC Address": "fa:16:3e:bc:e0:55", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='34.0.0.2', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'", 
    "ID": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4", 
    "MAC Address": "fa:16:3e:9e:c1:3a", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='35.0.0.3', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'", 
    "ID": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c", 
    "MAC Address": "fa:16:3e:cf:a2:aa", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='31.0.0.4', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'", 
    "ID": "a4117f7f-74f7-484e-8f5b-c727417edcdd", 
    "MAC Address": "fa:16:3e:f6:d2:83", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='32.0.0.4', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'", 
    "ID": "a8d57385-944d-4b60-998e-9c2d77e16163", 
    "MAC Address": "fa:16:3e:79:1e:fe", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='33.0.0.4', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", 
    "ID": "b51114c1-a615-4f35-826d-5c87207daef6", 
    "MAC Address": "fa:16:3e:fb:cd:eb", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='32.0.0.3', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'", 
    "ID": "e47cd172-b806-409b-9f16-a636512d81b3", 
    "MAC Address": "fa:16:3e:e0:63:97", 
    "Name": ""
  }
]</msg>
<status status="PASS" endtime="20181020 15:10:04.529" starttime="20181020 15:10:04.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="20181020 15:10:04.529" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:04.529" starttime="20181020 15:10:04.529"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:04.530" starttime="20181020 15:10:04.530"></status>
</kw>
<msg timestamp="20181020 15:10:04.531" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='33.0.0.2', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", 
    "ID": "3c81f15e-ad31-4e55-88a1-1e576753d7ca", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181020 15:10:04.531" starttime="20181020 15:10:01.936"></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="20181020 15:10:04.532" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='33.0.0.2', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", 
    "ID": "3c81f15e-ad31-4e55-88a1-1e576753d7ca", 
    "MAC Address": "fa:16:3e:96:56:45", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='34.0.0.4', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'", 
    "ID": "4daf7e24-dbed-407f-abdc-43dde77dfcd7", 
    "MAC Address": "fa:16:3e:fe:34:38", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='31.0.0.3', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'", 
    "ID": "4dd172a6-55aa-40c5-9cf4-d63303f8f8bb", 
    "MAC Address": "fa:16:3e:94:d8:6e", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='35.0.0.2', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'", 
    "ID": "55861a97-9d1c-45d0-a041-6b5aa089b946", 
    "MAC Address": "fa:16:3e:23:92:6d", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='31.0.0.2', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'", 
    "ID": "6c9c1105-3940-42ee-9d2f-024d720f8ec6", 
    "MAC Address": "fa:16:3e:95:bc:ea", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='33.0.0.3', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", 
    "ID": "77f7b64b-7f83-4283-a130-1209f9f8cf3f", 
    "MAC Address": "fa:16:3e:8e:51:30", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='35.0.0.4', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'", 
    "ID": "7b99f334-3718-4a50-8797-2ad66ef51390", 
    "MAC Address": "fa:16:3e:cc:4b:ac", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='34.0.0.3', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'", 
    "ID": "7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e", 
    "MAC Address": "fa:16:3e:9f:d4:6b", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='32.0.0.2', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'", 
    "ID": "862e02e0-e825-4c09-930f-1ec5ed02c220", 
    "MAC Address": "fa:16:3e:bc:e0:55", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='34.0.0.2', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'", 
    "ID": "9acc8ca5-a950-463a-af6b-2ef547c8b2b4", 
    "MAC Address": "fa:16:3e:9e:c1:3a", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='35.0.0.3', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'", 
    "ID": "a2267a01-8db6-4e11-b8bf-7ecfc7bd613c", 
    "MAC Address": "fa:16:3e:cf:a2:aa", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='31.0.0.4', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'", 
    "ID": "a4117f7f-74f7-484e-8f5b-c727417edcdd", 
    "MAC Address": "fa:16:3e:f6:d2:83", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='32.0.0.4', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'", 
    "ID": "a8d57385-944d-4b60-998e-9c2d77e16163", 
    "MAC Address": "fa:16:3e:79:1e:fe", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='33.0.0.4', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", 
    "ID": "b51114c1-a615-4f35-826d-5c87207daef6", 
    "MAC Address": "fa:16:3e:fb:cd:eb", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='32.0.0.3', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'", 
    "ID": "e47cd172-b806-409b-9f16-a636512d81b3", 
    "MAC Address": "fa:16:3e:e0:63:97", 
    "Name": ""
  }
] </msg>
<msg timestamp="20181020 15:10:04.532" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 15:10:04.532" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='33.0.0.2', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", u'ID': u'3c81f15e-ad31-4e55-88a1-1e576753d7ca', u'MAC Address': u'fa:16:3e:9...</msg>
<status status="PASS" endtime="20181020 15:10:04.532" starttime="20181020 15:10:04.531"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 15:10:04.533" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='33.0.0.2', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", u'ID': u'3c81f15e-ad31-4e55-88a1-1e576753d7ca', u'MAC Address': u'fa:16:3e:96:56:45', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='34.0.0.4', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'", u'ID': u'4daf7e24-dbed-407f-abdc-43dde77dfcd7', u'MAC Address': u'fa:16:3e:fe:34:38', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='31.0.0.3', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'", u'ID': u'4dd172a6-55aa-40c5-9cf4-d63303f8f8bb', u'MAC Address': u'fa:16:3e:94:d8:6e', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='35.0.0.2', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'", u'ID': u'55861a97-9d1c-45d0-a041-6b5aa089b946', u'MAC Address': u'fa:16:3e:23:92:6d', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='31.0.0.2', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'", u'ID': u'6c9c1105-3940-42ee-9d2f-024d720f8ec6', u'MAC Address': u'fa:16:3e:95:bc:ea', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='33.0.0.3', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", u'ID': u'77f7b64b-7f83-4283-a130-1209f9f8cf3f', u'MAC Address': u'fa:16:3e:8e:51:30', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='35.0.0.4', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'", u'ID': u'7b99f334-3718-4a50-8797-2ad66ef51390', u'MAC Address': u'fa:16:3e:cc:4b:ac', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='34.0.0.3', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'", u'ID': u'7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e', u'MAC Address': u'fa:16:3e:9f:d4:6b', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='32.0.0.2', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'", u'ID': u'862e02e0-e825-4c09-930f-1ec5ed02c220', u'MAC Address': u'fa:16:3e:bc:e0:55', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='34.0.0.2', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'", u'ID': u'9acc8ca5-a950-463a-af6b-2ef547c8b2b4', u'MAC Address': u'fa:16:3e:9e:c1:3a', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='35.0.0.3', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'", u'ID': u'a2267a01-8db6-4e11-b8bf-7ecfc7bd613c', u'MAC Address': u'fa:16:3e:cf:a2:aa', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='31.0.0.4', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'", u'ID': u'a4117f7f-74f7-484e-8f5b-c727417edcdd', u'MAC Address': u'fa:16:3e:f6:d2:83', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='32.0.0.4', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'", u'ID': u'a8d57385-944d-4b60-998e-9c2d77e16163', u'MAC Address': u'fa:16:3e:79:1e:fe', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='33.0.0.4', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", u'ID': u'b51114c1-a615-4f35-826d-5c87207daef6', u'MAC Address': u'fa:16:3e:fb:cd:eb', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='32.0.0.3', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'", u'ID': u'e47cd172-b806-409b-9f16-a636512d81b3', u'MAC Address': u'fa:16:3e:e0:63:97', u'Name': u''}]</msg>
<status status="PASS" endtime="20181020 15:10:04.533" starttime="20181020 15:10:04.533"></status>
</kw>
<msg timestamp="20181020 15:10:04.533" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='33.0.0.2', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'", u'ID': u'3c81f15e-ad31-4e55-88a1-1e576753d7ca', u'MAC Address': u'fa:16:3e:9...</msg>
<status status="PASS" endtime="20181020 15:10:04.534" starttime="20181020 15:10:01.935"></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='33.0.0.2', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'&quot;, u'ID': u'3c81f15e-ad31-4e55-88a1-1e576753d7ca', u'MAC Address': u'fa:16:3e:96:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:10:04.547" level="INFO">Starting process:
openstack port delete 3c81f15e-ad31-4e55-88a1-1e576753d7ca</msg>
<msg timestamp="20181020 15:10:04.577" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:08.191" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:08.192" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:08.192" starttime="20181020 15:10:04.547"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:08.193" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:08.193" starttime="20181020 15:10:08.192"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:08.193" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:08.193" starttime="20181020 15:10:08.193"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:08.194" starttime="20181020 15:10:08.194"></status>
</kw>
<msg timestamp="20181020 15:10:08.194" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:08.194" starttime="20181020 15:10:04.546"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:08.195" starttime="20181020 15:10:04.535"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:08.195" starttime="20181020 15:10:04.534"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:08.195" starttime="20181020 15:10:04.534"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='34.0.0.4', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'&quot;, u'ID': u'4daf7e24-dbed-407f-abdc-43dde77dfcd7', u'MAC Address': u'fa:16:3e:fe:...">
<kw 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="20181020 15:10:08.204" level="INFO">Starting process:
openstack port delete 4daf7e24-dbed-407f-abdc-43dde77dfcd7</msg>
<msg timestamp="20181020 15:10:08.231" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:12.084" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:12.084" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:12.084" starttime="20181020 15:10:08.204"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:12.086" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:12.086" starttime="20181020 15:10:12.085"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:12.087" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:12.087" starttime="20181020 15:10:12.086"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:12.088" starttime="20181020 15:10:12.087"></status>
</kw>
<msg timestamp="20181020 15:10:12.088" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:12.089" starttime="20181020 15:10:08.203"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:12.089" starttime="20181020 15:10:08.195"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:12.089" starttime="20181020 15:10:08.195"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:12.089" starttime="20181020 15:10:08.195"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='31.0.0.3', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'&quot;, u'ID': u'4dd172a6-55aa-40c5-9cf4-d63303f8f8bb', u'MAC Address': u'fa:16:3e:94:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:10:12.104" level="INFO">Starting process:
openstack port delete 4dd172a6-55aa-40c5-9cf4-d63303f8f8bb</msg>
<msg timestamp="20181020 15:10:12.133" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:16.224" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:16.225" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:16.225" starttime="20181020 15:10:12.104"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:16.226" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:16.226" starttime="20181020 15:10:16.225"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:16.227" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:16.227" starttime="20181020 15:10:16.226"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:16.228" starttime="20181020 15:10:16.227"></status>
</kw>
<msg timestamp="20181020 15:10:16.229" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:16.229" starttime="20181020 15:10:12.103"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:16.229" starttime="20181020 15:10:12.090"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:16.229" starttime="20181020 15:10:12.090"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:16.229" starttime="20181020 15:10:12.089"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='35.0.0.2', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'&quot;, u'ID': u'55861a97-9d1c-45d0-a041-6b5aa089b946', u'MAC Address': u'fa:16:3e:23:...">
<kw 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="20181020 15:10:16.250" level="INFO">Starting process:
openstack port delete 55861a97-9d1c-45d0-a041-6b5aa089b946</msg>
<msg timestamp="20181020 15:10:16.273" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:20.699" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:20.699" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:20.699" starttime="20181020 15:10:16.250"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:20.701" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:20.701" starttime="20181020 15:10:20.700"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:20.701" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:20.702" starttime="20181020 15:10:20.701"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:20.702" starttime="20181020 15:10:20.702"></status>
</kw>
<msg timestamp="20181020 15:10:20.703" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:20.703" starttime="20181020 15:10:16.248"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:20.703" starttime="20181020 15:10:16.231"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:20.703" starttime="20181020 15:10:16.230"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:20.703" starttime="20181020 15:10:16.229"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='31.0.0.2', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'&quot;, u'ID': u'6c9c1105-3940-42ee-9d2f-024d720f8ec6', u'MAC Address': u'fa:16:3e:95:...">
<kw 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="20181020 15:10:20.715" level="INFO">Starting process:
openstack port delete 6c9c1105-3940-42ee-9d2f-024d720f8ec6</msg>
<msg timestamp="20181020 15:10:20.743" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:24.134" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:24.134" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:24.134" starttime="20181020 15:10:20.714"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:24.136" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:24.136" starttime="20181020 15:10:24.135"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:24.137" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:24.137" starttime="20181020 15:10:24.136"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:24.138" starttime="20181020 15:10:24.137"></status>
</kw>
<msg timestamp="20181020 15:10:24.138" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:24.138" starttime="20181020 15:10:20.714"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:24.138" starttime="20181020 15:10:20.705"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:24.139" starttime="20181020 15:10:20.704"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:24.139" starttime="20181020 15:10:20.704"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='33.0.0.3', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'&quot;, u'ID': u'77f7b64b-7f83-4283-a130-1209f9f8cf3f', u'MAC Address': u'fa:16:3e:8e:...">
<kw 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="20181020 15:10:24.157" level="INFO">Starting process:
openstack port delete 77f7b64b-7f83-4283-a130-1209f9f8cf3f</msg>
<msg timestamp="20181020 15:10:24.183" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:28.308" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:28.308" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:28.308" starttime="20181020 15:10:24.157"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:28.310" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:28.310" starttime="20181020 15:10:28.309"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:28.311" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:28.311" starttime="20181020 15:10:28.310"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:28.312" starttime="20181020 15:10:28.311"></status>
</kw>
<msg timestamp="20181020 15:10:28.312" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:28.312" starttime="20181020 15:10:24.155"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:28.312" starttime="20181020 15:10:24.140"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:28.312" starttime="20181020 15:10:24.139"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:28.313" starttime="20181020 15:10:24.139"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='35.0.0.4', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'&quot;, u'ID': u'7b99f334-3718-4a50-8797-2ad66ef51390', u'MAC Address': u'fa:16:3e:cc:...">
<kw 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="20181020 15:10:28.322" level="INFO">Starting process:
openstack port delete 7b99f334-3718-4a50-8797-2ad66ef51390</msg>
<msg timestamp="20181020 15:10:28.342" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:32.101" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:32.101" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:32.101" starttime="20181020 15:10:28.322"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:32.102" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:32.102" starttime="20181020 15:10:32.102"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:32.103" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:32.103" starttime="20181020 15:10:32.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="20181020 15:10:32.103" starttime="20181020 15:10:32.103"></status>
</kw>
<msg timestamp="20181020 15:10:32.104" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:32.104" starttime="20181020 15:10:28.322"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:32.104" starttime="20181020 15:10:28.313"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:32.104" starttime="20181020 15:10:28.313"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:32.104" starttime="20181020 15:10:28.313"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='34.0.0.3', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'&quot;, u'ID': u'7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e', u'MAC Address': u'fa:16:3e:9f:...">
<kw 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="20181020 15:10:32.113" level="INFO">Starting process:
openstack port delete 7f4d4f99-5bba-443b-9eed-2aa4dc4c5d1e</msg>
<msg timestamp="20181020 15:10:32.139" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:35.432" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:35.433" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:35.433" starttime="20181020 15:10:32.113"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:35.433" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:35.434" starttime="20181020 15:10:35.433"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:35.434" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:35.434" starttime="20181020 15:10:35.434"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:35.435" starttime="20181020 15:10:35.434"></status>
</kw>
<msg timestamp="20181020 15:10:35.435" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:35.435" starttime="20181020 15:10:32.112"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:35.435" starttime="20181020 15:10:32.105"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:35.435" starttime="20181020 15:10:32.104"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:35.435" starttime="20181020 15:10:32.104"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='32.0.0.2', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'&quot;, u'ID': u'862e02e0-e825-4c09-930f-1ec5ed02c220', u'MAC Address': u'fa:16:3e:bc:...">
<kw 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="20181020 15:10:35.444" level="INFO">Starting process:
openstack port delete 862e02e0-e825-4c09-930f-1ec5ed02c220</msg>
<msg timestamp="20181020 15:10:35.472" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:39.259" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:39.260" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:39.260" starttime="20181020 15:10:35.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="20181020 15:10:39.262" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:39.262" starttime="20181020 15:10:39.261"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:39.262" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:39.263" starttime="20181020 15:10:39.262"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:39.264" starttime="20181020 15:10:39.263"></status>
</kw>
<msg timestamp="20181020 15:10:39.264" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:39.264" starttime="20181020 15:10:35.443"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:39.264" starttime="20181020 15:10:35.436"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:39.264" starttime="20181020 15:10:35.436"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:39.264" starttime="20181020 15:10:35.435"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='34.0.0.2', subnet_id='d032fe08-a837-425c-b1d9-a26270c7451e'&quot;, u'ID': u'9acc8ca5-a950-463a-af6b-2ef547c8b2b4', u'MAC Address': u'fa:16:3e:9e:...">
<kw 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="20181020 15:10:39.280" level="INFO">Starting process:
openstack port delete 9acc8ca5-a950-463a-af6b-2ef547c8b2b4</msg>
<msg timestamp="20181020 15:10:39.309" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:43.312" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:43.313" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:43.313" starttime="20181020 15:10:39.279"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:43.314" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:43.314" starttime="20181020 15:10:43.313"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:43.315" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:43.315" starttime="20181020 15:10:43.315"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:43.316" starttime="20181020 15:10:43.316"></status>
</kw>
<msg timestamp="20181020 15:10:43.317" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:43.317" starttime="20181020 15:10:39.278"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:43.317" starttime="20181020 15:10:39.266"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:43.317" starttime="20181020 15:10:39.265"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:43.317" starttime="20181020 15:10:39.265"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='35.0.0.3', subnet_id='8e45d798-c7bf-4cbe-9c1e-d8948ad1943d'&quot;, u'ID': u'a2267a01-8db6-4e11-b8bf-7ecfc7bd613c', u'MAC Address': u'fa:16:3e:cf:...">
<kw 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="20181020 15:10:43.333" level="INFO">Starting process:
openstack port delete a2267a01-8db6-4e11-b8bf-7ecfc7bd613c</msg>
<msg timestamp="20181020 15:10:43.361" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:49.760" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:49.760" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:49.761" starttime="20181020 15:10:43.332"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:49.762" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:49.762" starttime="20181020 15:10:49.761"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:49.763" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:49.763" starttime="20181020 15:10:49.763"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:49.764" starttime="20181020 15:10:49.763"></status>
</kw>
<msg timestamp="20181020 15:10:49.765" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:49.765" starttime="20181020 15:10:43.331"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:49.765" starttime="20181020 15:10:43.318"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:49.765" starttime="20181020 15:10:43.318"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:49.765" starttime="20181020 15:10:43.317"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='31.0.0.4', subnet_id='beb4d1c4-ace0-4f73-a665-a974dde27662'&quot;, u'ID': u'a4117f7f-74f7-484e-8f5b-c727417edcdd', u'MAC Address': u'fa:16:3e:f6:...">
<kw 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="20181020 15:10:49.787" level="INFO">Starting process:
openstack port delete a4117f7f-74f7-484e-8f5b-c727417edcdd</msg>
<msg timestamp="20181020 15:10:49.810" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:54.266" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:54.266" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:54.266" starttime="20181020 15:10:49.786"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:54.268" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:54.268" starttime="20181020 15:10:54.267"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:54.268" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:54.268" starttime="20181020 15:10:54.268"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:54.269" starttime="20181020 15:10:54.269"></status>
</kw>
<msg timestamp="20181020 15:10:54.270" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:54.270" starttime="20181020 15:10:49.785"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:54.270" starttime="20181020 15:10:49.767"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:54.270" starttime="20181020 15:10:49.766"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:54.270" starttime="20181020 15:10:49.766"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='32.0.0.4', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'&quot;, u'ID': u'a8d57385-944d-4b60-998e-9c2d77e16163', u'MAC Address': u'fa:16:3e:79:...">
<kw 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="20181020 15:10:54.285" level="INFO">Starting process:
openstack port delete a8d57385-944d-4b60-998e-9c2d77e16163</msg>
<msg timestamp="20181020 15:10:54.309" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:10:58.042" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:10:58.043" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:10:58.043" starttime="20181020 15:10:54.284"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:10:58.044" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:58.044" starttime="20181020 15:10:58.044"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:10:58.045" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:10:58.045" starttime="20181020 15:10:58.044"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:10:58.046" starttime="20181020 15:10:58.045"></status>
</kw>
<msg timestamp="20181020 15:10:58.046" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:10:58.046" starttime="20181020 15:10:54.283"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:58.046" starttime="20181020 15:10:54.271"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:58.046" starttime="20181020 15:10:54.271"></status>
</kw>
<status status="PASS" endtime="20181020 15:10:58.046" starttime="20181020 15:10:54.271"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='33.0.0.4', subnet_id='bfb21c58-27bc-4680-8411-9e51af7d8298'&quot;, u'ID': u'b51114c1-a615-4f35-826d-5c87207daef6', u'MAC Address': u'fa:16:3e:fb:...">
<kw 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="20181020 15:10:58.059" level="INFO">Starting process:
openstack port delete b51114c1-a615-4f35-826d-5c87207daef6</msg>
<msg timestamp="20181020 15:10:58.087" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:01.817" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:01.817" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:01.817" starttime="20181020 15:10:58.059"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:11:01.818" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:01.818" starttime="20181020 15:11:01.818"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:01.819" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:01.819" starttime="20181020 15:11:01.819"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:01.820" starttime="20181020 15:11:01.820"></status>
</kw>
<msg timestamp="20181020 15:11:01.821" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:01.821" starttime="20181020 15:10:58.058"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:01.821" starttime="20181020 15:10:58.047"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:01.821" starttime="20181020 15:10:58.047"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:01.821" starttime="20181020 15:10:58.047"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='32.0.0.3', subnet_id='24f648d5-2617-425c-b3be-c00fc605a276'&quot;, u'ID': u'e47cd172-b806-409b-9f16-a636512d81b3', u'MAC Address': u'fa:16:3e:e0:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:11:01.832" level="INFO">Starting process:
openstack port delete e47cd172-b806-409b-9f16-a636512d81b3</msg>
<msg timestamp="20181020 15:11:01.860" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:05.785" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:05.786" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:05.786" starttime="20181020 15:11:01.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="20181020 15:11:05.787" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:05.788" starttime="20181020 15:11:05.787"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:05.789" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:05.789" starttime="20181020 15:11:05.788"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:05.790" starttime="20181020 15:11:05.789"></status>
</kw>
<msg timestamp="20181020 15:11:05.791" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:05.791" starttime="20181020 15:11:01.831"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:05.791" starttime="20181020 15:11:01.822"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:05.791" starttime="20181020 15:11:01.822"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:05.791" starttime="20181020 15:11:01.821"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:05.791" starttime="20181020 15:10:04.534"></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="20181020 15:11:05.793" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 15:11:05.793" starttime="20181020 15:11:05.793"></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="20181020 15:11:05.795" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181020 15:11:05.817" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:08.534" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:08.535" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:08.535" starttime="20181020 15:11:05.795"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:11:08.536" level="INFO">[
  {
    "Subnets": "beb4d1c4-ace0-4f73-a665-a974dde27662", 
    "ID": "0a041094-8665-4135-a8a1-bf3e4bd3167d", 
    "Name": "l3_net_1"
  }, 
  {
    "Subnets": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d", 
    "ID": "474bcfc2-5b26-4928-8d4b-03238a3b136b", 
    "Name": "l3_net_5"
  }, 
  {
    "Subnets": "24f648d5-2617-425c-b3be-c00fc605a276", 
    "ID": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a", 
    "Name": "l3_net_2"
  }, 
  {
    "Subnets": "bfb21c58-27bc-4680-8411-9e51af7d8298", 
    "ID": "d22dcc92-dc35-463d-89ce-f523d606e1a6", 
    "Name": "l3_net_3"
  }, 
  {
    "Subnets": "d032fe08-a837-425c-b1d9-a26270c7451e", 
    "ID": "e210ae5d-68b7-480c-9497-ececfb37b318", 
    "Name": "l3_net_4"
  }
]</msg>
<status status="PASS" endtime="20181020 15:11:08.536" starttime="20181020 15:11:08.535"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:08.536" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:08.536" starttime="20181020 15:11:08.536"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:08.537" starttime="20181020 15:11:08.537"></status>
</kw>
<msg timestamp="20181020 15:11:08.537" level="INFO">${json} = [
  {
    "Subnets": "beb4d1c4-ace0-4f73-a665-a974dde27662", 
    "ID": "0a041094-8665-4135-a8a1-bf3e4bd3167d", 
    "Name": "l3_net_1"
  }, 
  {
    "Subnets": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d",...</msg>
<status status="PASS" endtime="20181020 15:11:08.537" starttime="20181020 15:11:05.794"></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="20181020 15:11:08.538" level="INFO">To JSON using : content=[
  {
    "Subnets": "beb4d1c4-ace0-4f73-a665-a974dde27662", 
    "ID": "0a041094-8665-4135-a8a1-bf3e4bd3167d", 
    "Name": "l3_net_1"
  }, 
  {
    "Subnets": "8e45d798-c7bf-4cbe-9c1e-d8948ad1943d", 
    "ID": "474bcfc2-5b26-4928-8d4b-03238a3b136b", 
    "Name": "l3_net_5"
  }, 
  {
    "Subnets": "24f648d5-2617-425c-b3be-c00fc605a276", 
    "ID": "6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a", 
    "Name": "l3_net_2"
  }, 
  {
    "Subnets": "bfb21c58-27bc-4680-8411-9e51af7d8298", 
    "ID": "d22dcc92-dc35-463d-89ce-f523d606e1a6", 
    "Name": "l3_net_3"
  }, 
  {
    "Subnets": "d032fe08-a837-425c-b1d9-a26270c7451e", 
    "ID": "e210ae5d-68b7-480c-9497-ececfb37b318", 
    "Name": "l3_net_4"
  }
] </msg>
<msg timestamp="20181020 15:11:08.538" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 15:11:08.538" level="INFO">@{list} = [ {u'Subnets': u'beb4d1c4-ace0-4f73-a665-a974dde27662', u'ID': u'0a041094-8665-4135-a8a1-bf3e4bd3167d', u'Name': u'l3_net_1'} | {u'Subnets': u'8e45d798-c7bf-4cbe-9c1e-d8948ad1943d', u'ID': u'474bcfc2-...</msg>
<status status="PASS" endtime="20181020 15:11:08.538" starttime="20181020 15:11:08.538"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 15:11:08.539" level="INFO">[{u'Subnets': u'beb4d1c4-ace0-4f73-a665-a974dde27662', u'ID': u'0a041094-8665-4135-a8a1-bf3e4bd3167d', u'Name': u'l3_net_1'}, {u'Subnets': u'8e45d798-c7bf-4cbe-9c1e-d8948ad1943d', u'ID': u'474bcfc2-5b26-4928-8d4b-03238a3b136b', u'Name': u'l3_net_5'}, {u'Subnets': u'24f648d5-2617-425c-b3be-c00fc605a276', u'ID': u'6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a', u'Name': u'l3_net_2'}, {u'Subnets': u'bfb21c58-27bc-4680-8411-9e51af7d8298', u'ID': u'd22dcc92-dc35-463d-89ce-f523d606e1a6', u'Name': u'l3_net_3'}, {u'Subnets': u'd032fe08-a837-425c-b1d9-a26270c7451e', u'ID': u'e210ae5d-68b7-480c-9497-ececfb37b318', u'Name': u'l3_net_4'}]</msg>
<status status="PASS" endtime="20181020 15:11:08.539" starttime="20181020 15:11:08.538"></status>
</kw>
<msg timestamp="20181020 15:11:08.539" level="INFO">@{networks} = [ {u'Subnets': u'beb4d1c4-ace0-4f73-a665-a974dde27662', u'ID': u'0a041094-8665-4135-a8a1-bf3e4bd3167d', u'Name': u'l3_net_1'} | {u'Subnets': u'8e45d798-c7bf-4cbe-9c1e-d8948ad1943d', u'ID': u'474bcfc2-...</msg>
<status status="PASS" endtime="20181020 15:11:08.539" starttime="20181020 15:11:05.792"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'beb4d1c4-ace0-4f73-a665-a974dde27662', u'ID': u'0a041094-8665-4135-a8a1-bf3e4bd3167d', u'Name': u'l3_net_1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:11:08.548" level="INFO">Starting process:
openstack subnet delete beb4d1c4-ace0-4f73-a665-a974dde27662</msg>
<msg timestamp="20181020 15:11:08.571" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:14.499" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:14.500" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:14.500" starttime="20181020 15:11:08.548"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:11:14.502" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:14.502" starttime="20181020 15:11:14.501"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:14.503" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:14.503" starttime="20181020 15:11:14.502"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:14.504" starttime="20181020 15:11:14.503"></status>
</kw>
<msg timestamp="20181020 15:11:14.504" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:14.505" starttime="20181020 15:11:08.547"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:14.505" starttime="20181020 15:11:08.540"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:14.505" starttime="20181020 15:11:08.539"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:11:14.521" level="INFO">Starting process:
openstack network delete 0a041094-8665-4135-a8a1-bf3e4bd3167d</msg>
<msg timestamp="20181020 15:11:14.546" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:19.055" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:19.055" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:19.055" starttime="20181020 15:11:14.521"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:11:19.057" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:19.057" starttime="20181020 15:11:19.056"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:19.058" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:19.058" starttime="20181020 15:11:19.057"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:19.059" starttime="20181020 15:11:19.058"></status>
</kw>
<msg timestamp="20181020 15:11:19.059" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:19.059" starttime="20181020 15:11:14.520"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:19.059" starttime="20181020 15:11:14.506"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:19.060" starttime="20181020 15:11:14.505"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:19.060" starttime="20181020 15:11:08.539"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'8e45d798-c7bf-4cbe-9c1e-d8948ad1943d', u'ID': u'474bcfc2-5b26-4928-8d4b-03238a3b136b', u'Name': u'l3_net_5'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:11:19.077" level="INFO">Starting process:
openstack subnet delete 8e45d798-c7bf-4cbe-9c1e-d8948ad1943d</msg>
<msg timestamp="20181020 15:11:19.104" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:29.567" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:29.568" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:29.568" starttime="20181020 15:11:19.076"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:11:29.569" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:29.570" starttime="20181020 15:11:29.569"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:29.570" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:29.570" starttime="20181020 15:11:29.570"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:29.571" starttime="20181020 15:11:29.571"></status>
</kw>
<msg timestamp="20181020 15:11:29.572" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:29.572" starttime="20181020 15:11:19.075"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:29.572" starttime="20181020 15:11:19.061"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:29.572" starttime="20181020 15:11:19.060"></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="20181020 15:11:29.583" level="INFO">Starting process:
openstack network delete 474bcfc2-5b26-4928-8d4b-03238a3b136b</msg>
<msg timestamp="20181020 15:11:29.606" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:33.675" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:33.676" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:33.676" starttime="20181020 15:11:29.582"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:11:33.677" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:33.677" starttime="20181020 15:11:33.676"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:33.677" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:33.677" starttime="20181020 15:11:33.677"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:33.678" starttime="20181020 15:11:33.678"></status>
</kw>
<msg timestamp="20181020 15:11:33.678" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:33.678" starttime="20181020 15:11:29.582"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:33.678" starttime="20181020 15:11:29.573"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:33.679" starttime="20181020 15:11:29.572"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:33.679" starttime="20181020 15:11:19.060"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'24f648d5-2617-425c-b3be-c00fc605a276', u'ID': u'6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a', u'Name': u'l3_net_2'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:11:33.688" level="INFO">Starting process:
openstack subnet delete 24f648d5-2617-425c-b3be-c00fc605a276</msg>
<msg timestamp="20181020 15:11:33.716" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:39.499" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:39.499" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:39.499" starttime="20181020 15:11:33.688"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:11:39.500" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:39.500" starttime="20181020 15:11:39.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="20181020 15:11:39.501" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:39.501" starttime="20181020 15:11:39.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="20181020 15:11:39.502" starttime="20181020 15:11:39.501"></status>
</kw>
<msg timestamp="20181020 15:11:39.502" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:39.502" starttime="20181020 15:11:33.687"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:39.502" starttime="20181020 15:11:33.679"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:39.503" starttime="20181020 15:11:33.679"></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="20181020 15:11:39.513" level="INFO">Starting process:
openstack network delete 6ac3bbf2-124b-4ae4-bb13-7f9c1b12e01a</msg>
<msg timestamp="20181020 15:11:39.543" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:43.847" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:43.848" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:43.848" starttime="20181020 15:11:39.512"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:11:43.849" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:43.849" starttime="20181020 15:11:43.849"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:43.850" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:43.850" starttime="20181020 15:11:43.850"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:43.851" starttime="20181020 15:11:43.850"></status>
</kw>
<msg timestamp="20181020 15:11:43.852" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:43.852" starttime="20181020 15:11:39.512"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:43.852" starttime="20181020 15:11:39.503"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:43.852" starttime="20181020 15:11:39.503"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:43.852" starttime="20181020 15:11:33.679"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'bfb21c58-27bc-4680-8411-9e51af7d8298', u'ID': u'd22dcc92-dc35-463d-89ce-f523d606e1a6', u'Name': u'l3_net_3'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:11:43.868" level="INFO">Starting process:
openstack subnet delete bfb21c58-27bc-4680-8411-9e51af7d8298</msg>
<msg timestamp="20181020 15:11:43.894" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:49.516" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:49.517" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:49.517" starttime="20181020 15:11:43.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="20181020 15:11:49.518" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:49.518" starttime="20181020 15:11:49.517"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:49.519" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:49.519" starttime="20181020 15:11:49.519"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:49.520" starttime="20181020 15:11:49.520"></status>
</kw>
<msg timestamp="20181020 15:11:49.521" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:49.521" starttime="20181020 15:11:43.866"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:49.522" starttime="20181020 15:11:43.853"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:49.522" starttime="20181020 15:11:43.852"></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="20181020 15:11:49.532" level="INFO">Starting process:
openstack network delete d22dcc92-dc35-463d-89ce-f523d606e1a6</msg>
<msg timestamp="20181020 15:11:49.558" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:53.689" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:53.689" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:53.689" starttime="20181020 15:11:49.531"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:11:53.690" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:53.690" starttime="20181020 15:11:53.690"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:53.691" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:53.691" starttime="20181020 15:11:53.691"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:53.692" starttime="20181020 15:11:53.691"></status>
</kw>
<msg timestamp="20181020 15:11:53.692" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:53.692" starttime="20181020 15:11:49.531"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:53.692" starttime="20181020 15:11:49.523"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:53.692" starttime="20181020 15:11:49.522"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:53.692" starttime="20181020 15:11:43.852"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'd032fe08-a837-425c-b1d9-a26270c7451e', u'ID': u'e210ae5d-68b7-480c-9497-ececfb37b318', u'Name': u'l3_net_4'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181020 15:11:53.703" level="INFO">Starting process:
openstack subnet delete d032fe08-a837-425c-b1d9-a26270c7451e</msg>
<msg timestamp="20181020 15:11:53.730" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:11:59.816" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:11:59.817" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:11:59.817" starttime="20181020 15:11:53.703"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:11:59.818" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:59.819" starttime="20181020 15:11:59.818"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:11:59.819" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:11:59.819" starttime="20181020 15:11:59.819"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:11:59.820" starttime="20181020 15:11:59.820"></status>
</kw>
<msg timestamp="20181020 15:11:59.821" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:11:59.821" starttime="20181020 15:11:53.702"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:59.821" starttime="20181020 15:11:53.693"></status>
</kw>
<status status="PASS" endtime="20181020 15:11:59.821" starttime="20181020 15:11:53.693"></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="20181020 15:11:59.838" level="INFO">Starting process:
openstack network delete e210ae5d-68b7-480c-9497-ececfb37b318</msg>
<msg timestamp="20181020 15:11:59.861" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:03.767" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:03.768" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:03.768" starttime="20181020 15:11:59.838"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:03.769" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:03.769" starttime="20181020 15:12:03.768"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:03.769" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:03.769" starttime="20181020 15:12:03.769"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:12:03.770" starttime="20181020 15:12:03.770"></status>
</kw>
<msg timestamp="20181020 15:12:03.770" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:12:03.770" starttime="20181020 15:11:59.836"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:03.771" starttime="20181020 15:11:59.823"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:03.771" starttime="20181020 15:11:59.822"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:03.771" starttime="20181020 15:11:53.692"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:03.771" starttime="20181020 15:11:08.539"></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="20181020 15:12:03.773" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181020 15:12:03.773" starttime="20181020 15:12:03.772"></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="20181020 15:12:03.774" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181020 15:12:03.795" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:06.155" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:06.156" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:06.156" starttime="20181020 15:12:03.774"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:06.157" level="INFO">[
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project": "f3c18c38fb5b440d86a1f8e33c3e2e89", 
    "Description": "Default security group", 
    "ID": "4ae23966-383b-47d8-b460-32090333e3cb", 
    "Name": "default"
  }, 
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "l3_sg", 
    "ID": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a", 
    "Name": "l3_sg"
  }
]</msg>
<status status="PASS" endtime="20181020 15:12:06.157" starttime="20181020 15:12:06.156"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:06.158" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:06.158" starttime="20181020 15:12:06.157"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:12:06.158" starttime="20181020 15:12:06.158"></status>
</kw>
<msg timestamp="20181020 15:12:06.159" level="INFO">${json} = [
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181020 15:12:06.159" starttime="20181020 15:12:03.773"></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="20181020 15:12:06.159" level="INFO">To JSON using : content=[
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "Default security group", 
    "ID": "3d599d2d-2011-4c3f-88e0-7290f0eba41a", 
    "Name": "default"
  }, 
  {
    "Project": "f3c18c38fb5b440d86a1f8e33c3e2e89", 
    "Description": "Default security group", 
    "ID": "4ae23966-383b-47d8-b460-32090333e3cb", 
    "Name": "default"
  }, 
  {
    "Project": "30aba7c692df4eb5b35215cb70b9fae6", 
    "Description": "l3_sg", 
    "ID": "954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a", 
    "Name": "l3_sg"
  }
] </msg>
<msg timestamp="20181020 15:12:06.159" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181020 15:12:06.159" level="INFO">@{list} = [ {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'} | {u'Project': u'f3c18c38fb5b440d86a...</msg>
<status status="PASS" endtime="20181020 15:12:06.160" starttime="20181020 15:12:06.159"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181020 15:12:06.160" level="INFO">[{u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'}, {u'Project': u'f3c18c38fb5b440d86a1f8e33c3e2e89', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4ae23966-383b-47d8-b460-32090333e3cb'}, {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'l3_sg', u'Description': u'l3_sg', u'ID': u'954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'}]</msg>
<status status="PASS" endtime="20181020 15:12:06.160" starttime="20181020 15:12:06.160"></status>
</kw>
<msg timestamp="20181020 15:12:06.160" level="INFO">@{security_groups} = [ {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'} | {u'Project': u'f3c18c38fb5b440d86a...</msg>
<status status="PASS" endtime="20181020 15:12:06.161" starttime="20181020 15:12:03.771"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'default', u'Description': u'Default security group', u'ID': u'3d599d2d-2011-4c3f-88e0-7290f0eba41a'}">
<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="20181020 15:12:06.162" starttime="20181020 15:12:06.161"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:06.162" starttime="20181020 15:12:06.161"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'f3c18c38fb5b440d86a1f8e33c3e2e89', u'Name': u'default', u'Description': u'Default security group', u'ID': u'4ae23966-383b-47d8-b460-32090333e3cb'}">
<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="20181020 15:12:06.162" starttime="20181020 15:12:06.162"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:06.162" starttime="20181020 15:12:06.162"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'30aba7c692df4eb5b35215cb70b9fae6', u'Name': u'l3_sg', u'Description': u'l3_sg', u'ID': u'954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a'}">
<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="20181020 15:12:06.172" level="INFO">Starting process:
openstack security group delete 954b7aa9-c6ef-451b-9e3b-5c7670a4fb5a</msg>
<msg timestamp="20181020 15:12:06.197" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:09.826" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:09.826" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:09.826" starttime="20181020 15:12:06.172"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:09.827" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:09.828" starttime="20181020 15:12:09.827"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:09.828" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:09.828" starttime="20181020 15:12:09.828"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:12:09.829" starttime="20181020 15:12:09.828"></status>
</kw>
<msg timestamp="20181020 15:12:09.829" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:12:09.829" starttime="20181020 15:12:06.171"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:09.830" starttime="20181020 15:12:06.163"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:09.830" starttime="20181020 15:12:06.163"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:09.830" starttime="20181020 15:12:06.163"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:09.830" starttime="20181020 15:12:06.162"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:09.830" starttime="20181020 15:12:06.161"></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="20181020 15:12:09.831" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181020 15:12:09.831" starttime="20181020 15:12:09.831"></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="20181020 15:12:09.842" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181020 15:12:09.871" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:13.464" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:13.464" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:13.464" starttime="20181020 15:12:09.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="20181020 15:12:13.465" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:13.465" starttime="20181020 15:12:13.465"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:13.466" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:13.466" starttime="20181020 15:12:13.466"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:12:13.467" starttime="20181020 15:12:13.466"></status>
</kw>
<msg timestamp="20181020 15:12:13.467" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:12:13.467" starttime="20181020 15:12:09.841"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:13.467" starttime="20181020 15:12:09.831"></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="20181020 15:12:13.476" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181020 15:12:13.497" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:15.788" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:15.788" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:15.789" starttime="20181020 15:12:13.476"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:15.789" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:15.790" starttime="20181020 15:12:15.789"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:15.790" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:15.790" starttime="20181020 15:12:15.790"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:12:15.791" starttime="20181020 15:12:15.790"></status>
</kw>
<msg timestamp="20181020 15:12:15.791" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:12:15.791" starttime="20181020 15:12:13.475"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:15.791" starttime="20181020 15:12:13.467"></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="20181020 15:12:15.800" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181020 15:12:15.820" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:18.067" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:18.068" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:18.068" starttime="20181020 15:12:15.799"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:18.069" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:18.069" starttime="20181020 15:12:18.069"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:18.070" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:18.070" starttime="20181020 15:12:18.070"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:12:18.071" starttime="20181020 15:12:18.071"></status>
</kw>
<msg timestamp="20181020 15:12:18.072" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:12:18.072" starttime="20181020 15:12:15.798"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:18.072" starttime="20181020 15:12:15.792"></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="20181020 15:12:18.086" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181020 15:12:18.107" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:20.710" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:20.710" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:20.710" starttime="20181020 15:12:18.086"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:20.712" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:20.712" starttime="20181020 15:12:20.711"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:20.713" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:20.713" starttime="20181020 15:12:20.712"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:12:20.714" starttime="20181020 15:12:20.713"></status>
</kw>
<msg timestamp="20181020 15:12:20.714" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:12:20.714" starttime="20181020 15:12:18.085"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:20.714" starttime="20181020 15:12:18.072"></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="20181020 15:12:20.727" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181020 15:12:20.749" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:23.157" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:23.157" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:23.157" starttime="20181020 15:12:20.727"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:23.158" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 3d599d2d-2011-4c3f-88e0-7290f0eba41a | default | Default security group | 30aba7c692df4eb5b35215cb70b9fae6 |
| 4ae23966-383b-47d8-b460-32090333e3cb | default | Default security group | f3c18c38fb5b440d86a1f8e33c3e2e89 |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181020 15:12:23.158" starttime="20181020 15:12:23.158"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:23.159" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:23.159" starttime="20181020 15:12:23.158"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:12:23.159" starttime="20181020 15:12:23.159"></status>
</kw>
<msg timestamp="20181020 15:12:23.160" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181020 15:12:23.160" starttime="20181020 15:12:20.725"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:23.160" starttime="20181020 15:12:20.715"></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="20181020 15:12:23.171" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181020 15:12:23.192" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:25.399" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:25.400" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:25.400" starttime="20181020 15:12:23.170"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:25.401" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 2014cade-2a4f-4311-ad6f-7e591564ae07 | None        | None     |            | 3d599d2d-2011-4c3f-88e0-7290f0eba41a | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| 2e608dde-5628-4009-9851-44bec8b142c7 | None        | None     |            | None                                 | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| 3dd95e3c-1c0d-4882-9bdf-eb210690aab0 | None        | None     |            | None                                 | 4ae23966-383b-47d8-b460-32090333e3cb |
| 66dfbfad-3e7f-4c01-b289-858b28faef82 | None        | None     |            | None                                 | 4ae23966-383b-47d8-b460-32090333e3cb |
| 6c5127b5-a34e-4476-ad34-27700a448840 | None        | None     |            | 4ae23966-383b-47d8-b460-32090333e3cb | 4ae23966-383b-47d8-b460-32090333e3cb |
| 7dddab02-36ce-49ff-8438-860852628aa8 | None        | None     |            | None                                 | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| b0df72aa-f784-4a90-b37a-36e6b1dbd77c | None        | None     |            | 3d599d2d-2011-4c3f-88e0-7290f0eba41a | 3d599d2d-2011-4c3f-88e0-7290f0eba41a |
| f77fc491-a9d1-42ce-b5a8-1c1d1d2ea9ba | None        | None     |            | 4ae23966-383b-47d8-b460-32090333e3cb | 4ae23966-383b-47d8-b460-32090333e3cb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181020 15:12:25.401" starttime="20181020 15:12:25.400"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:25.402" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:25.402" starttime="20181020 15:12:25.401"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181020 15:12:25.402" starttime="20181020 15:12:25.402"></status>
</kw>
<msg timestamp="20181020 15:12:25.403" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181020 15:12:25.403" starttime="20181020 15:12:23.170"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:25.403" starttime="20181020 15:12:23.160"></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="20181020 15:12:25.411" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181020 15:12:25.439" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:27.942" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:27.943" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:27.943" starttime="20181020 15:12:25.411"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:27.944" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:27.944" starttime="20181020 15:12:27.944"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:27.945" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:27.945" starttime="20181020 15:12:27.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="20181020 15:12:27.945" starttime="20181020 15:12:27.945"></status>
</kw>
<msg timestamp="20181020 15:12:27.946" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:12:27.946" starttime="20181020 15:12:25.411"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:27.946" starttime="20181020 15:12:25.403"></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="20181020 15:12:27.955" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181020 15:12:27.975" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181020 15:12:30.112" level="INFO">Process completed.</msg>
<msg timestamp="20181020 15:12:30.112" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181020 15:12:30.112" starttime="20181020 15:12:27.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="20181020 15:12:30.113" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:30.113" starttime="20181020 15:12:30.113"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:30.114" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:30.114" starttime="20181020 15:12: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="20181020 15:12:30.114" starttime="20181020 15:12:30.114"></status>
</kw>
<msg timestamp="20181020 15:12:30.115" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181020 15:12:30.115" starttime="20181020 15:12:27.954"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:30.115" starttime="20181020 15:12:27.946"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:30.115" starttime="20181020 15:12:09.831"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:30.115" starttime="20181020 15:12:09.830"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:30.115" starttime="20181020 15:08:25.039"></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="20181020 15:12:30.118" starttime="20181020 15:12:30.118"></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="20181020 15:12:30.118" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181020 15:12:30.209" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 15:12:30.210" level="INFO">${stdout} = 4 S root      153343  153323  0  80   0 - 55154 poll_s 14:54 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.18.pcap
4 S tcpdump   153352  ...</msg>
<status status="PASS" endtime="20181020 15:12:30.210" starttime="20181020 15:12:30.118"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:30.211" level="INFO">4 S root      153343  153323  0  80   0 - 55154 poll_s 14:54 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.18.pcap
4 S tcpdump   153352  153343  0  80   0 -  8196 poll_s 14:54 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.18.pcap
0 S heat-ad+  249669  153323  0  80   0 - 28293 do_wai 15:12 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  249679  249669  0  80   0 - 28176 pipe_w 15:12 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181020 15:12:30.211" starttime="20181020 15:12:30.211"></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="20181020 15:12:30.212" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181020 15:12:30.319" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 15:12:30.319" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 15:12:30.319" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 15:12:30.319" starttime="20181020 15:12:30.212"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:30.320" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:30.320" starttime="20181020 15:12:30.320"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:30.321" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:30.321" starttime="20181020 15:12:30.321"></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="20181020 15:12:30.322" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181020 15:12:30.996" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181020 15:12:30.996" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181020 15:12:30.996" starttime="20181020 15:12:30.322"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:30.997" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:30.997" starttime="20181020 15:12:30.997"></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="20181020 15:12:30.998" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181020 15:12:31.095" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 15:12:31.096" level="INFO">${stdout} = total 1228
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20...</msg>
<status status="PASS" endtime="20181020 15:12:31.096" starttime="20181020 15:12:30.997"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:31.096" level="INFO">total 1228
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 systemd-private-8ec8af85be174b849b62e1c613fabc46-ntpd.service-pLF4wz
424 -rw-r--r--. 1 tcpdump tcpdump 431894 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.18.pcap
 56 -rw-r--r--. 1 tcpdump tcpdump  56056 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.18.pcap.xz
644 -rw-r--r--. 1 tcpdump tcpdump 658918 Oct 20 15:12 tcpdump_port_6653__CSIT_L3__192.0.2.18.pcap
 84 -rw-r--r--. 1 tcpdump tcpdump  83736 Oct 20 15:12 tcpdump_port_6653__CSIT_L3__192.0.2.18.pcap.xz
  0 drwx------. 2 root    root         6 Oct 20 14:18 tmp.0zn3P5RSDg</msg>
<status status="PASS" endtime="20181020 15:12:31.097" starttime="20181020 15:12:31.096"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 15:12:31.161" starttime="20181020 15:12:31.097"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:31.161" starttime="20181020 15:12:30.117"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:31.162" starttime="20181020 15:12:30.117"></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="20181020 15:12:31.164" starttime="20181020 15:12:31.164"></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="20181020 15:12:31.165" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181020 15:12:31.244" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 15:12:31.244" level="INFO">${stdout} = 4 S root       24425   24405  0  80   0 - 55154 poll_s 14:54 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.25.pcap
4 S tcpdump    24434  ...</msg>
<status status="PASS" endtime="20181020 15:12:31.244" starttime="20181020 15:12:31.165"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:31.245" level="INFO">4 S root       24425   24405  0  80   0 - 55154 poll_s 14:54 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.25.pcap
4 S tcpdump    24434   24425  0  80   0 -  8196 poll_s 14:54 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.25.pcap
0 S heat-ad+   28020   24405  0  80   0 - 28293 do_wai 15:12 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+   28030   28020  0  80   0 - 28177 pipe_w 15:12 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181020 15:12:31.245" starttime="20181020 15:12:31.245"></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="20181020 15:12:31.246" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181020 15:12:31.311" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 15:12:31.311" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 15:12:31.311" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 15:12:31.311" starttime="20181020 15:12:31.245"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:31.312" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:31.313" starttime="20181020 15:12:31.312"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:31.313" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:31.313" starttime="20181020 15:12:31.313"></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="20181020 15:12:31.314" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181020 15:12:31.621" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181020 15:12:31.621" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181020 15:12:31.621" starttime="20181020 15:12:31.314"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:31.622" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:31.622" starttime="20181020 15:12:31.622"></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="20181020 15:12:31.622" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181020 15:12:31.688" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 15:12:31.688" level="INFO">${stdout} = total 508
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 ...</msg>
<status status="PASS" endtime="20181020 15:12:31.688" starttime="20181020 15:12:31.622"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:31.689" level="INFO">total 508
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 systemd-private-2d2ed09833a94b07bb62a900dc468192-ntpd.service-w92UUU
144 -rw-r--r--. 1 tcpdump tcpdump 147102 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.25.pcap
 20 -rw-r--r--. 1 tcpdump tcpdump  19608 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.25.pcap.xz
288 -rw-r--r--. 1 tcpdump tcpdump 290906 Oct 20 15:12 tcpdump_port_6653__CSIT_L3__192.0.2.25.pcap
 36 -rw-r--r--. 1 tcpdump tcpdump  36724 Oct 20 15:12 tcpdump_port_6653__CSIT_L3__192.0.2.25.pcap.xz
  0 drwx------. 2 root    root         6 Oct 20 14:19 tmp.ViyqVXiFlK</msg>
<status status="PASS" endtime="20181020 15:12:31.689" starttime="20181020 15:12:31.689"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 15:12:31.754" starttime="20181020 15:12:31.689"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:31.754" starttime="20181020 15:12:31.162"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:31.754" starttime="20181020 15:12:31.162"></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="20181020 15:12:31.755" starttime="20181020 15:12:31.755"></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="20181020 15:12:31.756" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181020 15:12:31.823" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 15:12:31.824" level="INFO">${stdout} = 4 S root       24832   24812  0  80   0 - 55154 poll_s 14:54 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.5.pcap
4 S tcpdump    24841   ...</msg>
<status status="PASS" endtime="20181020 15:12:31.824" starttime="20181020 15:12:31.756"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:31.825" level="INFO">4 S root       24832   24812  0  80   0 - 55154 poll_s 14:54 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.5.pcap
4 S tcpdump    24841   24832  0  80   0 -  8196 poll_s 14:54 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.5.pcap
0 S heat-ad+   28443   24812  0  80   0 - 28293 do_wai 15:12 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+   28453   28443  0  80   0 - 28177 pipe_w 15:12 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181020 15:12:31.825" starttime="20181020 15:12:31.824"></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="20181020 15:12:31.825" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181020 15:12:31.922" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 15:12:31.922" level="INFO">${stdout} = </msg>
<msg timestamp="20181020 15:12:31.922" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181020 15:12:31.922" starttime="20181020 15:12:31.825"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181020 15:12:31.923" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:31.923" starttime="20181020 15:12:31.923"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:31.924" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:31.924" starttime="20181020 15:12:31.924"></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="20181020 15:12:31.925" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181020 15:12:32.310" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181020 15:12:32.310" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181020 15:12:32.310" starttime="20181020 15:12:31.924"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:32.311" level="INFO"></msg>
<status status="PASS" endtime="20181020 15:12:32.311" starttime="20181020 15:12:32.311"></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="20181020 15:12:32.312" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181020 15:12:32.409" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181020 15:12:32.409" level="INFO">${stdout} = total 732
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 ...</msg>
<status status="PASS" endtime="20181020 15:12:32.409" starttime="20181020 15:12:32.312"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181020 15:12:32.410" level="INFO">total 732
 20 -rw-r--r--. 1 root    root     20300 Oct 20 13:48 builder.log
  0 drwxr-xr-x. 2 root    root         6 Oct 20 14:35 hsperfdata_root
  0 drwx------. 3 root    root        17 Oct 20 14:20 systemd-private-4648ab566a094f43a04b64d26b32a399-ntpd.service-GtXuGB
284 -rw-r--r--. 1 tcpdump tcpdump 287028 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.5.pcap
 36 -rw-r--r--. 1 tcpdump tcpdump  36260 Oct 20 14:54 tcpdump_port_6653__CSIT_L2__192.0.2.5.pcap.xz
348 -rw-r--r--. 1 tcpdump tcpdump 352640 Oct 20 15:12 tcpdump_port_6653__CSIT_L3__192.0.2.5.pcap
 44 -rw-r--r--. 1 tcpdump tcpdump  43640 Oct 20 15:12 tcpdump_port_6653__CSIT_L3__192.0.2.5.pcap.xz
  0 drwx------. 2 root    root         6 Oct 20 14:19 tmp.DCrsej1QNV</msg>
<status status="PASS" endtime="20181020 15:12:32.410" starttime="20181020 15:12:32.410"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 15:12:32.475" starttime="20181020 15:12:32.410"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:32.475" starttime="20181020 15:12:31.754"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:32.475" starttime="20181020 15:12:31.754"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:32.475" starttime="20181020 15:12:30.117"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:32.475" starttime="20181020 15:12:30.116"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:32.475" starttime="20181020 15:12:30.116"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181020 15:12:32.819" starttime="20181020 15:12:32.475"></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.18</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="20181020 15:12:32.828" starttime="20181020 15:12:32.827"></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="20181020 15:12:32.828" level="INFO">Logging into '192.0.2.18:8101' as 'karaf'.</msg>
<msg timestamp="20181020 15:12:32.952" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 15:12:32.953" starttime="20181020 15:12:32.828"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:12:33.013" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181020 15:12:33.013" starttime="20181020 15:12:32.953"></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="20181020 15:12:33.296" level="INFO">[?1l&gt;[?2004l     308    308
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 15:12:33.297" level="INFO">${output} = [?1l&gt;[?2004l     308    308
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 15:12:33.297" starttime="20181020 15:12:33.014"></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="20181020 15:12:33.341" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 15:12:33.342" starttime="20181020 15:12:33.297"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 15:12:33.344" starttime="20181020 15:12:33.342"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 15:12:33.345" level="INFO">[?1l&gt;[?2004l     308    308
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 15:12:33.345" starttime="20181020 15:12:33.344"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:33.345" starttime="20181020 15:12:32.826"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:33.345" starttime="20181020 15:12:32.819"></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.18</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="20181020 15:12:33.353" starttime="20181020 15:12:33.353"></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="20181020 15:12:33.354" level="INFO">Logging into '192.0.2.6:8101' as 'karaf'.</msg>
<msg timestamp="20181020 15:12:33.493" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 15:12:33.494" starttime="20181020 15:12:33.354"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:12:33.548" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181020 15:12:33.548" starttime="20181020 15:12:33.494"></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="20181020 15:12:33.912" level="INFO">[?1l&gt;[?2004l     265    265
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 15:12:33.912" level="INFO">${output} = [?1l&gt;[?2004l     265    265
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 15:12:33.912" starttime="20181020 15:12:33.549"></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="20181020 15:12:33.955" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 15:12:33.955" starttime="20181020 15:12:33.912"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 15:12:33.957" starttime="20181020 15:12:33.955"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 15:12:33.957" level="INFO">[?1l&gt;[?2004l     265    265
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 15:12:33.957" starttime="20181020 15:12:33.957"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:33.958" starttime="20181020 15:12:33.352"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:33.958" starttime="20181020 15:12:33.345"></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.18</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="20181020 15:12:33.967" starttime="20181020 15:12:33.966"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181020 15:12:33.968" level="INFO">Logging into '192.0.2.14:8101' as 'karaf'.</msg>
<msg timestamp="20181020 15:12:34.270" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181020 15:12:34.270" starttime="20181020 15:12:33.967"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181020 15:12:34.331" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181020 15:12:34.331" starttime="20181020 15:12:34.270"></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="20181020 15:12:34.600" level="INFO">[?1l&gt;[?2004l     262    262
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181020 15:12:34.600" level="INFO">${output} = [?1l&gt;[?2004l     262    262
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 15:12:34.600" starttime="20181020 15:12: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>logout</arg>
</arguments>
<msg timestamp="20181020 15:12:34.645" level="INFO">logout</msg>
<status status="PASS" endtime="20181020 15:12:34.645" starttime="20181020 15:12:34.601"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181020 15:12:34.647" starttime="20181020 15:12:34.645"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181020 15:12:34.647" level="INFO">[?1l&gt;[?2004l     262    262
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181020 15:12:34.647" starttime="20181020 15:12:34.647"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:34.647" starttime="20181020 15:12:33.965"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:34.647" starttime="20181020 15:12:33.958"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:34.648" starttime="20181020 15:12:32.819"></status>
</kw>
<status status="PASS" endtime="20181020 15:12:34.648" starttime="20181020 15:08:13.893"></status>
</kw>
<doc>Test suite to check connectivity in L3 using routers.</doc>
<status status="FAIL" endtime="20181020 15:12:34.648" starttime="20181020 14:54:16.793">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |' does not contain 'active'</status>
</suite>
<status status="FAIL" endtime="20181020 15:12:34.652" starttime="20181020 14:38:20.594"></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>
